6 Commits
Author SHA1 Message Date
cgalo5758 85cfd6a8a8 Drop the CLAUDE.md symlink
Claude Code reads AGENTS.md natively, so the symlink no longer earns its
place; GEMINI.md and QWEN.md never existed in the tree. AGENTS.md says
the four harnesses read it directly, and the worktree-test-stacks
scenario that named CLAUDE.md now names the top-level AGENTS.md.
2026-09-19 19:47:15 -05:00
cgalo5758 660485d9b8 Make status/explorations a local notebook git ignores
The exploration directory held 245 tracked files, and one week's
notebook had grown to 28M of captures, per-run CSS copies and model
logs, so every change ended with an argument about what to prune. It is
now a local lab notebook: git ignores it, its tracked files are
untracked, and no tracked file cites a path under it, because another
clone does not have it.

Every live citation is rewritten so the fact stands in the sentence:
the docs pages, AGENTS.md, four main specs, one Go comment, issues.md
and milestones.md. The operator IA page gains the landed IA revisions it
used to point at, and the UX rubric moves to docs/first-contact-rubric.md
because the process requires it. Archived changes, status/archive,
status/log and design/ keep their old paths as frozen history; the
design/ ones are logged as an upstream issue. MAINTAINING.md and the
status README describe the notebook and the harvest that replaces
pruning.
2026-09-19 19:46:52 -05:00
cgalo5758 9ff516ba95 Introduce the forms library and migrate all forms
Every form on both surfaces is now a declared FormSpec in
internal/forms, rendered through the shared form part and parsed
by its handler through the same declaration. Create and edit
share one field list, refusals answer 422 with values carried
back, and layout, buttons and errors come from one part.

Also adds the form registry with its invariant and route-mapping
tests, the raw-form, filler-copy and Go em-dash lint rules,
declared action triggers, and the capture-coverage cross-check.
The forms-library change is archived under
openspec/changes/archive/2026-09-05-forms-library.
2026-09-05 03:16:45 -05:00
cgalo5758 801dba1819 Remove chrome-debug wrapper dependency
Document the exact Chromium launch command in AGENTS.md and
reference it from the verify skill instead of the personal wrapper.
2026-08-30 00:19:27 -05:00
cgalo5758 66d4c66a43 tokenmaxxing climate crisis accelerationism jestergooning LLM-pilled. 2026-05-07 02:30:48 -05:00
cgalo5758 a5525a02e0 Add context-mode routing docs for MCP tools 2026-03-21 03:36:12 -05:00