core/contemplation
Shay 310aed9ff0
chore: Refactor CLI and Governance Anchors (#926)
* docs: consolidate governance anchors and clean up test registries

* refactor(cli): decompose cli into dedicated modules

* test: fix broken test baselines and formatting

* docs: add domain boundary READMEs for governance anchors

* test: update baseline for determination lane

* test: fix capability_pass expectation

* test: fix CORE_SHOWCASE_SKIP_BUDGET enforcement

* chore: cleanup CLI extraction and unreachable code
2026-07-03 12:34:56 -07:00
..
runs chore(contemplation): CI run 2026-05-26T103018Z (#288) 2026-05-26 10:19:53 -07:00
README.md chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00

Contemplation Artifacts

This directory is an artifact namespace for committed contemplation process reports, especially the runs/ evidence consumed by teaching queue and Workbench readers.

It is intentionally not a Python package:

  • no contemplation/__init__.py
  • no Python source files under this tree
  • executable contemplation code lives under core/contemplation/
  • always-on runtime life writes local reports under <engine_state>/contemplation_runs/

Keeping this split explicit prevents import contemplation ambiguity while preserving the deterministic JSON evidence shape expected by queue and Workbench surfaces.