Commits the ADR-0243 (Wave-Field Cognitive Lifecycle) proposal verbatim as Proposed, and the arc-governing implementation plan derived from it plus docs/analysis/core_cohesion_master_plan.md and the ADR-0241/0242 post-Accept close audit findings. The plan records that most of ADR-0243's organs already exist on main (sensorium feed, WaveManifold, energy classes, GoldTether, surprise/discovery plumbing, self-authorship, biography, packs/en readback) and that tests/test_third_door_cohesion.py already pins I-01..I-05, A-02/A-04, and core_ha absence from the cohesion master plan — so this arc is the §2.2 relaxation reasoner plus three wiring lanes, not a rebuild. Also pins three defects in the ADR's §3 reference prototype so it can never be ported verbatim: the egress gate's antisymmetric quadratic form is identically zero (rejects every state, valid or not); the unitary relaxation loop cannot dissipate toward a ground state (the honest relaxer is the imaginary-time semigroup); and the prototype's block-matrix "pseudoscalar proxy" is a different operator from the real Cl(4,1) pseudoscalar action despite sharing I^2 = -Id. [Verification]: uv run core test --suite smoke -q -> 176 passed (133.41s); uv run python -m pytest tests/test_adr_0243_sketch_defect_pins.py tests/test_third_door_cohesion.py -q -> 19 passed (0.93s)
93 lines
2.7 KiB
Text
93 lines
2.7 KiB
Text
__pycache__/
|
|
.pytest_cache/
|
|
.hypothesis/
|
|
*.pyc
|
|
.DS_Store
|
|
|
|
*.egg-info/
|
|
traces/
|
|
.formation_cache/
|
|
|
|
workbench_data/*
|
|
!workbench_data/
|
|
!workbench_data/README.md
|
|
|
|
core-rs/target/
|
|
core-rs/Cargo.lock
|
|
|
|
|
|
# Environment secrets — never commit real keys
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Benchmark report output
|
|
reports/
|
|
frontier_wave1.json
|
|
|
|
# Benchmark local cache — manifests + fetch script only; benchmark data never committed
|
|
# (extends ADR-0119.7 sealed-holdout discipline to generalization audits)
|
|
.data/benchmarks/
|
|
|
|
# Workbench UI browser-test artifacts
|
|
workbench-ui/test-results/
|
|
workbench-ui/playwright-report/
|
|
|
|
# Claude Code local session artifacts (per-developer, never tracked)
|
|
.claude/
|
|
|
|
# Local macro->micro system map — a per-developer NAVIGATION INDEX (like an IDE
|
|
# symbol index), NOT a project artifact. Regenerated on demand; never tracked.
|
|
.system-map/
|
|
|
|
# Runnable audit-passed showcases (ADR-0112 + ADR-0113) are generated on
|
|
# demand from the signed claim + on-disk lane result files. The inputs
|
|
# are committed; the renders are not.
|
|
evals/audit_passed/
|
|
evals/expert_demos/
|
|
|
|
# ADR-0119.7 — GSM8K sealed-holdout discipline. Only the encrypted
|
|
# .age file may be tracked; plaintext companions must never land in git.
|
|
evals/gsm8k_math/holdouts/v1/cases.jsonl
|
|
evals/gsm8k_math/holdouts/v1/cases_plaintext.jsonl
|
|
evals/gsm8k_math/holdouts/v1/cases-train*
|
|
|
|
# ADR-0172 W3 — math-contemplation proposals are generated on demand; the
|
|
# directory skeleton (.gitkeep) is committed, the generated JSONL is not.
|
|
teaching/math_proposals/proposals.jsonl
|
|
|
|
# ADR-0146 — engine_state/ is per-session mutable checkpoint state; only the
|
|
# module itself (engine_state/__init__.py) is tracked. Runtime-generated files
|
|
# are not source artifacts.
|
|
engine_state/manifest.json
|
|
engine_state/recognizers.jsonl
|
|
engine_state/discovery_candidates.jsonl
|
|
engine_state/lived_life.json
|
|
engine_state/always_on.lock
|
|
# ADR-0219 generation-dir checkpoint layout (the committed gen dir + pointer)
|
|
# and the CL proposal log — also runtime-generated, not source.
|
|
engine_state/current
|
|
engine_state/gen-*/
|
|
engine_state/session_state.json
|
|
engine_state/proposals.jsonl
|
|
# per-life idle frontier-contemplation runs — any engine-state root (incl. CORE_ENGINE_STATE_DIR).
|
|
contemplation_runs/
|
|
|
|
# Private outreach / personal packet — never tracked
|
|
01_Anthropic/
|
|
|
|
# Agent working directories
|
|
.agents/
|
|
|
|
# Cowork/Claude tooling artifacts
|
|
skills-lock.json
|
|
|
|
# Per-life backup checkpoint dirs are runtime-generated, not source.
|
|
engine_state/_life_backup_*/
|
|
|
|
# Local MCP configuration (contains local tokens)
|
|
.mcp.json
|
|
|
|
# Google Drive sync pointer stubs (JSON pointers to Drive docs, not content).
|
|
# The canonical committed copy of any R&D doc lives under docs/ as real markdown.
|
|
*.gdoc
|