Commit 08bc31a
W899 exhaustive site fix + 14 cross-system wiring checks + compliance mapping
Backend wiring (src/router.js, 7 fixes):
- GET /v1/keys/public: signer pubkey field surfaced (was hidden in chain meta)
- POST /v1/compile: allow_below_gate destructured + passed through to spec runner
- POST /v1/capture/export: bulk-export route wired (was 404 from account UI)
- _w896BuildFleet: DeviceRegistry union dedup (tenant_name + tenant_id)
- GET /v1/verify/:rcpt: chain_prev_hash + chain_hash fields surfaced on receipt
- GET /v1/namespaces/:slug/stats: per-namespace observation+receipt counts
TUI (cli/kolm.js):
- marketplace endpoint fixed: /v1/marketplace/listings -> /v1/marketplace/list
Account UI:
- public/account/captures.html: bulk-export Blob POST handler rewritten
Site exhaustive pass:
- public/compliance/index.html: 4 dead cards converted to anchor links + 4 new
inline mapping table sections (HIPAA 11 rows mapping kolm artifacts to
Sec 164.308/310/312/514, SOC 2 12 rows CC1-CC9+A1+C1+PI1, SR 11-7 5 rows
V.A-VII, ISO 42001 7 rows Cl. 6/8/9 + A.6.2.6/A.6.2.8/A.7.3/A.8.2).
Page now forwardable to procurement as a single artifact.
- public/pricing.html: FAQ entry pointing to /compliance cross-walk
- W850 cool-slate purge re-run: 1362 scanned, 0 touched (site already clean)
sw.js: CACHE_VERSION 123 -> 125, slug wave899-exhaustive-site-fix-plus-wiring-checks
Verification (local):
router.js parse clean
cli/kolm.js parse clean
w850-warm-purge 0 files modified
audit-static-refs 0 missing
audit-href --strict 0 broken
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 3e3bf76 commit 08bc31a
710 files changed
Lines changed: 1565 additions & 842 deletions
File tree
- cli
- public
- account
- federated
- security
- articles
- artifacts/example
- benchmarks
- bench
- brand
- case-studies
- compare
- compile
- compliance
- docs
- cli
- compile
- connect
- forge
- govern
- install
- integrations
- marketplace
- multimodal
- observability
- reference
- runtime
- run
- sdk
- spec
- studio
- enterprise
- format
- foundations
- healthcare
- install
- insurance/templates
- integrations
- learn
- marketplace
- migrate
- partners
- pricing
- quickstart
- registry
- research
- security
- spec
- training
- tutorials
- university
- verticals
- vs
- scripts
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38186 | 38186 | | |
38187 | 38187 | | |
38188 | 38188 | | |
38189 | | - | |
| 38189 | + | |
38190 | 38190 | | |
38191 | 38191 | | |
38192 | 38192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
484 | | - | |
485 | | - | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
486 | 495 | | |
487 | 496 | | |
488 | 497 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments