Add handoff and binary gate datasets
This commit is contained in:
198
semantic/binary_gate_tsv/required_tools_present_eval.tsv
Normal file
198
semantic/binary_gate_tsv/required_tools_present_eval.tsv
Normal file
@@ -0,0 +1,198 @@
|
||||
0 0 title: Execution Readiness — S20 Apiary Attribution | reasons: conflicts_detected:4; depends_on_prior_tasks; low_confidence | dependency_count: 1 | confidence: 49 | ambiguity_count: 0 | goals: add 5 attribution columns to registry table db v12 migration derived from prior art license author node ids attribution version; implement get apiary tool name attribution returning authorship metadata json; implement post apiary tool name attribution with patch semantics for updating attribution fields; implement get apiary tool name download returning tool source as application x tar tarball; update ingestion agent py to parse attribution json from tool submissions write stub if not found; register whetstone as founding tool via orchestrator register whetstone py script; write 5 pytest integration tests in tests test s20 attribution py | accepts: db v12 migration runs without error all 5 new columns present on registry table; get apiary test tool attribution returns valid json with fields tool name author node ids derived from prior art license attribution version; post attribution updates only specified fields get reflects changes without clobbering unspecified fields; get download returns content type application x tar with schema json inside the archive; unknown tool returns 404 on get attribution and get download; ingesting a tool with attribution json stores parsed author node ids derived from license correctly; 5 5 pytest tests pass | constraints: python 3 9 compatible no x y union types no walrus operator; db migration must use alter table idempotent guard if not exists pattern where supported; get download must handle missing repo path with 404 not unhandled exception; post attribution has patch semantics only update fields present in request body; ingestion must write a stub attribution json when none found in repo path; no hardcoded paths use registry repo path from db | dependencies: s18 contributions table exists for future attribution credit flow; s19 hypergraph tables exist problem type linkage; existing registry table in jobs queue db columns tool name repo path language capabilities required; existing ingestion agent py mqtt handler for borg registry commit topic | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Architect Review — S23 Nexus Daemon | reasons: conflicts_detected:5; low_confidence | confidence: 40 | ambiguity_count: 0 | goals: add get health endpoint returning ok true ts iso without hitting the db; add get status endpoint with 11 runtime fields status nexus version started at uptime s db path db schema version mqtt host active jobs count pending jobs count registered nodes count active inference last run; add sigterm and sigint graceful shutdown handlers in lifespan context using signal module; add shutting down module level boolean flag not per request; add 503 guard on post jobs id claim when shutting down is true; add log startup banner function printing version db path schema version mqtt host listen address; add rotate log if needed log rotation on startup truncate to last 1000 lines if file exceeds 10mb; write deploy install nexus daemon sh idempotent launchd install script for macos borgswarm | accepts: get health returns ok true ts iso datetime with http 200; get health returns ok false error db unreachable with http 503 when db file missing; get status returns all 11 fields status nexus version started at uptime s db path db schema version mqtt host active jobs count pending jobs count registered nodes count active inference last run; uptime s value increases between two consecutive get status calls; post jobs id claim returns 503 when shutting down is true; post jobs id claim returns 200 normal behavior when shutting down is false; install nexus daemon sh is executable idempotent exits 0 when nexus becomes healthy within 10s; 4 4 pytest tests pass all testable without launchd | constraints: python 3 9 compatible no x y union types no walrus operator; get health must never hit the db under any circumstances pure liveness probe; get status must return all 11 specified fields with correct types int for counts iso string for timestamps; shutting down flag is module level not stored per request or per connection; log rotation must execute before logger initialization not after; install nexus daemon sh must be idempotent unload before load safe to run multiple times; no db migration needed for this sprint | dependencies: existing nexus api py lifespan context asynccontextmanager pattern already in place; existing governance params key last inference run at written by active inference py; orchestrator com hivemind nexus plist already exists at correct path | prerequisite_ops: validate-intake; architect-review; manual-approval
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language java; available libraries spring boot jackson jooq flyway; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness — S25 Federation | reasons: conflicts_detected:8; depends_on_prior_tasks; low_confidence | dependency_count: 1 | confidence: 17 | ambiguity_count: 0 | goals: create db v14 migration with federation peers table id peer url peer id shared resources last sync at first seen at active; add 4 federation governance params federation sync interval minutes 15 federation max peers 10 federation job offer timeout s 30 this swarm id generated uuid; implement post federation peers verifying peer reachability via get peer url health before insert; implement get federation peers listing all peers with sync status; implement delete federation peers id performing soft delete sets active 0; implement get federation apiary delta since iso returning tools modified after timestamp metadata only no source; implement post federation job offers checking local node capabilities against requirements create local job copy if accepted; implement get federation observations delta since iso returning aggregated observation stats never raw content; implement run federation sync async background task running in lifespan loop | accepts: db v14 migration runs without error select from federation peers returns empty table; post federation peers rejects unreachable peer url with connection refused error does not insert; get federation apiary delta returns only tools where updated at is after the since parameter; post federation job offers returns accepted true local job id when matching node capability exists; post federation job offers returns accepted false reason when no matching node capability; two nexus instances on different ports register as peers register tool on a trigger sync tool appears on b; run federation sync background task starts and logs completion within sync interval; 6 6 pytest tests pass | constraints: python 3 9 compatible no x y union types no walrus operator; get federation observations delta must never return raw observation content only aggregates; post federation peers must verify peer reachability before inserting reject with error if unreachable; delete federation peers sets active 0 soft delete only never hard delete from table; this swarm id must be auto generated uuid on first run if not already in governance params; run federation sync background loop must not block lifespan startup; federation is opt in per resource type apiary job offers observations in shared resources json | dependencies: s20 get apiary tool download and updated at column on registry for delta sync; s23 get health endpoint on nexus used by peer reachability check before registration; s24 attribution data present in registry for apiary delta content; httpx async http client available in python environment | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language go; available libraries gin sqlx zap segmentio kafka go; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language node; available libraries express zod prisma bullmq; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts | constraints: primary language cpp; available libraries cublas nlohmann json numpy | prerequisite_ops: validate-intake | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language java; available libraries spring boot jackson jooq flyway; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language go; available libraries gin sqlx zap segmentio kafka go; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language node; available libraries express zod prisma bullmq; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: all sprint step tests pass; no regression in existing mcp tool behavior; generated task queue is ready or blockers are explicit | constraints: follow architecture gate requirements from sprint plan; keep changes deterministic and test backed | dependencies: existing editor src modules and mcp toolchain; whetstone mcp stable binary and workspace config; datasets project benchmarks challenging fullstack multifile 2026 02 26 jsonl | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | goals: primary objective; secondary objective; explicitly out of scope | accepts: task can be completed in target steps; critical path is clear without explanation; mobile layout remains functional no clipped actions; keyboard only flow works for core interaction; visual hierarchy is consistent and intentional; regression screenshots or equivalent evidence attached; scenario 1 given when then; scenario 2 given when then; required artifacts and pass conditions | constraints: language runtime constraints; forbidden dependencies apis; determinism replay requirements | prerequisite_ops: validate-intake | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language node; available libraries express prisma zod | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language go; available libraries gin sqlx zap segmentio kafka go; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: all sprint step tests pass; no regression in existing mcp tool behavior; generated task queue is ready or blockers are explicit | constraints: follow architecture gate requirements from sprint plan; keep changes deterministic and test backed | dependencies: existing editor src modules and mcp toolchain; whetstone mcp stable binary and workspace config; datasets project benchmarks challenging fullstack multifile 2026 02 26 jsonl | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language go; available libraries gin sqlx zap segmentio kafka go; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language go; available libraries gin sqlx zap segmentio kafka go; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language java; available libraries spring boot jackson jooq flyway; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language java; available libraries spring boot jackson jooq flyway; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: all sprint step tests pass; no regression in existing mcp tool behavior; generated task queue is ready or blockers are explicit | constraints: follow architecture gate requirements from sprint plan; keep changes deterministic and test backed | dependencies: existing editor src modules and mcp toolchain; whetstone mcp stable binary and workspace config; datasets project benchmarks challenging fullstack multifile 2026 02 26 jsonl | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Intake Foundation Primary — S20 Apiary Attribution | reasons: conflicts_detected:4; low_confidence | confidence: 53 | ambiguity_count: 0 | goals: add 5 attribution columns to registry table db v12 migration derived from prior art license author node ids attribution version; implement get apiary tool name attribution returning authorship metadata json; implement post apiary tool name attribution with patch semantics for updating attribution fields; implement get apiary tool name download returning tool source as application x tar tarball; update ingestion agent py to parse attribution json from tool submissions write stub if not found; register whetstone as founding tool via orchestrator register whetstone py script; write 5 pytest integration tests in tests test s20 attribution py | accepts: db v12 migration runs without error all 5 new columns present on registry table; get apiary test tool attribution returns valid json with fields tool name author node ids derived from prior art license attribution version; post attribution updates only specified fields get reflects changes without clobbering unspecified fields; get download returns content type application x tar with schema json inside the archive; unknown tool returns 404 on get attribution and get download; ingesting a tool with attribution json stores parsed author node ids derived from license correctly; 5 5 pytest tests pass | constraints: python 3 9 compatible no x y union types no walrus operator; db migration must use alter table idempotent guard if not exists pattern where supported; get download must handle missing repo path with 404 not unhandled exception; post attribution has patch semantics only update fields present in request body; ingestion must write a stub attribution json when none found in repo path; no hardcoded paths use registry repo path from db | dependencies: s18 contributions table exists for future attribution credit flow; s19 hypergraph tables exist problem type linkage; existing registry table in jobs queue db columns tool name repo path language capabilities required; existing ingestion agent py mqtt handler for borg registry commit topic | prerequisite_ops: validate-intake; architect-review
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language node; available libraries express zod prisma bullmq; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language node; available libraries express zod prisma bullmq; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language node; available libraries express zod prisma bullmq; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language node; available libraries express prisma zod | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language node; available libraries express prisma zod | prerequisite_ops: validate-intake | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language node; available libraries express zod prisma bullmq; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language rust; available libraries axum serde tokio sqlx; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language go; available libraries gin sqlx zap segmentio kafka go; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language rust; available libraries axum serde tokio sqlx; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: all sprint step tests pass; no regression in existing mcp tool behavior; generated task queue is ready or blockers are explicit | constraints: follow architecture gate requirements from sprint plan; keep changes deterministic and test backed | dependencies: existing editor src modules and mcp toolchain; whetstone mcp stable binary and workspace config; datasets project benchmarks challenging fullstack multifile 2026 02 26 jsonl | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: all sprint step tests pass; no regression in existing mcp tool behavior; generated task queue is ready or blockers are explicit | constraints: follow architecture gate requirements from sprint plan; keep changes deterministic and test backed | dependencies: existing editor src modules and mcp toolchain; whetstone mcp stable binary and workspace config; datasets project benchmarks challenging fullstack multifile 2026 02 26 jsonl | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language node; available libraries express zod prisma bullmq; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one event; at least one event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language go; available libraries gin sqlx zap segmentio kafka go; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary [whetstone_generate_taskitems] | reasons: compatibility; concurrency; contract; depends_on_prior_tasks; migration; performance; raw_structural_projection; replay; risk; rollout; security; semantic; transaction | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: all sprint step tests pass; no regression in existing mcp tool behavior; generated task queue is ready or blockers are explicit | constraints: follow architecture gate requirements from sprint plan; keep changes deterministic and test backed | dependencies: existing editor src modules and mcp toolchain; whetstone mcp stable binary and workspace config; datasets project benchmarks challenging fullstack multifile 2026 02 26 jsonl | prerequisite_ops: resolve-dependencies; validate-intake; whetstone_generate_taskitems; whetstone_queue_ready; whetstone_validate_taskitem | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language go; available libraries gin sqlx zap segmentio kafka go; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: generate deterministic taskitems with strict execution contracts; include selected library and preferred apis per task where applicable | constraints: primary language java; available libraries spring boot jooq flyway; prefer explicit use of selected library apis in task execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language node; available libraries express zod prisma bullmq; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language node; available libraries express zod prisma bullmq; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: generate deterministic taskitems with strict execution contracts; include selected library and preferred apis per task where applicable | constraints: primary language cpp; available libraries boost nlohmann json fmt; prefer explicit use of selected library apis in task execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language go; available libraries gin sqlx zap segmentio kafka go; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: generate deterministic taskitems with strict execution contracts; include selected library and preferred apis per task where applicable | constraints: primary language cpp; available libraries boost nlohmann json fmt; prefer explicit use of selected library apis in task execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: compatibility; concurrency; contract; high_confidence_clear_path; migration; performance; raw_structural_projection; replay; risk; rollout; security; semantic; transaction | confidence: 85 | ambiguity_count: 0 | accepts: all sprint step tests pass; no regression in existing mcp tool behavior; generated task queue is ready or blockers are explicit | constraints: follow architecture gate requirements from sprint plan; keep changes deterministic and test backed | dependencies: existing editor src modules and mcp toolchain; whetstone mcp stable binary and workspace config; datasets project benchmarks challenging fullstack multifile 2026 02 26 jsonl | prerequisite_ops: architect-review; validate-intake; whetstone_generate_taskitems; whetstone_queue_ready; whetstone_validate_taskitem | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Architect Review — S21 Account System | reasons: conflicts_detected:6; low_confidence | confidence: 32 | ambiguity_count: 0 | goals: extend accounts table with display name account type bio public key columns db v13; create prior art table for founding contributions; implement post accounts and get accounts node id with sufficiency bracket calculation; implement get accounts node id contributions paginated 3 table join with contributions registry jobs; implement get accounts node id credits lightweight bracket summary; implement post prior art with idempotent ecu bonus award on first registration; implement get prior art with node id and verified query filters; implement calculate bracket as a pure function no db access; insert 7 governance params on migration founding contribution bonus ecu sufficiency threshold 1 sufficiency threshold 2 account weighting exponent individual account weighting exponent cooperative account weighting exponent nonprofit account weighting exponent enterprise | accepts: db v13 migration runs without error prior art table exists accounts has 4 new columns; post accounts creates account get accounts id returns weighting exponent matching account type governance param; get accounts id credits returns bracket normal for zero balance; ecu award causes bracket to transition correctly at sufficiency threshold 1 10000 and sufficiency threshold 2 50000; get accounts id contributions returns paginated list with fields contribution id tool name job type ecu amount track created at; post prior art awards founding contribution bonus ecu ecu second call with same title node id is idempotent; get prior art filters correctly by node id query param; 8 8 pytest tests pass | constraints: python 3 9 compatible no x y union types no walrus operator; calculate bracket must be a pure function with no side effects and no db access; post prior art must be idempotent same title node id combination never double credits ecu; post accounts upsert uses insert or replace semantics on node id; weighting exponent must vary by account type sourced from governance params; no new tables beyond v13 additions do not alter tables from s18 s19 | dependencies: s18 contributions table exists for contribution history join; s21 prior art and accounts tables are prerequisites for s24 founding contributions script; existing accounts table created in migrate v3 sql; existing contributions table from s18 | prerequisite_ops: validate-intake; architect-review; manual-approval
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language rust; available libraries axum serde tokio sqlx; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language polyglot; available libraries sigstore sbom tooling policy engine ci orchestrator | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language rust; available libraries axum serde tokio sqlx; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy requests; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language go; available libraries gin sqlx zap segmentio kafka go; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | goals: primary objective; secondary objective; explicitly out of scope | accepts: scenario 1 given when then; scenario 2 given when then; required artifacts and pass conditions | constraints: language runtime constraints; forbidden dependencies apis; determinism replay requirements | prerequisite_ops: validate-intake | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | goals: primary objective; secondary objective; explicitly out of scope | accepts: running init multiple times does not fail and does not duplicate schema; record write read denied without token; record write read denied with wrong domain token; record write read succeeds with valid scoped token; every read write allow and deny path writes an audit entry; share evaluate returns deny when no matching policy; share evaluate returns deny when offered price minimum; share execute fails closed when evaluate denies; all required capabilities reachable via api cli surface | constraints: standalone project decoupled from hivemind internals; local first operation with offline capability; default deny explicit scoped grants required for read write; every data access decision must be auditable; deterministic json responses for automation tooling; language runtime constraints; forbidden dependencies apis; determinism replay requirements | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts; include selected library and preferred apis when applicable | constraints: primary language go; available libraries gin sqlx zap segmentio kafka go; use library apis explicitly where suitable in execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: generate deterministic taskitems with strict execution contracts; include selected library and preferred apis per task where applicable | constraints: primary language python; available libraries fastapi pydantic sqlalchemy; prefer explicit use of selected library apis in task execution contracts | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Execution Readiness Primary | reasons: depends_on_prior_tasks | dependency_count: 1 | confidence: 81 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts | constraints: primary language cpp; available libraries cublas nlohmann json numpy | prerequisite_ops: validate-intake; resolve-dependencies | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: deterministic taskitems with strict execution contracts | constraints: primary language cpp; available libraries cublas nlohmann json numpy | prerequisite_ops: validate-intake | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: all sprint step tests pass; no regression in existing mcp tool behavior; generated task queue is ready or blockers are explicit | constraints: follow architecture gate requirements from sprint plan; keep changes deterministic and test backed | dependencies: existing editor src modules and mcp toolchain; whetstone mcp stable binary and workspace config; datasets project benchmarks challenging fullstack multifile 2026 02 26 jsonl | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
1 0 title: Intake Foundation Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | prerequisite_ops: validate-intake; architect-review | target_files: editor/src/mcp/RegisterArchitectIntakeTools.h; editor/src/mcp/RegisterValidationTools.h; tools/mcp/run_sprint_taskitem_pipeline.sh
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
0 0 title: Execution Readiness Primary | reasons: high_confidence_clear_path | confidence: 85 | ambiguity_count: 0 | accepts: at least one tool selection event; at least one tool execution event; no malformed mcp payloads; no unbounded loops | prerequisite_ops: validate-intake; resolve-dependencies
|
||||
|
Reference in New Issue
Block a user