File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
98982. 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`
1021024. Check for blockers
1031035. State understanding of canonical locations
104104
105105### on-exit (Session End)
106106
107107When 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
1101102. Log session end (optional but recommended)
111111 - Format: `[YYYY-MM-DD HH:MM:SS] Session ended: [summary]`
112112 - Location: `.machine_readable/session-log.txt`
You can’t perform that action at this time.
0 commit comments