Skip to content

Commit 44aac31

Browse files
committed
chore: update manifest paths to .machine_readable/6a2/
1 parent 02a2b7f commit 44aac31

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

0-AI-MANIFEST.a2ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ This repo contains:
8383
✅ Understand canonical location: `.machine_readable/` (state, bots, contractiles)
8484
✅ Know the invariants (no state file duplication, etc.)
8585
✅ Check for MCP enforcement (if applicable)
86-
✅ Read `.machine_readable/STATE.a2ml` for current status
87-
✅ Read `.machine_readable/AGENTIC.a2ml` for interaction patterns
86+
✅ Read `.machine_readable/6a2/STATE.a2ml` for current status
87+
✅ Read `.machine_readable/6a2/AGENTIC.a2ml` for interaction patterns
8888

8989
## LIFECYCLE HOOKS
9090

@@ -96,15 +96,15 @@ When starting a new session:
9696
2. Log session start (optional but recommended)
9797
- Format: `[YYYY-MM-DD HH:MM:SS] Session started: [agent-name]`
9898
- Location: `.machine_readable/session-log.txt`
99-
3. Read `.machine_readable/STATE.a2ml`
99+
3. Read `.machine_readable/6a2/STATE.a2ml`
100100
4. Check for blockers
101101
5. State understanding of canonical locations
102102

103103
### on-exit (Session End)
104104

105105
When ending a session:
106106

107-
1. Update `.machine_readable/STATE.a2ml` if changes made
107+
1. Update `.machine_readable/6a2/STATE.a2ml` if changes made
108108
2. Log session end (optional but recommended)
109109
- Format: `[YYYY-MM-DD HH:MM:SS] Session ended: [summary]`
110110
- Location: `.machine_readable/session-log.txt`

0 commit comments

Comments
 (0)