chore: drop plan/codex-review references; explicit PR-vs-dashboard gating
Two changes bundled:
1. Removed every comment in tracked files that pointed at the (uncommitted)
roadmap plan or .codex-reviews/ logs. Plan-internal terminology (P1W1,
P1W2, "Wave 1/2", "milestone log") is replaced with plain language that
stands on its own. References to docs that don't exist (e.g.
docs/how-to/add-framework.md, docs/reference/example-manifest.md, etc.)
are removed; the surviving canonical docs are frameworks/SCHEMA.md and
the inline comments themselves.
2. CI workflow gating made explicit:
- All build jobs (discover, compile-aiken, test-offchain) continue to
run on every PR. Triggers were already correct; added an explicit
comment near the `pull_request:` trigger to make this guarantee
visible.
- The report job's matrix.json artifact upload (the data a future
dashboard-publish workflow will consume) is now gated to non-PR
events via `if: github.event_name != 'pull_request'`. PR runs still
aggregate, render to step summary, and post the report as a PR
comment — they just don't produce the artifact that would drive the
public dashboard.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>