-
Notifications
You must be signed in to change notification settings - Fork 1
factory(meta): Otto-363 — substrate or it didn't happen — no invisible directives (Aaron + Amara 2026-04-29) #855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
4664b57
612ba00
f4a31b0
423bbef
f282e5f
58be1be
d73b4ef
cd6416d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -258,6 +258,37 @@ These apply to any AI harness. | |
| `docs/DRIFT-TAXONOMY.md` (operational one-page | ||
| field guide) — the absorb stayed in-place as | ||
| provenance; the promotion is the ratification. | ||
| - **Substrate or it didn't happen — no invisible | ||
| directives (Otto-363).** Before declaring work | ||
| *"done,"* identify its durability surface. Chat, | ||
| TaskUpdate, `/tmp`, `/var/tmp`, and loop todos are | ||
| NOT durable project substrate. If a directive / | ||
| decision / packet matters after compaction, it | ||
| must be converted into substrate (committed to | ||
| canonical git history + reachable from a long-lived | ||
| ref + indexed by a canonical bootstrap or index | ||
| file — all three legs). 5-tier channel taxonomy: | ||
| ephemeral (chat, TaskUpdate, temp dirs — weather) | ||
| / local-parked (named stash, local WIP) / | ||
| remote-parked (pushed WIP branch like | ||
| `wip/<topic>-<date>`, draft PR — *"if it matters | ||
| enough to come back to, it deserves a git ref"*) / | ||
| host-durable-not-git-canonical (GitHub Issues, PR | ||
| comments) / git-native-preserved (merged + indexed | ||
| repo files). Vocabulary discipline: *captured* | ||
| (TaskUpdate / chat) ≠ *parked* (GitHub Issue / | ||
| remote WIP branch) ≠ *preserved* (git-native | ||
|
Comment on lines
+280
to
+281
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This line reclassifies Useful? React with 👍 / 👎. |
||
| repo) ≠ *canonical* (accepted spec) ≠ | ||
| *operational* (enforced by tooling). When | ||
| uncertain about preservation route, default to | ||
| `docs/research/` first; promotion to | ||
| memory/canonical is cheaper than demotion. Cross- | ||
| harness rule: applies to all harnesses, not just | ||
| Claude Code. Carved blade: *"A directive that | ||
| lives only in a conversation is not a directive. | ||
| It is weather. Substrate or it didn't happen."* | ||
| Full reasoning: | ||
| `memory/feedback_otto_363_substrate_or_it_didnt_happen_no_invisible_directives_aaron_amara_2026_04_29.md`. | ||
|
|
||
| ## Build and test gate | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.