Commit 4a28e2a
V47 Gate 6: Complete packs and Auxillaries commercial dashboard
Record Gate 6 packs/Auxillaries commercial dashboard law across
BITCODE_SPEC_V47, DELTA, NOTES, PARITY, and the roadmap, and advance roadmap
posture to working Gate 6 with Gate 5 recorded as latest closed.
Track BTD rights transfer state across the dashboard: PackActivity records
and the detail projection carry a rightsState derived from explicit fields or
finality-consistent commodity-state evidence, the /packs detail State
readback renders the BTD rights pill between settlement and
compensation/delivery, and repair-required activity exposes a fail-closed
Repair surface listing commodity-state blockers.
Add the V47PacksAuxillariesCommercialDashboard protocol object binding the
searchable master-detail dashboard, type/state facets, saved filters,
histories, proof readback, repair surface, and Auxillaries identity, source
connection, interface, wallet, team, and treasury panes; add its generator,
Gate 6 checker, protocol tests, package exports, package.json scripts, and
gate/canon workflow wiring; generate
.bitcode/v47-packs-auxillaries-commercial-dashboard.json and refresh the
Gate 2-5 artifacts against the advanced spec family.
Validated with:
- pnpm --filter @bitcode/protocol test
- pnpm --dir uapi exec jest tests/packActivityModel.test.ts tests/packsPageClient.test.tsx tests/auxillariesWalletPane.test.tsx tests/auxillariesWorkspacePanels.test.tsx
- node scripts/check-v47-gate1-scope-measurement-launch-freeze.mjs --skip-branch-check
- pnpm run check:v47-gate2 through check:v47-gate6
- node scripts/check-bitcode-spec-family.mjs --version V46 --mode promoted --current-target V46
- node scripts/check-bitcode-spec-family.mjs --version V47 --mode draft --current-target V46
- node scripts/check-bitcode-canonical-inputs.mjs --current-target V46
- node scripts/check-bitcode-canon-posture-drift.mjs --active-canon V46 --draft-target V47
- node scripts/run-bitcode-spec-quality.mjs --mode basic
- node scripts/check-import-casing.mjs
- uapi eslint and tsc --noEmit on the packs surfaces
- git diff --check
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent c87358d commit 4a28e2a
23 files changed
Lines changed: 1354 additions & 58 deletions
File tree
- .bitcode
- .github/workflows
- packages/protocol
- src
- canonical
- test
- scripts
- uapi
- app/packs
- components/base/bitcode/activity
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
383 | | - | |
384 | | - | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
390 | | - | |
| 389 | + | |
| 390 | + | |
391 | 391 | | |
392 | | - | |
| 392 | + | |
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
191 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
| 196 | + | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
0 commit comments