@research-engineering/agentic-proofkit 0.1.138 → 0.1.139
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.
package/BACKLOG.md
CHANGED
|
@@ -66,7 +66,7 @@ only when these criteria are satisfied or explicitly retired by owner decision:
|
|
|
66
66
|
| DONE | IMPORT-05 | Historical design and plan cleanup | Durable claims from pre-cutover design and implementation-plan work are represented by deterministic specs, proof bindings, tests, package-public docs, or open backlog rows. No source-repository design documents or implementation plans are retained as current authority. |
|
|
67
67
|
| DONE | IMPORT-06 | Remaining source-local code delta audit | Non-document source comparison found no old source file missing from the public source tree. Old source bytes remain candidate evidence only and are not imported over current hardening. |
|
|
68
68
|
| DONE | RELEASE-01 | Public source release | `v0.1.135` was published from this public repository through npm Trusted Publisher, post-publish npm registry identity was captured, root-only installed-package proof passed, and GitHub Release assets were published. PyPI publication and GitHub artifact attestations were skipped by explicit optional-channel policy and are not claimed. |
|
|
69
|
-
|
|
|
69
|
+
| DONE | RELEASE-02 | Scoped npm package identity | `@research-engineering/agentic-proofkit@0.1.138` was published from this public repository through the scoped npm Trusted Publisher path. Post-publish scoped npm registry identity was captured, root-only installed-package JSON CLI ABI proof passed, and GitHub Release assets were published. The `agentic-proofkit` CLI binary and Python package identities remain unchanged. The previous unscoped npm package remains a compatibility artifact, not the preferred dependency identity. |
|
|
70
70
|
| DONE | SECURITY-01 | Provider security settings | Repository is public with collaborator-only PR creation, public issues, squash-only merges, branch protection on `main`, strict required CI, CodeQL, OSV source advisory scanning, Scorecard, Dependabot security updates, secret scanning, and push protection. Non-provider secret patterns and validity checks remain unavailable or disabled under the current provider plan and are not claimed. |
|
|
71
71
|
| DONE | CONSUMER-01 | Public-package consumer proof | A private first consumer repository consumed exact public npm `agentic-proofkit@0.1.134` through its repository-owned external-consumer gate. The proof installed the package into an isolated temporary consumer, matched the admitted tarball integrity and shasum, proved lockfile resolution was not workspace based, ran installed CLI `self-check`, `witness-plan`, and `release-authority`, proved rollback by removing the dependency from the temporary lockfile, and preserved consumer-owned native witness authority. |
|
|
72
72
|
| DONE | CONSUMER-02 | Second-consumer pilot | A private topology-distinct Python/FastAPI consumer module was run through explicit-input warn-mode `gradual-adoption-guidance` and `--agent-envelope` pilot records. Proofkit admitted the caller-owned route, reported one advisory candidate boundary, reported two missing proof-binding rule IDs as warnings, emitted route/bind/modernize/verify/promote agent actions, and kept enforcement blocked until consumer owners admit stable requirements and proof bindings. No generic Proofkit blocker was confirmed. |
|
|
@@ -103,6 +103,32 @@ therefore PyPI registry identity is not claimed. GitHub artifact attestations
|
|
|
103
103
|
were skipped by current repository policy, therefore artifact attestation is
|
|
104
104
|
not claimed.
|
|
105
105
|
|
|
106
|
+
`RELEASE-02` was admitted on 2026-07-03 from public repository
|
|
107
|
+
`research-engineering/agentic-proofkit` at commit
|
|
108
|
+
`d9398ec76ae672470d8c3f946cb7693cb134fb7c` and tag `v0.1.138`.
|
|
109
|
+
|
|
110
|
+
Provider run:
|
|
111
|
+
|
|
112
|
+
```text
|
|
113
|
+
https://github.com/research-engineering/agentic-proofkit/actions/runs/28683622996
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
The release workflow completed successfully. It ran the release candidate
|
|
117
|
+
package gate, publish readiness, scoped npm Trusted Publisher publish,
|
|
118
|
+
post-publish registry capture, root-only installed-package JSON CLI ABI proof,
|
|
119
|
+
final release metadata generation, and GitHub Release asset publication. The
|
|
120
|
+
npm registry reports `@research-engineering/agentic-proofkit@0.1.138` with
|
|
121
|
+
repository URL
|
|
122
|
+
`git+https://github.com/research-engineering/agentic-proofkit.git`, tarball
|
|
123
|
+
`https://registry.npmjs.org/@research-engineering/agentic-proofkit/-/agentic-proofkit-0.1.138.tgz`,
|
|
124
|
+
integrity
|
|
125
|
+
`sha512-6t9B7i+6gFW2s9zXGFankO7KnpWzSqgdcUlyOAVQFDzre5Y/wuJKDyJiKyiPAb+5CcgUuoiWo78lceyQ8JLvnA==`,
|
|
126
|
+
shasum `e89fa467a34f3731c0540c86e3c482a3d7df522e`, and license `MIT`.
|
|
127
|
+
The GitHub Release is
|
|
128
|
+
`https://github.com/research-engineering/agentic-proofkit/releases/tag/v0.1.138`.
|
|
129
|
+
PyPI publication remained disabled, and GitHub artifact attestations remained
|
|
130
|
+
skipped by current repository policy.
|
|
131
|
+
|
|
106
132
|
## Consumer Evidence
|
|
107
133
|
|
|
108
134
|
`CONSUMER-01` was admitted on 2026-07-03 from a private first consumer
|
package/README.md
CHANGED
|
@@ -13,10 +13,10 @@ packets without copying verifier logic between projects.
|
|
|
13
13
|
| Surface | State |
|
|
14
14
|
|---|---|
|
|
15
15
|
| Source visibility | Public |
|
|
16
|
-
| Current layer | Public source with admitted
|
|
16
|
+
| Current layer | Public source with admitted scoped npm release evidence |
|
|
17
17
|
| Runtime implementation | Go CLI with npm and Python wrapper packaging |
|
|
18
|
-
| Package release |
|
|
19
|
-
| Public-source provenance | Admitted for `v0.1.
|
|
18
|
+
| Package release | `@research-engineering/agentic-proofkit@0.1.138` is admitted; `agentic-proofkit@0.1.135` remains the previous unscoped release |
|
|
19
|
+
| Public-source provenance | Admitted for `v0.1.138` |
|
|
20
20
|
| License | MIT |
|
|
21
21
|
|
|
22
22
|
## Project Boundary
|
|
@@ -78,10 +78,12 @@ vulnerability absence, or consumer rollout safety by itself.
|
|
|
78
78
|
npm and PyPI channels and release closeout rejects publication claims without
|
|
79
79
|
that tuple.
|
|
80
80
|
- `REQ-PROOFKIT-QUALITY-019`: installed package smoke proof verifies one
|
|
81
|
-
successful JSON report command
|
|
81
|
+
successful JSON report command, one failed-report command, and the current
|
|
82
|
+
`json-report-cli-adapter-source` generated source artifact from the
|
|
82
83
|
package-managed binary, including report identity, state, exit code, stdout,
|
|
83
|
-
stderr discipline,
|
|
84
|
-
poison file in the consumer working
|
|
84
|
+
stderr discipline, generated-source hash, owner-source parity, and exact
|
|
85
|
+
explicit-input counts despite an unlisted poison file in the consumer working
|
|
86
|
+
directory.
|
|
85
87
|
|
|
86
88
|
## Non-Claims
|
|
87
89
|
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
{
|
|
247
247
|
"requirementId": "REQ-PROOFKIT-QUALITY-019",
|
|
248
248
|
"ownerId": "proofkit.supply-chain-quality",
|
|
249
|
-
"invariant": "Installed package smoke proof verifies the package-managed binary can process explicit JSON input for one successful report command and one failed-report command, preserving report kind, report id, state, explicit input counts, exit code, stdout JSON, and stderr channel discipline without admitting unlisted consumer working-directory files in addition to help discoverability.",
|
|
249
|
+
"invariant": "Installed package smoke proof verifies the package-managed binary can process explicit JSON input for one successful report command and one failed-report command, and can emit the current json-report-cli-adapter-source artifact from the installed package binary with source bytes equal to the generator owner source, preserving report kind, report id, state, explicit input counts, exit code, stdout JSON, generated-source hash, and stderr channel discipline without admitting unlisted consumer working-directory files in addition to help discoverability.",
|
|
250
250
|
"claimLevel": "blocking",
|
|
251
251
|
"riskClass": "high",
|
|
252
252
|
"proofBindingRefs": ["proofkit/requirement-bindings.json"],
|
package/package.json
CHANGED