You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BITCODE_SPEC_V42.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,9 +99,18 @@ It closes when active V41 / draft V42 truth is visible in the root docs, protoco
99
99
100
100
## V42 Gate 2 Depositing Shortest Path And Compensation Visibility
101
101
102
-
Gate 2 must make the shortest deposit path explicit and testable.
102
+
Gate 2 makes the shortest deposit path explicit and testable.
103
103
The accepted user path is: provide source material, select repository/source anchor, admit deposit to the Depository, receive source-safe admission proof, and see how later BTC compensation will be attributed if the deposit participates in a synthesized AssetPack.
104
-
It must cover route/API contracts, source validation, storage projection, Depository search-document creation, BTD/source-to-shares compensation readback, telemetry, and local/staging rehearsal.
The compensation route preview is not a BTD mint and not a rights transfer.
109
+
It states that source-to-shares proof, BTC allocation, BTD rights transfer, and source-bearing AssetPack delivery occur only after an accepted Need-Fit creates a paid AssetPack and settlement finality is observed.
Copy file name to clipboardExpand all lines: BITCODE_SPEC_V42_DELTA.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ Open the V42 full specification family, roadmap, package script, workflow postur
35
35
### Gate 2: Depositing Shortest Path And Compensation Visibility
36
36
37
37
Implement and prove the shortest path from source material to Depository admission proof and later compensation readback.
38
+
Gate 2 now binds Depository admission proof to a source-safe compensation route preview, route/API readiness, Depository search documents, vector/storage projection, source-to-shares readback keys, Terminal activity/history/readback fields, and `.bitcode/v42-depositing-shortest-path.json`.
39
+
The compensation preview is deliberately pre-mint: it records BTC/source-to-shares eligibility if the deposit is selected into a later paid AssetPack, but it does not mint BTD, transfer rights, expose source, or allocate BTC before accepted Need-Fit and settlement.
Copy file name to clipboardExpand all lines: BITCODE_SPEC_V42_NOTES.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ It opens the reliable MVP experience version after V41 prompt-program promotion
27
27
The V42 Depositing path should minimize the journey from source material to Depository admission proof.
28
28
The user needs to know that the source is admitted, searchable for future Need-Fit work, and eligible for BTC compensation if it contributes to a synthesized AssetPack.
29
29
The UX can stay simple, but expandable details must show source authority, admission proof, storage projection, search-document posture, compensation route, and repair state.
30
+
Gate 2 implements that note through `DepositorySupplyCompensationPreview`, deposit route `depositoryEvidence.compensationPreview`, Terminal compensation readback rows, and `.bitcode/v42-depositing-shortest-path.json`.
31
+
Local/staging rehearsal for this gate means the deposit route, source-safe evidence projection, generated artifact, package test, and protocol route test can run without value-bearing mainnet behavior.
32
+
The staging-testnet lane may read the same source-safe roots and ledger keys, but secrets and private source remain outside generated artifacts.
30
33
31
34
## Reading shortest-path note
32
35
@@ -59,6 +62,10 @@ V43 or a later explicitly opened version should evolve the deposit side into an
59
62
Repository-installed Bitcode Agents should compare a connected enterprise codebase, the current Bitcode Depository, and Reading activity to propose deposit AssetPack options.
60
63
Those options should be source-safe, sub-critical, likely positive ROI, and approve/rejectable before Depository admission.
61
64
That later version should split `/terminal` into `/read` and `/deposit`, and rename `/exchange` to `/packs` across routes, code naming, docs, and operator vocabulary.
65
+
The route model should be AssetPacks in and AssetPacks out: `/deposit` creates reviewable deposit AssetPack options from connected source, depositor instructions, and Bitcode's observed Needs; `/read` creates reviewed Need-Fit AssetPack previews and only unlocks source-bearing delivery after settlement; `/packs` is the searchable master-detail activity route for deposited packs, settled read packs, compensation posture, quotes, rights transfer, delivery, and repair.
66
+
The `/packs` master view should support column sorting, filtering, and search over measurements, synthesized AssetPack titles and descriptions, values, activity or transaction type, settlement posture, and compensation state.
67
+
The detail view should expose the selected activity's source-safe data, proof roots, telemetry, ledger/database synchronization, and expandable payloads without replacing the short default path.
68
+
Outside public documentation, product UX should avoid self-referential explanatory copy; route structure, concise labels, progressive detail, and proof-on-expand must make Depositing, Reading, and Pack activity self-explanatory.
Copy file name to clipboardExpand all lines: BITCODE_SPEC_V42_PARITY_MATRIX.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ This matrix records the reliable MVP product surfaces that must become promotion
33
33
| Roadmap truth | Roadmap states V41 active and V42 draft reliable MVP experience |`SPECIFICATIONS_ROADMAP.md`| drafted |
34
34
| Gate workflow | Gate quality knows active V41 / draft V42 posture and V42 Gate 1 |`.github/workflows/bitcode-gate-quality.yml`| drafted |
35
35
| Canon workflow | Canon quality knows active V41 / draft V42 posture and V42 Gate 1 |`.github/workflows/bitcode-canon-quality.yml`| drafted |
36
-
| Depositing shortest path | Source material can be admitted with Depository proof and compensation visibility |later V42 Gate 2 artifact | draft-required|
36
+
| Depositing shortest path | Source material can be admitted with Depository proof and compensation visibility |`.bitcode/v42-depositing-shortest-path.json`, `DepositorySupplyCompensationPreview`, `/api/deposits`, Terminal deposit readback | implemented|
37
37
| Reading state machine | Five-step Reading UX is route-owned, persistent, and source-safe | later V42 Gate 3 artifact | draft-required |
38
38
| ReadNeed product closure | Need synthesis, review, feedback, resynthesis, and accepted-Need admission are product-ready | later V42 Gate 4 artifact | draft-required |
39
39
| Finding Fits preview and quote | Many-candidate search, selected-fit provenance, source-safe preview, and quote are product-ready | later V42 Gate 5 artifact | draft-required |
@@ -47,7 +47,7 @@ This matrix records the reliable MVP product surfaces that must become promotion
47
47
| Area | Closure requirement | Judgment |
48
48
| --- | --- | --- |
49
49
| Gate 1 | Open V42 family, roadmap, docs, workflow posture, package script, and checker | drafted |
0 commit comments