docs: kernel maintenance — remove stale gap tracker - #429
Draft
rita-aga wants to merge 17 commits into
Draft
Conversation
The file last updated 2026-02-12 no longer matches the code and was being read as current. Drop the dangling ADR-0001 pointer with it. Co-authored-by: Cursor <cursoragent@cursor.com>
The serve path interprets a TransitionTable. Generated per-entity Rust was never loaded, could not hot-swap, and left a false self-host story in the docs. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Discord-on-serve had no product caller. Live Discord is TemperPaw paw-transport + paw-channels. Drop temper-transport, temper-channels, and the serve token flag. Co-authored-by: Cursor <cursoragent@cursor.com>
The advisory loop never applied OptAction. Fail-close unimplemented Postgres actor effects instead of swallowing them. Leave temper-agents. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
One Effect interpreter for server, the PG adapter, and verify. Delete the unused runtime webhook module that never compiled. Co-authored-by: Cursor <cursoragent@cursor.com>
Give seed-reproducible suites one crate and keep production binaries off it. EntityRuntime and the server module splits land with the move so HTTP goes through execute(), not EntityMsg. Co-authored-by: Cursor <cursoragent@cursor.com>
These local notes and unused mascot files were no longer the source of truth and were cluttering the kernel tree. Co-authored-by: Cursor <cursoragent@cursor.com>
TLA+ / StateMachine leftovers let verify and evaluate diverge; parse IOA once to Automaton and derive TemperModel and TransitionTable from that value. Co-authored-by: Cursor <cursoragent@cursor.com>
Directory temper verify now loads cross-invariants.toml and fails when a matching action is enabled while the related field does not hold. Pre-commit skips expected-fail study fixtures so that proof directory can land. Co-authored-by: Cursor <cursoragent@cursor.com>
Phase 8 bootstrapped Agent types on default with merge=false, which hid entity types already loaded by --app default=dir. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
The import-level allow does not cover RecordStore::new() under -D deprecated. Co-authored-by: Cursor <cursoragent@cursor.com>
…policy sheets (ARN-403, ARN-404) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VLPhB9kjLeE48kLUyAXXq2
…e concern Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VLPhB9kjLeE48kLUyAXXq2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
grok/maintenance) for cleanup that does not deserve its own feature PR.docs/internal/GAP_TRACKER.md(last updated 2026-02-12; no longer matches the code) and drop the dangling Related pointer in ADR-0001.Test plan
GAP_TRACKERreferences in the repoMade with Cursor