NoIssue

ACES

Action · Command · Event · Side-effect · State — an event-sourced engine where the business logic is three pure functions and everything else is swappable around them.

Branches (what’s merged, what isn’t)

Updated 2026-07-06.

Branch What it is Merged to main?
main releases; what GitHub Pages deploys
claude/aces-engine-architecture-pqbmyu all engine + archetype + arcade + Solana work ✅ merged here
claude/human-ai-detection-game-9q4nnb first agent’s original ACES work (engine, calculator, store, conversation) ✅ (via the branch above)
claude/aces-coordination the agents’ append-only mailbox (PROTOCOL.md) ⛔ intentionally not merged — it’s meta, not product

Live

https://technoplato.github.io/NoIssue/aces/ — the arcade: calculator + corner store + token ledger + settings, running the very modules in aces/ unbundled (view-source is the program), with a live event tape and a drop-state-and-replay button.

What’s live, what isn’t

Honest status — the full breakdown, with the “why”, is in SUMMARY.md.

Thing Access Live?
The arcade (UI) technoplato.github.io/NoIssue/aces/ 🟡 deploys from main (this merge)
Root landing page technoplato.github.io/NoIssue/ ✅ yes
Standalone build aces/deploy/aces-arcade-standalone.html ✅ open from file://
Engine + all archetypes cd aces && npm test (119 checks) ✅ yes
Token ledger arcade → LEDGER ⚠️ in-memory only
Voice assistant arcade → voice chip ⚠️ needs on-device LLM; else off
InstantDB sync aces/sync.js ⚠️ adapter ready, not wired live
Pear / Holepunch P2P aces/pear.live.js ⚠️ real hypercore replication proven; DHT needs a UDP host
Stripe payments (fiat) aces/pay.stripe.md ⚠️ built + tested; needs a live key + server
Solana program (crypto) aces/solana/ ⚠️ written + tested; runs on a toolchain host
x402 / Cloudflare rail aces/ledger.solana.md ❌ not started

Layout