Fase 2 started. Brief for the MVP vertical slice (one synthetic project end-to-end on MAF 1.9.0: debate -> blocking validator -> two-layer HITL + provenance -> ExpeL learning) produced via /trekbrief from documented intent (incremental-plan §Fase 2 + capability-map §1/§5 + Fase 1 findings), not live Q&A per the project operating model. framing=preserve; phase_signals=high/opus. Brief-reviewer gate passed 6/6 (all dimensions 5; verdict PROCEED_WITH_RISKS) after 2 iterations: iter 1 flagged a no-op token-accounting criterion and a false-positive on research-field order; 3 derivable refinements applied (retargeted the UsageDetails assertion, added Open Questions for the concrete local model + Foundry deployment names, added a topic-count note). Validator green (0 errors/warnings). 3 research topics identified (gaps the capability-map did not resolve): native HITL in MAF workflows, local_folder via MCPStdioTool + citation provenance, and a real local-profile chat client (spikes used only FakeChatClient). Manual path: stopped at the brief as a gated checkpoint; research must run before /trekplan. .gitignore: ignore generated .html annotation + progress.json render-derivatives under .claude/projects/ (the .md sources stay tracked). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Fif1r1En5W542HbZV88yMH
30 lines
614 B
Text
30 lines
614 B
Text
# Secrets
|
|
.env
|
|
.env.*
|
|
*.local.md
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# Continuity — local-only: dette repoet skal publiseres, STATE må aldri nå et offentlig speil
|
|
STATE.md
|
|
|
|
# Voyage execution-bokholderi (efemert per kjøring; STATE.md er kanonisk kontinuitet)
|
|
.session-state.local.json
|
|
.voyage/
|
|
|
|
# Voyage genererte render-derivater under .claude/projects/ (kildene .md trackes; HTML
|
|
# er operatør-lokal annotering m/ localStorage, progress.json er execute-tracker)
|
|
.claude/projects/**/*.html
|
|
.claude/projects/**/progress.json
|