31 lines
1.5 KiB
Markdown
31 lines
1.5 KiB
Markdown
# Getting Started with AIOS-Public
|
|
|
|
This repository serves as the starting point for all AI interactions within the AIOS system.
|
|
|
|
## Purpose
|
|
|
|
This repository functions as a template for launching new projects. It contains the foundational architecture, documentation, and tools needed to create new repositories following AIOS patterns.
|
|
|
|
## Workflow
|
|
|
|
- Unless specifically creating new tools for the template itself, AI agents will not work directly in this repository
|
|
- All project-specific work happens in separate repositories created from this template
|
|
- When instructed, AI agents may commit or push changes to this template repository
|
|
- AI agents carry forward the core knowledge from GUIDEBOOK files when working in project repositories
|
|
- All work in project repositories follows the workflow and rules outlined in AgentRules.md
|
|
|
|
## Repository Structure
|
|
|
|
Think of this repository like a highly organized home directory. The markdown files and Docker containers serve as the foundational "dotfiles" that provide consistent patterns across all projects.
|
|
|
|
Project work is conducted in subdirectories or separate repositories created from this template, not directly in this template repository.
|
|
|
|
## Next Steps
|
|
|
|
When beginning work in a new project repository:
|
|
1. Review the GUIDEBOOK documentation for architectural patterns
|
|
2. Follow the workflow outlined in AgentRules.md
|
|
3. Apply the architectural approach described in ArchitecturalApproach.md
|
|
|
|
---
|
|
*Last updated: October 16, 2025* |