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:
@@ -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
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user