Operator ruling 2026-08-05, which settles decision (g): planning documents are generally never public, and what OUR OWN sessions generate does not go out on the forge at all. The example itself stays public so others can run the process. `.claude/projects/` is the Voyage session workbench -- 25 briefs/plans/reviews this project's own sessions produced. Untracked and gitignored, exactly as STATE.md already is, and for the same stated reason: this repo has a public mirror, so that class of material is local-only rather than tracked. The line is drawn at who wrote the document, and it is drawn deliberately: `docs/plan/`, `docs/research/` and `docs/rapport/` stay tracked. Those are curated, dated documents written for the repo's readers, three of them linked from the README as the decision record. Move that line if it was meant wider. Two files were NOT process artifacts and are not deleted. Both `build_fixture.py` scripts are cited by tracked tests (`test_ingest_golden_sql.py`, `test_ingest_golden_http.py`) as the documented rebuild path for byte-exact goldens -- reproduction code that had landed in the wrong directory. Moved next to the goldens they build; both docstrings updated, so no tracked file is left pointing into an untracked tree (verified: the only remaining `.claude/projects` string in a tracked file is the .gitignore rule itself). One prose reference in the dated Foundry auth recipe was dropped for the same reason. 652 tests still pass. Does NOT address the 27 of these already readable on open/ since the S12 release -- untracking stops future publication only. That retraction is a separate operator decision and is deliberately not taken here. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GWsexbQjPo9rsV3aUE54ZS
40 lines
1.2 KiB
Text
40 lines
1.2 KiB
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 prosess-artefakter — LOCAL-ONLY (operatørbeslutning 2026-08-05, avgjør (g)).
|
|
# Briefer/planer/reviews/research som ØKTENE våre genererer er arbeidsbenk, ikke leveranse, og
|
|
# plandokumenter skal ikke være offentlige. Dette repoet har et offentlig speil (`open/`), så
|
|
# samme regel som STATE.md over gjelder: privat remote → local-only, aldri tracked.
|
|
# NB: dette er IKKE en regel mot kuraterte docs — `docs/plan/`, `docs/research/` og `docs/rapport/`
|
|
# er bevisst tracket og README-lenket som beslutningsloggen. Grensen går ved hvem som skrev dem:
|
|
# øktmaskineriet (her) vs. et dokument skrevet for repoets lesere (der).
|
|
.claude/projects/
|
|
|
|
# Voyage execute-tracker (efemert per kjøring)
|
|
.trekexecute-progress-*
|
|
|
|
# S3.1 embedding-vektorstore: rebyggbar cache, aldri autoritativ — repoet holder null binærartefakter
|
|
*.npy
|