# Project-Specific Agent Guidelines - AIOS-Public ## Overview This project contains global agent guidelines that apply to all projects in the ecosystem. The global rules are located in the databank and are referenced by all projects. ## Global Rules Reference For the global agent guidelines and operating principles, see: - **Human Format**: `databank/artifacts/human/agents/RULES-GLOBAL.md` - **LLM Format**: `databank/artifacts/llm/agents/RULES-GLOBAL.json` ## Project-Specific Rules This project (AIOS-Public) is special as it houses the global agent guidelines for all projects. Specific rules for this project: ### Purpose - Centralized knowledge base and project management office for AI-assisted development - Houses global rules that apply to all projects in the ecosystem - Provides a reference for other projects to implement their own agent guidelines ### Structure - `databank/` - Contains readonly context, guidelines, and personal information (global for all projects) - `pmo/` - Contains project management functionality where updates are allowed - `collab/` - Human/AI interaction space (read/write for interaction) ### Access Rights - **Databank (readonly)**: Access only, no modifications allowed (except in designated collab areas) - **PMO (read-write)**: Only update when project milestones reached or status updates needed - **Collab (read/write)**: For human/AI interaction and communication ## Intake Processing Workflow (Project Specific) This project implements intake processing from the collab/intake directory: ### Processing Intake Files When new files appear in `databank/collab/intake/inbox/`: 1. **Identify Source Content**: Locate new files in the inbox directory only 2. **Process into Artifacts**: Create both human and LLM format versions in appropriate databank/artifacts subdirectories 3. **Archive Originals**: Create archive directory using current timestamp structure `archive/YYYY/MM/DD/HHMM` and move original intake files from inbox there 4. **Update TOC**: Ensure LLMDatabankTOC.json reflects the current artifact files 5. **Draft Handling**: Content that wasn't answered properly should be placed in the drafts directory 6. **Template Completion**: If a PERSONAL_INFO_TEMPLATE.md is processed with blank sections, create a new template file with those sections filled in using a -YYYY-MM-DD-HHMM.md suffix ## Change Tracking/Revision Table | Date/Time | Version | Description | Author | |------------------------|---------|--------------------------------------------------|---------------------| | 2025-10-24 14:00 CDT | 1.0.0 | Initial creation of project-specific AGENTS.md | Charles N Wyble (@ReachableCEO) | ---