@research-engineering/agentic-proofkit 0.1.151 → 0.1.152

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,9 +45,11 @@ vulnerability absence, or consumer rollout safety by itself.
45
45
  inventory admission, command semantic routes without owner-declared proof
46
46
  identities, route-index-derived semantic proof identities, direct app
47
47
  semantic routes outside the command-scoped app test, package-level semantic
48
- routes outside the descriptor-owned command package, and missing matching
49
- semantic command evidence without claiming line coverage or exhaustive test
50
- semantic completeness.
48
+ routes outside the descriptor-owned command package, semantic command routes
49
+ whose parsed Go test body lacks the source-owned executable oracle marker for
50
+ the exact emitted command route fact, and missing matching semantic command
51
+ evidence without claiming line coverage or exhaustive test semantic
52
+ completeness.
51
53
  - `REQ-PROOFKIT-QUALITY-011`: CI separates the OS-independent full
52
54
  source/package gate from macOS platform smoke, uses explicit hosted runner
53
55
  labels instead of floating latest labels, and exposes one fail-closed
@@ -129,7 +129,7 @@
129
129
  {
130
130
  "requirementId": "REQ-PROOFKIT-QUALITY-010",
131
131
  "ownerId": "proofkit.supply-chain-quality",
132
- "invariant": "Coverage metrics report requirement, binding, witness, CLI inventory linkage, and descriptor-owned command semantic-route coverage from admitted test-evidence-inventory rows, failing closed on explicit requirement/proof linkage dead zones, failed command-route inventory admission, command semantic routes without owner-declared proof identities, route-index-derived semantic proof identities, direct app semantic routes outside the command-scoped app test, package-level semantic routes outside the descriptor-owned command package, or missing matching semantic command evidence without claiming line coverage or exhaustive test semantic completeness.",
132
+ "invariant": "Coverage metrics report requirement, binding, witness, CLI inventory linkage, and descriptor-owned command semantic-route coverage from admitted test-evidence-inventory rows, failing closed on explicit requirement/proof linkage dead zones, failed command-route inventory admission, command semantic routes without owner-declared proof identities, route-index-derived semantic proof identities, direct app semantic routes outside the command-scoped app test, package-level semantic routes outside the descriptor-owned command package, semantic command routes whose parsed Go test body lacks the source-owned executable oracle marker for the exact emitted command ref, selector, source path, falsifier ids, oracle id, and expected public outcome, or missing matching semantic command evidence without claiming line coverage or exhaustive test semantic completeness.",
133
133
  "claimLevel": "blocking",
134
134
  "riskClass": "medium",
135
135
  "proofBindingRefs": ["proofkit/requirement-bindings.json"],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@research-engineering/agentic-proofkit",
3
3
  "description": "Reusable proof profile, report, graph, and witness-planning primitives.",
4
- "version": "0.1.151",
4
+ "version": "0.1.152",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
@@ -719,8 +719,12 @@
719
719
  "commandId": "proofkit.coverage-metrics",
720
720
  "inputSelectors": [
721
721
  "docs/specs",
722
+ "internal/app",
722
723
  "internal/app/command_coverage_routes.go",
724
+ "internal/app/command_coverage_source.go",
723
725
  "internal/app/command_registry.go",
726
+ "internal/command",
727
+ "internal/testsupport/commandcoverage",
724
728
  "internal/tools/coveragemetrics",
725
729
  "proofkit/cli-contract.v1.json",
726
730
  "proofkit/requirement-bindings.json",