Skip to content

Commit 44ea1d4

Browse files
committed
chore: update manifest paths to .machine_readable/6a2/
1 parent 0117fa9 commit 44ea1d4

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
@@ -99,8 +99,8 @@ i-human/
9999
✅ Understand canonical location: `.machine_readable/` (state, bots, contractiles)
100100
✅ Know the invariants (no state file duplication, etc.)
101101
✅ Check for MCP enforcement (if applicable)
102-
✅ Read `.machine_readable/STATE.a2ml` for current status
103-
✅ Read `.machine_readable/AGENTIC.a2ml` for interaction patterns
102+
✅ Read `.machine_readable/6a2/STATE.a2ml` for current status
103+
✅ Read `.machine_readable/6a2/AGENTIC.a2ml` for interaction patterns
104104

105105
## LIFECYCLE HOOKS
106106

@@ -112,15 +112,15 @@ When starting a new session:
112112
2. Log session start (optional but recommended)
113113
- Format: `[YYYY-MM-DD HH:MM:SS] Session started: [agent-name]`
114114
- Location: `.machine_readable/session-log.txt`
115-
3. Read `.machine_readable/STATE.a2ml`
115+
3. Read `.machine_readable/6a2/STATE.a2ml`
116116
4. Check for blockers
117117
5. State understanding of canonical locations
118118

119119
### on-exit (Session End)
120120

121121
When ending a session:
122122

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

0 commit comments

Comments
 (0)