Skip to content

Commit bf76be1

Browse files
committed
chore: update manifest paths to .machine_readable/6a2/
1 parent ed2b657 commit bf76be1

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
@@ -85,8 +85,8 @@ This prevents lost writes when multiple agents update state files simultaneously
8585
- Understand canonical locations (.machine_readable/, .bot_directives/)
8686
- Know the invariants (no A2ML duplication, etc.)
8787
- Check for MCP enforcement (if applicable)
88-
- Read `.machine_readable/STATE.a2ml` for current status
89-
- Read `.machine_readable/AGENTIC.a2ml` for interaction patterns
88+
- Read `.machine_readable/6a2/STATE.a2ml` for current status
89+
- Read `.machine_readable/6a2/AGENTIC.a2ml` for interaction patterns
9090

9191
## LIFECYCLE HOOKS
9292

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

105105
### on-exit (Session End)
106106

107107
When ending a session:
108108

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

0 commit comments

Comments
 (0)