{"id":"X0X-0001","identifier":"X0X-0001","title":"Bootstrap non-Linear Symphony workflow for x0x","description":"Create the repo-owned WORKFLOW.md and git-committed issue database scaffold used by the first x0x-symphony runner prototype. This intentionally avoids Linear and prepares for a future x0x CRDT-backed tracker adapter.","priority":2,"state":"review","branch_name":null,"url":null,"labels":["x0x-symphony","workflow","tracker-git"],"blocked_by":[],"created_at":"2026-04-28T00:00:00Z","updated_at":"2026-04-28T00:00:00Z","links":[{"kind":"design","url":"../x0x-symphony/docs/design/symphony.md","note":"Authoritative architecture for x0x-symphony"},{"kind":"adr","url":"../x0x-symphony/docs/adr/0001-tracker-abstraction.md"},{"kind":"adr","url":"../x0x-symphony/docs/adr/0002-sharded-claim-ttl.md"},{"kind":"adr","url":"../x0x-symphony/docs/adr/0003-no-external-tracker-v1.md"},{"kind":"adr","url":"../x0x-symphony/docs/adr/0004-x0x-tasklist-as-backbone.md"}],"acceptance":["WORKFLOW.md exists at the repository root","Workflow uses tracker.kind=git_issues instead of Linear","issues/issues.jsonl exists and contains machine-readable records","issues/schema.md documents states, fields, and future x0x mapping"],"validation":["Review WORKFLOW.md front matter and prompt for consistency","Review issues/schema.md and issues/issues.jsonl for JSONL validity"],"handoff":{"summary":"Initial non-Linear Symphony workflow and git issue database scaffold created for x0x. Open architectural questions in the original handoff are now answered in the sibling x0x-symphony repo: GitHub adapter is rejected (ADR-0003), JSONL→CRDT mapping is locked (ADR-0004), and tracker abstraction is fixed (ADR-0001).","files_changed":["WORKFLOW.md","issues/README.md","issues/schema.md","issues/issues.jsonl"],"validation":[{"command":"python3 - <<'PY'\nimport json, pathlib\nfor line in pathlib.Path('issues/issues.jsonl').read_text().splitlines():\n if line.strip():\n json.loads(line)\nPY","status":"passed"}],"follow_up":["Architecture decisions are now locked in ../x0x-symphony/docs/adr/0001..0004.","WORKFLOW.md updated to use the harness-agnostic runner: block; legacy codex: block kept for compatibility and slated for deprecation in M4.","issues/schema.md extended with shard and claim fields used by x0x-symphony's M2.","M1 implementation issues live in ../x0x-symphony/issues/issues.jsonl as XSY-0002..XSY-0008."]}}