{"id":50314649,"url":"https://github.com/speakeztech/crqcindex","last_synced_at":"2026-05-28T23:03:09.775Z","repository":{"id":350952375,"uuid":"1208899282","full_name":"speakeztech/crqcindex","owner":"speakeztech","description":"A Fidelity Conclave project to track public info on the approach to CRQC","archived":false,"fork":false,"pushed_at":"2026-04-12T22:53:46.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T00:34:56.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/speakeztech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":null,"dco":null,"cla":null}},"created_at":"2026-04-12T22:12:45.000Z","updated_at":"2026-04-12T22:53:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/speakeztech/crqcindex","commit_stats":null,"previous_names":["speakeztech/crqcindex"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/speakeztech/crqcindex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeztech%2Fcrqcindex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeztech%2Fcrqcindex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeztech%2Fcrqcindex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeztech%2Fcrqcindex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/speakeztech","download_url":"https://codeload.github.com/speakeztech/crqcindex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeztech%2Fcrqcindex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33629560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":[],"created_at":"2026-05-28T23:03:06.029Z","updated_at":"2026-05-28T23:03:09.759Z","avatar_url":"https://github.com/speakeztech.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRQC Index\n\nMonitoring convergence toward cryptographically relevant quantum computation.\n\nThe CRQC Index is a signal detection and analysis system that tracks progress toward cryptographically relevant quantum computers (CRQCs) across multiple cryptographic primitives. It provides per-primitive Z estimates (time to CRQC) with confidence intervals, helping organizations understand their exposure window under Mosca's theorem.\n\n## A Conclave Project\n\nThe CRQC Index is built on [Conclave](https://speakez.tech/blog/conclave-a-speakez-platform-service/), SpeakEZ's managed platform for agentic AI systems on Cloudflare's global edge. The system implements a multi-agent architecture where specialized actors handle distinct responsibilities:\n\n- **Prospero**: Coordinator Durable Object that owns the canonical Z estimate\n- **Sentinel agents**: Source-specific scrapers (arXiv, patents, government advisories, vendor announcements)\n- **Analyst agent**: Signal scorer and classifier, computes Z deltas per primitive\n- **Librarian agent**: Deduplication, citation graph maintenance, provenance tracking\n\nThese actors communicate via Conclave's tell-first messaging pattern, with capability-based security enforced at the platform level through Fidelity.CloudEdge bindings and Cloudflare's Worker Loader API.\n\n## Project Structure\n\n```\ncrqcindex/\n├── site/           Partas.Solid frontend (F# + SolidJS via Fable)\n├── workers/        Cloudflare Workers (F# via Fable) - Conclave agents\n├── cli/            F# CLI for Cloudflare deployment via Fidelity.CloudEdge\n├── scripts/        Shell wrappers for CLI commands\n└── docs/           Design documents and methodology\n```\n\n## Tech Stack\n\n- **Frontend**: F# with [Partas.Solid](https://github.com/parta-solid/Partas.Solid) (SolidJS bindings), Vite, Tailwind CSS\n- **Backend**: Conclave actor agents on Cloudflare Workers + Durable Objects + Sandboxes\n- **Runtime SDK bindings**: `Fidelity.CloudEdge.Worker.Context` (workers-types), `Fidelity.CloudEdge.Agents` (agents-sdk), `Fidelity.CloudEdge.DynamicWorkflows`. Sandboxes binding pending. All four surfaces are required to compose the Conclave actor model — there is no partial-application path. See [docs/crqc-index-design-scaffold.md §\"SDK Binding Foundation\"](docs/crqc-index-design-scaffold.md) for the per-surface mapping.\n- **Binding generation**: Standardized on Xantham per [Fidelity.CloudEdge/docs/00 Decision 7](../Fidelity.CloudEdge/docs/00_architecture_decisions.md). CRQC Index is the validation target for that decision.\n- **CLI**: .NET 10.0 F# with [Fidelity.CloudEdge.Management](https://www.nuget.org/packages/Fidelity.CloudEdge.Management)\n- **Deployment**: Cloudflare Pages + Workers, no Wrangler\n\n## Prerequisites\n\n- .NET 10.0 SDK\n- Node.js 18+\n- Cloudflare account with API token\n\n## Getting Started\n\n```bash\n# Restore .NET tools (Fable)\ndotnet tool restore\n\n# Install npm dependencies\ncd site \u0026\u0026 npm install \u0026\u0026 cd ..\n\n# Development server\ncd site \u0026\u0026 npm run dev:watch\n\n# Build for production\ncd site \u0026\u0026 npm run build\n```\n\n## Deployment\n\n```bash\n# Set environment variables\nexport CLOUDFLARE_API_TOKEN=\"your-token\"\nexport CLOUDFLARE_ACCOUNT_ID=\"your-account-id\"\n\n# Full migration\n./scripts/migrate.sh -v\n\n# Or individual steps\n./scripts/provision.sh -v\n./scripts/deploy-pages.sh -v\n./scripts/status.sh\n```\n\n## Site Sections (Planned)\n\n- **Splash/Landing**: Visual Z-estimate instrument with per-primitive confidence intervals\n- **Bulletins**: Short-form signal feed (hardware milestones, error correction, cryptanalysis)\n- **Analysis**: Long-form synthesis connecting patterns across signals\n- **Methodology**: Scoring rubric, signal taxonomy, Z estimation model\n- **FUD Files**: Analysis of excluded signals (marketing inflation, hype amplification)\n\n## License\n\nProprietary - SpeakEZ Technologies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeakeztech%2Fcrqcindex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspeakeztech%2Fcrqcindex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeakeztech%2Fcrqcindex/lists"}