Skip to content

Commit b372308

Browse files
wip v28
1 parent f3d48dc commit b372308

1,120 files changed

Lines changed: 12755 additions & 12043 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.ai/PRODUCT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ This document is a current, non-canonical operator guide for the shipping V26 re
77
Bitcode V26 is the first commercial promotion of the source-to-shares system:
88

99
- `protocol-demonstration/` is the deterministic protocol witness and proof substrate.
10-
- `uapi/app/application/*` is the Bitcode Terminal route for give, need, review, fit, settlement, and reread.
10+
- `uapi/app/application/*` is the Bitcode Terminal route for deposit, read, review, fit, settlement, and reread.
1111
- `packages/api/*`, `uapi/app/api/*`, `packages/orm/*`, and Supabase schemas carry Bitcode Exchange state.
12-
- `packages/pipelines/asset-pack/*` carries Need-satisfaction AssetPack synthesis and Finish delivery.
12+
- `packages/pipelines/asset-pack/*` carries Read-satisfaction AssetPack synthesis and Finish delivery.
1313
- MCP, ChatGPT App, GitHub/VCS, webhooks, and other connections are admitted interfaces, not separate product owners.
1414

1515
## Terminal
@@ -25,7 +25,7 @@ Transactions write-space lives under `/application`.
2525
Auxillaries live under `/auxillaries/*`.
2626
Shared execution update carrier: `uapi/components/base/bitcode/execution/WorkUpdatePanel.tsx`.
2727

28-
The main operator actions are `give` and `need`. Repository choice, Need review, fit review, transaction readiness, proof follow-through, and closure rereads must all resolve through Bitcode-owned state rather than shell-only side effects.
28+
The main operator actions are `give` and `read`. Repository choice, Read review, fit review, transaction readiness, proof follow-through, and closure rereads must all resolve through Bitcode-owned state rather than shell-only side effects.
2929

3030
## Exchange
3131

@@ -34,7 +34,7 @@ The Exchange stores and rereads:
3434
- source/provider connections and repository scope,
3535
- conversations, attachments, and normalized rich input,
3636
- execution rows, events, phases, and activity history,
37-
- Need review and fit-quality receipts,
37+
- Read review and fit-quality receipts,
3838
- AssetPack synthesis artifacts, written assets, Shippables, and delivery-mechanism evidence,
3939
- settlement, proof, and operational telemetry.
4040

