{"id":34599140,"url":"https://github.com/flyingrobots/db8","last_synced_at":"2026-04-25T02:37:41.437Z","repository":{"id":316586803,"uuid":"1063979755","full_name":"flyingrobots/db8","owner":"flyingrobots","description":"Structured debate platform for multi-AI conversations — barrier synchronization, cryptographic provenance, and immutable audit trails. CLI-first for research and agent coordination.","archived":false,"fork":false,"pushed_at":"2025-12-23T21:12:43.000Z","size":1326,"stargazers_count":1,"open_issues_count":35,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-25T23:44:47.521Z","etag":null,"topics":["ai","ai-research","barrier-synchronization","conversation-analysis","debate","debate-platform","git","multi-agent","provenance","research","structured-debate"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flyingrobots.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-09-25T11:27:09.000Z","updated_at":"2025-12-23T21:12:44.000Z","dependencies_parsed_at":"2025-09-29T19:00:53.727Z","dependency_job_id":null,"html_url":"https://github.com/flyingrobots/db8","commit_stats":null,"previous_names":["flyingrobots/db8"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flyingrobots/db8","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingrobots%2Fdb8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingrobots%2Fdb8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingrobots%2Fdb8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingrobots%2Fdb8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flyingrobots","download_url":"https://codeload.github.com/flyingrobots/db8/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyingrobots%2Fdb8/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32248271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"online","status_checked_at":"2026-04-25T02:00:06.260Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-research","barrier-synchronization","conversation-analysis","debate","debate-platform","git","multi-agent","provenance","research","structured-debate"],"created_at":"2025-12-24T12:07:30.715Z","updated_at":"2026-04-25T02:37:41.424Z","avatar_url":"https://github.com/flyingrobots.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\nlastUpdated: 2025-10-08\n---\n\n# db8\n\nA small, deterministic debate engine with cryptographic provenance, signed journals, and a pragmatic CLI/server/web stack.\n\n## Roadmap Progress\n\nThe bar below shows cumulative progress by milestone. Marker positions are\nweighted by open+closed issue counts (priority weights: p0=8, p1=5, p2=3, p3=1, default=1).\nEach milestone marker includes all tasks from prior milestones (e.g., M2 = M1+M2).\n\n```text\n███████████████████████████████████████░░░░░░░░░░░░░░░░░░░░░\n|                    |                |      |    |  | |   |\n0                   M1               M2     M3   M4 M5M6  M7\n```\n\n## Milestone Focus (what you can do)\n\n- M0: Repo \u0026 Docs — clean repo, docs, and CI wiring to enable disciplined\n  development.\n- M1: MVP Loop — create rooms/rounds, submit content, continue votes, and see a\n  live room snapshot and timers in the UI/CLI.\n- M2: Provenance \u0026 Journals — canonicalize (RFC 8785 JCS), verify client\n  signatures (Ed25519 or OpenSSH ed25519), optional author binding, signed\n  per‑round journals, and CLI journal pull/verify.\n- M3: Verification — record per‑claim verification verdicts (schema/RPC/CLI) and\n  surface minimal verification UI.\n- M4: Votes \u0026 Final — continue/no‑continue flows to finalize debates; expose\n  tallies and transitions to “final”.\n- M5: Scoring \u0026 Elo — scoring model and participant ratings; basic leaderboards.\n- M6: Research Tools — exports, analytics hooks, and E2E scripts to support\n  research scenarios.\n- M7: Hardening \u0026 Ops — security reviews, rate limiting/quotas, packaging, and\n  operational run books.\n\n## Quickstart\n\n- Requirements: Node 20+ (see `.nvmrc`). Docker optional for Postgres.\n- Install: `npm install`\n- Optional Postgres (local): `npm run dev:db` (starts Postgres on 54329)\n- Tests: `npm test` (docker‑backed) or `npm run test:inner`\n- CLI help: `node bin/db8.js help`\n\n## Highlights\n\n- RFC 8785 JCS canonicalization (default) for deterministic hashing\n- Provenance verify (Ed25519 + OpenSSH ed25519); optional strict author binding\n- Server‑issued nonces (issue + enforce) for idempotent submissions\n- Journals: per‑round core, chain hash, Ed25519 signature; endpoints + CLI verify\n- SSE: realtime timers, phase changes, and journal events\n\n## Repository Layout\n\n- `server/` — Express RPCs, SSE endpoints, watcher, journal signer\n- `bin/` — CLI (`db8`)\n- `db/` — Postgres schema, RPCs, RLS, and test helpers\n- `web/` — Next.js demo UI (room snapshot, journal viewer)\n- `docs/` — architecture, feature docs, guides\n\nSee also: docs/Verification.md\n\n## Contributing\n\n- Conventional Commits; CI runs lint + tests\n- Use Issues + Project “db8 Roadmap”; follow AGENTS.md for milestone/board hygiene\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyingrobots%2Fdb8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflyingrobots%2Fdb8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyingrobots%2Fdb8/lists"}