2 Commits

Author SHA1 Message Date
e3ce4e1e09
Revise Trader-Wallet API surface designs
Updated API surface design documentation to focus on Trader-Wallet structure and removed outdated sections.

Signed-off-by: gravermistakes <evermoor.a.a@gmail.com>
2026-07-22 02:16:22 -07:00
Claude
0f46e134fa
Add M1 design documents: law script + API shapes (3 designs, recommend B)
- M1 law script format decision doc recommends S-expressions with fixed
  combinators for non-Turing provability, auditability, and immutability
  at runtime (S99). Includes example constitution with all L1-L5 invariants.

- M1 trader-wallet-marketplace API designs: compare 3 radically different
  shapes (minimal tokens, event-sourced ledger, GraphQL). Recommend Design B
  (ledger) for auditability, replay capability, and SAE integration.

- Ada config: core_config.gpr with GNAT 2022 compiler flags.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 02:10:13 +00:00