docs: update AGENTS.md with authority and filesystem truth rules\n\n- Add explicit rule that Charles is in charge at all times\n- Add guidance to check with Charles when docs and filesystem differ\n- Clarify that filesystem is source of truth\n- Remove non-existent top-level collab directory from README structure\n- Update AGENTS.md version tracking to v6.0.0 reflecting new authority rules\n- Follow gorgeous commit message conventions as previously specified

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2025-10-24 09:43:10 -05:00
parent 40b89c8e59
commit ebe5133170
9 changed files with 11 additions and 520 deletions

View File

@@ -56,11 +56,6 @@ AI-Home-Directory/ # Mount point in containers
│ ├── reports/ # Status reports
│ ├── resources/ # Resource management
│ └── config/ # PMO configuration
├── collab/ # Project-specific collaboration (not mounted)
│ ├── rules/ # Project-specific rules
│ ├── env/ # Project-specific environment configs
│ ├── proposals/ # Project-specific proposals
│ └── temporary/ # Temporary collaboration files
├── databank/ # 🔒 Readonly context (mounted readonly)
│ ├── personal/ # Personal information
│ │ ├── AboutMe.md
@@ -111,7 +106,6 @@ docker run \
### Permission Boundaries
- **databank/**: 🔒 Read-only access (ro) - Consistent context for all tools
- **pmo/**: ✏️ Read-write access (rw) - Project management updates
- **collab/**: 🚫 Not mounted - Project-specific collaboration
---