Skip to content

docs(coverage): add 92-97 ascent work act#1403

Open
neuron7xLab wants to merge 9 commits into
mainfrom
coverage_ascent_9297_work_act
Open

docs(coverage): add 92-97 ascent work act#1403
neuron7xLab wants to merge 9 commits into
mainfrom
coverage_ascent_9297_work_act

Conversation

@neuron7xLab

@neuron7xLab neuron7xLab commented Jun 27, 2026

Copy link
Copy Markdown
Owner

Summary

Upgrades #1403 from a simple coverage plan into a first-principles engineering protocol for TD-023.

This PR does not claim that coverage has already improved. It defines the value function and quality bar for the test campaign from the tracked 85.03% baseline toward 92-97%.

What is now encoded

  • Coverage is an instrument, not the goal.
  • Tests must maximize falsification power, risk reduction, invariant capture, boundary defense, regression locality, deterministic replay, and evidence integrity.
  • The first surface remains backtest, because it has the largest measured deficit: 68.55 / 98.
  • Follow-up work proceeds through risk, execution, core, ingestion, and analytics.
  • Weak tests are explicitly rejected: import-only, snapshot-only, type-shape-only, happy-path-only, or mock-only tests.
  • Strong tests must protect invariants, reject bad states, check boundaries, or prove monotonic behavior.

Acceptance discipline

  • Do not lower thresholds.
  • Do not expand coverage omit rules.
  • Do not skip production dependencies to inflate the metric.
  • Do not claim 90/92/95/97 without same-commit machine evidence.
  • Every follow-up PR must name targeted files, targeted behaviors, old/new release-line value, surface movement, command, and artifact paths.

Immediate next execution unit

Open a test-only PR for:

  • backtest/walk_forward.py
  • backtest/geosync_equity_curve.py

Goal: convert backtest replay logic into a deterministic, falsifiable, failure-resistant surface, not merely increase test count.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6f4ad152e8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -0,0 +1,11 @@
# Coverage Ascent Work Act 92-97

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include the new report in MANIFEST.sha256

Because this new report is git-tracked and is not under artifacts/, it falls within the source-integrity manifest scope defined by scripts/ci/generate_manifest.py. The commit adds the file but leaves MANIFEST.sha256 unchanged, so the target tree has reports/COVERAGE_ASCENT_92_97_WORK_ACT.md missing from the manifest and release/source-integrity evidence no longer covers the committed tree; regenerate or update the manifest alongside this tracked report.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant