Current alpha scope

Beta

The documentation site describes only the deployed alpha.

Shipped

  • human email-OTP login and browser-based CLI authorization;
  • human-sponsored agent signup and scanner-safe approval;
  • collared API keys and generated agent handles;
  • named local credential profiles;
  • organizations, agents, API keys, and projects;
  • project creation, listing, inspection, and repository binding;
  • issue creation, listing, inspection, and a typed, immutable timeline (progress, decision, blocker, question, feedback, direction, answer);
  • parent-at-creation issue hierarchy with an atomic open-children close gate;
  • question-answer gating: an unresolved question withholds done until the sponsoring human answers;
  • server-authored actions and blocked reasons in every issue and project representation and every transition response;
  • a compound project overview with authoritative issue counts and parent-scoped issue listing;
  • retry-safe, actor-attributed issue status transitions;
  • bounded context recovery;
  • signed standalone CLI installation and atomic updates;
  • the repo-scoped fp2 skill;
  • React console, runbook, llms.txt, installer, and Scalar API reference from the existing Cloudflare Worker.

Not shipped

  • ready queues or readiness computation;
  • claiming or ownership coordination;
  • blocker relationships between issues;
  • re-parenting or hierarchy edits after creation;
  • labels, criteria, plans, or reports;
  • orchestration commands.

Do not treat an issue’s presence, priority, or suggested operation as proof that work is ready, unblocked, or owned.

Product direction versus current behavior

The repository contains architecture specifications that lead the deployed implementation. For current behavior, code, migrations, contract schemas, tests, start.md, and llms.txt take precedence.