@research-engineering/agentic-proofkit 0.1.149 → 0.1.151

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/README.md CHANGED
@@ -12,8 +12,8 @@ packets without copying verifier logic between projects.
12
12
 
13
13
  | Surface | State |
14
14
  |---|---|
15
- | Source visibility | Public |
16
- | Current layer | Public source; release evidence is version-specific |
15
+ | Source repository | Declared in package metadata; provider visibility is a live GitHub fact |
16
+ | Current layer | Public-source workflow; release evidence is version-specific |
17
17
  | Runtime implementation | Go CLI with npm and Python wrapper packaging |
18
18
  | Package release | Scoped npm release channel configured; exact version and registry identity are owned by npm and GitHub Release artifacts |
19
19
  | Public-source provenance | Claimed only for a version whose release assets, registry identity, and checksum manifests are artifact-closed |
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.149",
4
+ "version": "0.1.151",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
@@ -23,7 +23,6 @@
23
23
  "files": [
24
24
  "ADOPTION.md",
25
25
  "AGENTS.md",
26
- "BACKLOG.md",
27
26
  "CONTRIBUTING.md",
28
27
  "LICENSE",
29
28
  "NON_CLAIMS.md",
package/BACKLOG.md DELETED
@@ -1,56 +0,0 @@
1
- # Proofkit Backlog
2
-
3
- This file is the canonical active-work ledger for
4
- `research-engineering/agentic-proofkit`.
5
-
6
- It tracks only current `NEXT`, `BLOCKED`, or `DEFERRED` work. It is not a
7
- roadmap, release log, proof registry, architecture document, CLI manual, or
8
- historical completion archive.
9
-
10
- ## Current State
11
-
12
- Active work is limited to the rows below.
13
-
14
- The public source cutover, scoped npm channel, optional PyPI channel, provider
15
- security setup, first-consumer proof, and second-consumer pilot have all been
16
- closed. Durable rules and reusable architecture now live in their owner
17
- surfaces:
18
-
19
- - `README.md` for human orientation;
20
- - `ADOPTION.md` for adoption, distribution, rendering, requirement, contract,
21
- test, and agent-guidance models;
22
- - `NON_CLAIMS.md` for boundary denials;
23
- - `docs/proofkit-contract-map.md` for command-family routing and agent
24
- decision procedure;
25
- - `docs/release-process.md` for release-channel evidence and publication
26
- process;
27
- - `docs/specs/**/requirements.v1.json` for durable machine requirements;
28
- - `proofkit/*.json` for shipped machine contracts and proof routes;
29
- - source, tests, package metadata, and workflows for executable behavior.
30
-
31
- ## Admission Rules
32
-
33
- Add a row only when new work is accepted and cannot be represented more
34
- precisely by an existing owner surface.
35
-
36
- Every row must be falsifiable and include:
37
-
38
- - `Status`: `NEXT`, `BLOCKED`, or `DEFERRED`;
39
- - `ID`: stable owner-scoped identifier;
40
- - `Scope`: one bounded reason to change;
41
- - `Completion condition`: objective proof or explicit retirement condition.
42
-
43
- When a row is completed, remove it from this active backlog after its durable
44
- rule, evidence, or behavior is represented by the owning source, test,
45
- contract, release artifact, provider record, or documentation surface. Do not
46
- retain completed rows here as history.
47
-
48
- Historical evidence belongs in pull requests, release artifacts, registry
49
- records, generated release manifests, or the owning docs named above.
50
-
51
- ## Open Rows
52
-
53
- | Status | ID | Scope | Completion condition |
54
- |---|---|---|---|
55
- | BLOCKED | RELEASE-01 | Decide whether normalized post-create GitHub Release facts need durable public evidence beyond retained workflow artifacts under immutable GitHub Releases. | Either keep `github-release.json` as retained workflow evidence with explicit non-claims, or design a provider-compatible public evidence channel that does not require post-create Release asset mutation. Completion requires a release-proof design and live provider proof; direct backfill/upload is blocked by immutable Release upload rejection. |
56
- | BLOCKED | RELEASE-02 | Resolve or explicitly retire the immutable historical GitHub Release asset-closure gap where release metadata references a notes asset that the published release does not contain. | Either attach the exact checksum-matching notes asset if provider policy allows, or record the provider-impossible closure in the release evidence model and prove future releases cannot repeat the gap. Completion requires live provider proof; direct backfill is currently blocked by immutable Release upload rejection. |