.bitcode/conversations-continuity-proof.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
{
124124
"file": "packages/api/src/routes/conversations.ts",
125125
"evidence": "need_measurement_intents",
126-
"description": "Need-measurement intent is first-class conversation execution evidence"
126+
"description": "Read-measurement intent is first-class conversation execution evidence"
127127
},
128128
{
129129
"file": "packages/api/src/conversations/messages.ts",
@@ -148,7 +148,7 @@
148148
{
149149
"file": "uapi/tests/api/chatStreamRoute.test.ts",
150150
"evidence": "rich_input: expect.objectContaining",
151-
"description": "root conversation stream test asserts persisted Need-measurement rich input"
151+
"description": "root conversation stream test asserts persisted Read-measurement rich input"
152152
},
153153
{
154154
"file": "uapi/tests/api/conversationThreadStreamRoute.test.ts",

.bitcode/fifth-gate-closure-deepening-proof.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"label": "Bitcode Terminal read/write loop",
8686
"baselineAdvanced": true,
8787
"closurePassed": true,
88-
"currentDeepening": "Terminal-facing source-to-shares Need review, fit admission, settlement reading, TypeScript-only uapi/app ownership, product readiness audit, and environment posture are generated and app/API-backed.",
88+
"currentDeepening": "Terminal-facing source-to-shares Read review, fit admission, settlement reading, TypeScript-only uapi/app ownership, product readiness audit, and environment posture are generated and app/API-backed.",
8989
"remainingClosure": "Closed by the fifth-gate closure proof as a minimum-functional read/write baseline; sixth-gate and later harden wider browser/authenticated production coverage.",
9090
"evidenceArtifactPaths": [
9191
".bitcode/application-composition-proof.json",
@@ -112,7 +112,7 @@
112112
"label": "Transactional readiness and repository scope",
113113
"baselineAdvanced": true,
114114
"closurePassed": true,
115-
"currentDeepening": "Repository-bound source-to-shares admission, stored-first/live-fallback connected-provider inventory validation, reconnect-required downgrade for invalid saved provider sessions, Terminal-side repository-supply reread that keeps stored inventory visible under reconnect-required provider drift, main-route readiness derivation that prefers route-local repository truth over auxillary reread or weak connection-presence fallback, Terminal pulse plus Give + Need flow-guide rendering of exact reconnect-required readiness, wallet-reconnect-required downgrade for saved verified signer posture without a live wallet-provider session, and Connects plus `$BTD` reread through `/api/auxillaries/data` are proof-backed as the current readiness baseline.",
115+
"currentDeepening": "Repository-bound source-to-shares admission, stored-first/live-fallback connected-provider inventory validation, reconnect-required downgrade for invalid saved provider sessions, Terminal-side repository-supply reread that keeps stored inventory visible under reconnect-required provider drift, main-route readiness derivation that prefers route-local repository truth over auxillary reread or weak connection-presence fallback, Terminal pulse plus Deposit + Read flow-guide rendering of exact reconnect-required readiness, wallet-reconnect-required downgrade for saved verified signer posture without a live wallet-provider session, and Connects plus `$BTD` reread through `/api/auxillaries/data` are proof-backed as the current readiness baseline.",
116116
"remainingClosure": "Closed by the fifth-gate closure proof as an operative readiness baseline; live provider signing expansion remains later-gate hardening.",
117117
"evidenceArtifactPaths": [
118118
".bitcode/application-composition-proof.json",

.bitcode/fifth-gate-closure-proof.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,18 @@
107107
],
108108
"sourceCheck": {
109109
"checkId": "terminal-read-write-loop-source-evidence",
110-
"label": "Terminal give, need, deposit, branch, closure, selected-detail, and ledger reread are source-backed by route/API tests",
110+
"label": "Terminal deposit, read, deposit, branch, closure, selected-detail, and ledger reread are source-backed by route/API tests",
111111
"passed": true,
112112
"detail": "4 source evidence requirements satisfied",
113113
"requiredEvidence": [
114114
{
115115
"file": "uapi/tests/api/executionsHistoryWriteReadParity.test.ts",
116-
"evidence": "round-trips give, need, and closure writes through the same Bitcode activity ledger",
116+
"evidence": "round-trips deposit, read, and closure writes through the same Bitcode activity ledger",
117117
"description": "execution-history parity proves write/reread continuity"
118118
},
119119
{
120-
"file": "uapi/tests/api/needReviewProtocolParity.test.ts",
121-
"evidence": "rereads accepted Need review and source-to-shares settlement artifacts through the commercial /api/state route",
120+
"file": "uapi/tests/api/readReviewProtocolParity.test.ts",
121+
"evidence": "rereads accepted Read review and source-to-shares settlement artifacts through the commercial /api/state route",
122122
"description": "state route rereads accepted source-to-shares branch materialization"
123123
},
124124
{

.bitcode/fourth-gate-reclosure-review-proof.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"label": "Retained tools and agents are Bitcode-purposed with prompt ownership and reader-first scope",
158158
"status": "closed",
159159
"passed": true,
160-
"detail": "Prompt, inference, and retained-package proofs keep retained ports bounded to Bitcode roles such as need ingestion and source-attributed support.",
160+
"detail": "Prompt, inference, and retained-package proofs keep retained ports bounded to Bitcode roles such as read ingestion and source-attributed support.",
161161
"evidenceArtifactPaths": [
162162
".bitcode/prompt-system-totality-proof.json",
163163
".bitcode/inference-implementation-records-proof.json",

0 commit comments

Comments
 (0)