sim-one-alpha

SIM-ONE Alpha Development Lifecycle

Govern future SIM-ONE Alpha changes from an authorized request through grounded design, parallel domain implementation, full project verification, approval-gated release, output-level canary and production observation, and bounded repair.

Graph metadata

Field Value
Graph ID sim-one-alpha-lifecycle
Graph version 35
Schema version 1
Status validated
Project sim-one-alpha
Project root /opt/ai/sim-one-alpha
Context version snapshot:sha256:618a856c6a6fe054934a0db457566722105ab4a78d1bb9f32e1a6848113d3600
Templates discovery-to-delivery, parallel-fanout-fanin, human-gate, bounded-feedback, rollback-observation
Entry nodes baseline-context
Terminal nodes closeout-release
Canonical checksum 0fd6d5c490ddb79380f69e0901dcce9e40777f5d615be5eb613668f7922b2e27

Flow

flowchart TD
    n_baseline_context[["Bind Change To Current Project Context\\n(operation / planned)"]]
    n_install_dependencies[["Install Pinned Dependencies\\n(operation / planned)"]]
    n_fetch_embedding_model[["Fetch Bundled Embedding Model\\n(operation / planned)"]]
    n_build_wasm_memory[["Build Rust Memory WASM\\n(operation / planned)"]]
    n_define_change_contract["Define Purpose And Acceptance Contract\\n(work / planned)"]
    n_approve_beta_release_contractApprove 0.1.0 Beta Release Contract\\n(human_gate / planned)
    n_decide_architecture{"Resolve Architecture And Ownership\\n(decision / planned)"}
    n_plan_implementation["Plan Bounded Implementation\\n(work / planned)"]
    n_implement_core_contracts["Implement Core Contracts And Architecture\\n(work / planned)"]
    n_implement_agent_runtime["Implement Agent Runtime And Workspace Boundaries\\n(work / planned)"]
    n_implement_memory_retrieval["Implement Memory, RAG, And Embeddings\\n(work / planned)"]
    n_implement_capabilities_security["Implement Capabilities, Registries, And Security\\n(work / planned)"]
    n_implement_ingress_operations["Implement Ingress, Sessions, Schedules, And Telemetry\\n(work / planned)"]
    n_implement_sim_one_tui_work_pane["Implement SIM-ONE TUI Work Pane\\n(work / planned)"]
    n_implement_sim_one_onboarding_distribution["Implement SIM-ONE Onboarding And Distribution\\n(work / planned)"]
    n_implement_product_delivery["Implement Product Surfaces And Delivery\\n(work / planned)"]
    n_integrate_and_repair["Integrate Change And Apply Bounded Repairs\\n(work / planned)"]
    n_verify_typecheck(["Verify TypeScript Types\\n(verification / planned)"])
    n_verify_documentation(["Verify Production Documentation\\n(verification / planned)"])
    n_verify_unit_tests(["Verify Unit Test Suite\\n(verification / planned)"])
    n_verify_rust_tests(["Verify Rust Project Tests\\n(verification / planned)"])
    n_build_runtime(["Build Flue Runtime\\n(verification / planned)"])
    n_build_sim_one_tui(["Build SIM-ONE TUI\\n(verification / planned)"])
    n_build_cli(["Build SIM-ONE CLI\\n(verification / planned)"])
    n_build_release_package(["Build Versioned Release Package\\n(verification / planned)"])
    n_verify_cli_behavior(["Verify CLI Behavior\\n(verification / planned)"])
    n_verify_http_integration(["Verify Built HTTP Runtime\\n(verification / planned)"])
    n_verify_sim_one_tui(["Verify Packaged SIM-ONE TUI\\n(verification / planned)"])
    n_verify_onboarding_distribution(["Verify SIM-ONE Onboarding And Distribution\\n(verification / planned)"])
    n_verify_tui_e2e(["Verify Gateway And CLI Smoke\\n(verification / planned)"])
    n_verify_memory_smoke(["Verify Real Memory Runtime\\n(verification / planned)"])
    n_aggregate_verification(["Aggregate Verification Evidence\\n(verification / planned)"])
    n_review_architecture_security(["Review Architecture, Security, And Product Boundaries\\n(verification / planned)"])
    n_approve_release_candidateApprove Release Candidate Publication\\n(human_gate / planned)
    n_publish_release_candidate[["Publish And Merge Release Candidate\\n(operation / planned)"]]
    n_approve_canaryApprove Canary Deployment\\n(human_gate / planned)
    n_deploy_canary[["Deploy Approved Canary\\n(operation / planned)"]]
    n_verify_canary_behavior(["Verify Canary Behavior\\n(observation / planned)"])
    n_approve_production_releaseApprove Release Assets And Production\\n(human_gate / planned)
    n_stage_release_assets[["Stage Approved Release Assets Privately\\n(operation / planned)"]]
    n_verify_staged_release_assets(["Verify Private Staged Release Assets\\n(verification / planned)"])
    n_release_production[["Release Approved Candidate\\n(operation / planned)"]]
    n_observe_production(["Observe Production Outcomes\\n(observation / planned)"])
    n_publish_release_assets[["Publish Verified Assets After Production\\n(operation / planned)"]]
    n_prepare_release_ledger_update["Prepare Release Ledger Update\\n(work / planned)"]
    n_approve_release_ledger_updateApprove Release Ledger Update\\n(human_gate / planned)
    n_update_release_ledger[["Update Verified Release Ledger\\n(operation / planned)"]]
    n_closeout_release["Close Out And Preserve Evidence\\n(work / planned)"]
    n_baseline_context -- "consumes" --> n_install_dependencies
    n_install_dependencies -- "consumes" --> n_fetch_embedding_model
    n_install_dependencies -- "consumes" --> n_build_wasm_memory
    n_baseline_context -- "consumes" --> n_define_change_contract
    n_baseline_context -- "consumes" --> n_approve_beta_release_contract
    n_define_change_contract -- "consumes" --> n_approve_beta_release_contract
    n_baseline_context -- "consumes" --> n_decide_architecture
    n_approve_beta_release_contract -- "consumes" --> n_decide_architecture
    n_define_change_contract -- "consumes" --> n_decide_architecture
    n_define_change_contract -- "consumes" --> n_plan_implementation
    n_decide_architecture -- "consumes" --> n_plan_implementation
    n_approve_beta_release_contract -- "consumes" --> n_plan_implementation
    n_approve_beta_release_contract -- "consumes" --> n_implement_agent_runtime
    n_approve_beta_release_contract -- "consumes" --> n_implement_capabilities_security
    n_approve_beta_release_contract -- "consumes" --> n_implement_ingress_operations
    n_approve_beta_release_contract -- "consumes" --> n_implement_sim_one_tui_work_pane
    n_approve_beta_release_contract -- "approves" --> n_implement_sim_one_tui_work_pane
    n_approve_beta_release_contract -- "consumes" --> n_implement_sim_one_onboarding_distribution
    n_approve_beta_release_contract -- "approves" --> n_implement_sim_one_onboarding_distribution
    n_approve_beta_release_contract -- "consumes" --> n_implement_product_delivery
    n_approve_beta_release_contract -- "consumes" --> n_implement_core_contracts
    n_approve_beta_release_contract -- "consumes" --> n_implement_memory_retrieval
    n_approve_beta_release_contract -- "consumes" --> n_integrate_and_repair
    n_approve_beta_release_contract -- "approves" --> n_implement_core_contracts
    n_approve_beta_release_contract -- "approves" --> n_implement_agent_runtime
    n_approve_beta_release_contract -- "approves" --> n_implement_memory_retrieval
    n_approve_beta_release_contract -- "approves" --> n_implement_capabilities_security
    n_approve_beta_release_contract -- "approves" --> n_implement_ingress_operations
    n_approve_beta_release_contract -- "approves" --> n_implement_product_delivery
    n_approve_beta_release_contract -- "approves" --> n_integrate_and_repair
    n_plan_implementation -- "consumes" --> n_implement_core_contracts
    n_implement_core_contracts -- "consumes" --> n_integrate_and_repair
    n_plan_implementation -- "consumes" --> n_implement_agent_runtime
    n_implement_agent_runtime -- "consumes" --> n_integrate_and_repair
    n_plan_implementation -- "consumes" --> n_implement_memory_retrieval
    n_implement_memory_retrieval -- "consumes" --> n_integrate_and_repair
    n_plan_implementation -- "consumes" --> n_implement_capabilities_security
    n_implement_capabilities_security -- "consumes" --> n_integrate_and_repair
    n_plan_implementation -- "consumes" --> n_implement_ingress_operations
    n_implement_ingress_operations -- "consumes" --> n_integrate_and_repair
    n_plan_implementation -- "consumes" --> n_implement_sim_one_tui_work_pane
    n_plan_implementation -- "consumes" --> n_implement_sim_one_onboarding_distribution
    n_plan_implementation -- "consumes" --> n_build_release_package
    n_integrate_and_repair -- "consumes" --> n_build_release_package
    n_plan_implementation -- "consumes" --> n_implement_product_delivery
    n_implement_sim_one_tui_work_pane -- "consumes" --> n_implement_product_delivery
    n_implement_sim_one_onboarding_distribution -- "consumes" --> n_implement_product_delivery
    n_implement_product_delivery -- "consumes" --> n_integrate_and_repair
    n_install_dependencies -- "consumes" --> n_integrate_and_repair
    n_fetch_embedding_model -- "consumes" --> n_integrate_and_repair
    n_build_wasm_memory -- "consumes" --> n_integrate_and_repair
    n_integrate_and_repair -- "consumes" --> n_verify_typecheck
    n_integrate_and_repair -- "consumes" --> n_verify_documentation
    n_integrate_and_repair -- "consumes" --> n_verify_unit_tests
    n_integrate_and_repair -- "consumes" --> n_verify_rust_tests
    n_integrate_and_repair -- "consumes" --> n_build_runtime
    n_verify_typecheck -- "consumes" --> n_build_runtime
    n_verify_unit_tests -- "consumes" --> n_build_runtime
    n_verify_rust_tests -- "consumes" --> n_build_runtime
    n_integrate_and_repair -- "consumes" --> n_build_sim_one_tui
    n_build_runtime -- "consumes" --> n_build_sim_one_tui
    n_integrate_and_repair -- "consumes" --> n_build_cli
    n_build_runtime -- "consumes" --> n_build_cli
    n_build_cli -- "consumes" --> n_verify_cli_behavior
    n_build_runtime -- "consumes" --> n_verify_cli_behavior
    n_build_sim_one_tui -- "consumes" --> n_verify_cli_behavior
    n_build_runtime -- "consumes" --> n_verify_http_integration
    n_build_runtime -- "consumes" --> n_verify_sim_one_tui
    n_approve_beta_release_contract -- "consumes" --> n_verify_sim_one_tui
    n_publish_release_candidate -- "consumes" --> n_build_release_package
    n_build_runtime -- "consumes" --> n_build_release_package
    n_build_sim_one_tui -- "consumes" --> n_build_release_package
    n_build_cli -- "consumes" --> n_build_release_package
    n_approve_beta_release_contract -- "consumes" --> n_build_release_package
    n_integrate_and_repair -- "consumes" --> n_verify_onboarding_distribution
    n_build_release_package -- "consumes" --> n_verify_onboarding_distribution
    n_build_runtime -- "consumes" --> n_verify_onboarding_distribution
    n_build_sim_one_tui -- "consumes" --> n_verify_onboarding_distribution
    n_build_cli -- "consumes" --> n_verify_onboarding_distribution
    n_approve_beta_release_contract -- "consumes" --> n_verify_onboarding_distribution
    n_build_sim_one_tui -- "consumes" --> n_verify_sim_one_tui
    n_build_cli -- "consumes" --> n_verify_sim_one_tui
    n_build_runtime -- "consumes" --> n_verify_tui_e2e
    n_build_cli -- "consumes" --> n_verify_tui_e2e
    n_build_runtime -- "consumes" --> n_verify_memory_smoke
    n_build_wasm_memory -- "consumes" --> n_verify_memory_smoke
    n_fetch_embedding_model -- "consumes" --> n_verify_memory_smoke
    n_verify_typecheck -- "consumes" --> n_aggregate_verification
    n_verify_documentation -- "consumes" --> n_aggregate_verification
    n_verify_unit_tests -- "consumes" --> n_aggregate_verification
    n_verify_rust_tests -- "consumes" --> n_aggregate_verification
    n_build_runtime -- "consumes" --> n_aggregate_verification
    n_verify_sim_one_tui -- "consumes" --> n_aggregate_verification
    n_verify_cli_behavior -- "consumes" --> n_aggregate_verification
    n_verify_http_integration -- "consumes" --> n_aggregate_verification
    n_verify_tui_e2e -- "consumes" --> n_aggregate_verification
    n_verify_memory_smoke -- "consumes" --> n_aggregate_verification
    n_integrate_and_repair -- "consumes" --> n_review_architecture_security
    n_aggregate_verification -- "consumes" --> n_review_architecture_security
    n_aggregate_verification -- "consumes" --> n_approve_release_candidate
    n_review_architecture_security -- "consumes" --> n_approve_release_candidate
    n_review_architecture_security -- "consumes" --> n_publish_release_candidate
    n_approve_release_candidate -- "approves" --> n_publish_release_candidate
    n_approve_release_candidate -- "consumes" --> n_publish_release_candidate
    n_publish_release_candidate -- "consumes" --> n_approve_canary
    n_publish_release_candidate -- "consumes" --> n_deploy_canary
    n_approve_canary -- "approves" --> n_deploy_canary
    n_approve_canary -- "consumes" --> n_deploy_canary
    n_deploy_canary -- "consumes" --> n_verify_canary_behavior
    n_publish_release_candidate -- "consumes" --> n_approve_production_release
    n_build_release_package -- "consumes" --> n_approve_production_release
    n_verify_canary_behavior -- "consumes" --> n_approve_production_release
    n_verify_onboarding_distribution -- "consumes" --> n_approve_production_release
    n_publish_release_candidate -- "consumes" --> n_stage_release_assets
    n_build_release_package -- "consumes" --> n_stage_release_assets
    n_verify_onboarding_distribution -- "consumes" --> n_stage_release_assets
    n_approve_production_release -- "approves" --> n_stage_release_assets
    n_approve_production_release -- "consumes" --> n_stage_release_assets
    n_stage_release_assets -- "consumes" --> n_verify_staged_release_assets
    n_publish_release_candidate -- "consumes" --> n_release_production
    n_verify_canary_behavior -- "consumes" --> n_release_production
    n_verify_staged_release_assets -- "consumes" --> n_release_production
    n_approve_production_release -- "approves" --> n_release_production
    n_approve_production_release -- "consumes" --> n_release_production
    n_release_production -- "consumes" --> n_observe_production
    n_stage_release_assets -- "consumes" --> n_publish_release_assets
    n_verify_staged_release_assets -- "consumes" --> n_publish_release_assets
    n_release_production -- "consumes" --> n_publish_release_assets
    n_observe_production -- "consumes" --> n_publish_release_assets
    n_approve_production_release -- "approves" --> n_publish_release_assets
    n_approve_production_release -- "consumes" --> n_publish_release_assets
    n_publish_release_assets -- "consumes" --> n_prepare_release_ledger_update
    n_approve_beta_release_contract -- "consumes" --> n_prepare_release_ledger_update
    n_aggregate_verification -- "consumes" --> n_prepare_release_ledger_update
    n_verify_onboarding_distribution -- "consumes" --> n_prepare_release_ledger_update
    n_build_release_package -- "consumes" --> n_prepare_release_ledger_update
    n_release_production -- "consumes" --> n_prepare_release_ledger_update
    n_observe_production -- "consumes" --> n_prepare_release_ledger_update
    n_publish_release_assets -- "consumes" --> n_approve_release_ledger_update
    n_approve_beta_release_contract -- "consumes" --> n_approve_release_ledger_update
    n_aggregate_verification -- "consumes" --> n_approve_release_ledger_update
    n_verify_onboarding_distribution -- "consumes" --> n_approve_release_ledger_update
    n_build_release_package -- "consumes" --> n_approve_release_ledger_update
    n_prepare_release_ledger_update -- "consumes" --> n_approve_release_ledger_update
    n_release_production -- "consumes" --> n_approve_release_ledger_update
    n_observe_production -- "consumes" --> n_approve_release_ledger_update
    n_approve_release_ledger_update -- "approves" --> n_update_release_ledger
    n_approve_release_ledger_update -- "consumes" --> n_update_release_ledger
    n_prepare_release_ledger_update -- "consumes" --> n_update_release_ledger
    n_publish_release_assets -- "consumes" --> n_update_release_ledger
    n_approve_beta_release_contract -- "consumes" --> n_update_release_ledger
    n_aggregate_verification -- "consumes" --> n_update_release_ledger
    n_verify_onboarding_distribution -- "consumes" --> n_update_release_ledger
    n_build_release_package -- "consumes" --> n_update_release_ledger
    n_release_production -- "consumes" --> n_update_release_ledger
    n_observe_production -- "consumes" --> n_update_release_ledger
    n_publish_release_candidate -- "consumes" --> n_closeout_release
    n_update_release_ledger -- "consumes" --> n_closeout_release
    n_observe_production -- "consumes" --> n_closeout_release
    n_verify_typecheck -. "feedback <= 3" .-> n_integrate_and_repair
    n_build_release_package -. "feedback <= 3" .-> n_integrate_and_repair
    n_verify_documentation -. "feedback <= 3" .-> n_integrate_and_repair
    n_verify_unit_tests -. "feedback <= 3" .-> n_integrate_and_repair
    n_verify_rust_tests -. "feedback <= 3" .-> n_integrate_and_repair
    n_build_runtime -. "feedback <= 3" .-> n_integrate_and_repair
    n_build_sim_one_tui -. "feedback <= 3" .-> n_integrate_and_repair
    n_verify_sim_one_tui -. "feedback <= 3" .-> n_integrate_and_repair
    n_verify_onboarding_distribution -. "feedback <= 3" .-> n_integrate_and_repair
    n_build_cli -. "feedback <= 3" .-> n_integrate_and_repair
    n_verify_cli_behavior -. "feedback <= 3" .-> n_integrate_and_repair
    n_verify_http_integration -. "feedback <= 3" .-> n_integrate_and_repair
    n_verify_tui_e2e -. "feedback <= 3" .-> n_integrate_and_repair
    n_verify_memory_smoke -. "feedback <= 3" .-> n_integrate_and_repair
    n_aggregate_verification -. "feedback <= 3" .-> n_integrate_and_repair
    n_review_architecture_security -. "feedback <= 3" .-> n_integrate_and_repair
    n_verify_canary_behavior -. "feedback <= 2" .-> n_integrate_and_repair
    n_observe_production -. "feedback <= 1" .-> n_integrate_and_repair
    n_verify_http_integration -. "conflicts" .-> n_verify_sim_one_tui
    n_verify_cli_behavior -. "conflicts" .-> n_verify_http_integration
    n_verify_cli_behavior -. "conflicts" .-> n_verify_sim_one_tui
    n_verify_sim_one_tui -. "conflicts" .-> n_verify_onboarding_distribution
    n_verify_cli_behavior -. "conflicts" .-> n_verify_onboarding_distribution
    n_verify_http_integration -. "conflicts" .-> n_verify_onboarding_distribution
    n_verify_tui_e2e -. "conflicts" .-> n_verify_onboarding_distribution
    n_verify_memory_smoke -. "conflicts" .-> n_verify_onboarding_distribution
    n_verify_cli_behavior -. "conflicts" .-> n_verify_tui_e2e
    n_verify_cli_behavior -. "conflicts" .-> n_verify_memory_smoke
    n_verify_http_integration -. "conflicts" .-> n_verify_tui_e2e
    n_verify_http_integration -. "conflicts" .-> n_verify_memory_smoke
    n_verify_sim_one_tui -. "conflicts" .-> n_verify_tui_e2e
    n_verify_sim_one_tui -. "conflicts" .-> n_verify_memory_smoke
    n_verify_tui_e2e -. "conflicts" .-> n_verify_memory_smoke
    n_baseline_context -. "invalidates" .-> n_define_change_contract
    n_baseline_context -. "invalidates" .-> n_approve_beta_release_contract
    n_define_change_contract -. "invalidates" .-> n_approve_beta_release_contract
    n_define_change_contract -. "invalidates" .-> n_decide_architecture
    n_decide_architecture -. "invalidates" .-> n_plan_implementation
    n_approve_beta_release_contract -. "invalidates" .-> n_decide_architecture
    n_approve_beta_release_contract -. "invalidates" .-> n_plan_implementation
    n_plan_implementation -. "invalidates" .-> n_implement_core_contracts
    n_plan_implementation -. "invalidates" .-> n_implement_agent_runtime
    n_plan_implementation -. "invalidates" .-> n_implement_memory_retrieval
    n_plan_implementation -. "invalidates" .-> n_implement_capabilities_security
    n_plan_implementation -. "invalidates" .-> n_implement_ingress_operations
    n_plan_implementation -. "invalidates" .-> n_implement_product_delivery
    n_plan_implementation -. "invalidates" .-> n_implement_sim_one_tui_work_pane
    n_plan_implementation -. "invalidates" .-> n_implement_sim_one_onboarding_distribution
    n_plan_implementation -. "invalidates" .-> n_build_release_package
    n_implement_sim_one_tui_work_pane -. "invalidates" .-> n_implement_product_delivery
    n_implement_sim_one_onboarding_distribution -. "invalidates" .-> n_implement_product_delivery
    n_integrate_and_repair -. "invalidates" .-> n_verify_typecheck
    n_integrate_and_repair -. "invalidates" .-> n_build_release_package
    n_integrate_and_repair -. "invalidates" .-> n_aggregate_verification
    n_integrate_and_repair -. "invalidates" .-> n_review_architecture_security
    n_integrate_and_repair -. "invalidates" .-> n_approve_release_candidate
    n_integrate_and_repair -. "invalidates" .-> n_publish_release_candidate
    n_integrate_and_repair -. "invalidates" .-> n_verify_documentation
    n_integrate_and_repair -. "invalidates" .-> n_verify_unit_tests
    n_integrate_and_repair -. "invalidates" .-> n_verify_rust_tests
    n_integrate_and_repair -. "invalidates" .-> n_verify_onboarding_distribution
    n_integrate_and_repair -. "invalidates" .-> n_verify_sim_one_tui
    n_approve_production_release -- "approves" --> n_observe_production
    n_approve_production_release -- "consumes" --> n_observe_production

Nodes

ID Type State Executor Goal Outputs
baseline-context operation planned agent: SIM-ONE project context adapter Bind one authorized change request to the current SIM-ONE Alpha commit, applicable instructions, exact external beta source-plan digests, architecture contracts, affected domains, and external-effect boundaries. artifact:baseline-context
install-dependencies operation planned deterministic: pnpm frozen installer Prepare the Node 22 and pnpm dependency tree from the committed lockfile without changing dependency intent. artifact:dependency-environment
fetch-embedding-model operation planned deterministic: SIM-ONE embedding model fetcher Materialize the pinned local ONNX embedding model and tokenizer assets required by embedding and RAG verification. artifact:embedding-model-assets
build-wasm-memory operation planned deterministic: SIM-ONE wasm-pack builder Compile the Rust structured-memory engine to the Node-compatible WASM artifact required by real memory execution. artifact:memory-wasm
define-change-contract work planned agent: SIM-ONE planning adapter Turn the authorized request into a project-specific purpose, scope, non-goals, evidence plan, permission boundary, rollback, and user-visible progress contract. artifact:change-contract, artifact:affected-domain-map
approve-beta-release-contract human_gate planned human: SIM-ONE project owner Bind the fixed owner decision that every remaining release item, the SIM-ONE TUI work pane, the exact external source-plan digest manifest, and fail-closed approval of every Coding Worker repository mutation are required for 0.1.0 Beta before architecture and implementation planning. artifact:beta-release-contract
decide-architecture decision planned agent: SIM-ONE architecture adapter Choose the smallest design that satisfies the change contract while preserving SIM-ONE Alpha domain ownership and Flue architecture. artifact:architecture-decision
plan-implementation work planned agent: SIM-ONE implementation planning adapter After proving the external source plans still match the owner-approved digest manifest, produce an executable implementation sequence with file ownership, artifact handoffs, progress events, verification commands, approval scopes, and rollback. artifact:implementation-plan
implement-core-contracts work planned agent: SIM-ONE Coding Worker lead Implement authorized changes to shared types, Valibot schemas, protocols, model cards, configuration, architecture contracts, and Flue-discovered entrypoints. artifact:core-contracts-change
implement-agent-runtime work planned agent: SIM-ONE Coding Worker lead Implement authorized main-orchestrator, workflow, tool, skill, built-in lead-worker, worker-local internal-subagent, and persona-workspace changes while treating company-owned system instructions as read-only, preserving delegation ownership and capability isolation, and keeping the Coding Worker runtime access root separate. artifact:agent-runtime-change
implement-memory-retrieval work planned agent: SIM-ONE Coding Worker lead Implement authorized structured memory, session memory, document indexing, knowledge storage, retrieval routing, embeddings, and Rust/WASM changes while keeping memory layers distinct. artifact:memory-retrieval-change
implement-capabilities-security work planned agent: SIM-ONE Coding Worker lead Implement authorized capability-store, registry, MCP, approval, GitHub-auth, and policy enforcement changes with fail-closed trust boundaries. artifact:capabilities-security-change
implement-ingress-operations work planned agent: SIM-ONE Coding Worker lead Implement authorized connector normalization, authenticated API routes, connector-specific session policy, fresh and explicit-resume TUI lifecycle, durable transcript projection, schedules, and typed progress/telemetry surfaces. artifact:ingress-operations-change
implement-sim-one-tui-work-pane work planned agent: SIM-ONE Coding Worker lead Implement the responsive SIM-ONE TUI work pane for tasks, usage and cost, Git state, and runtime status without regressing transcript or prompt interaction. artifact:sim-one-tui-work-pane-change
implement-sim-one-onboarding-distribution work planned agent: SIM-ONE Coding Worker lead Implement versioned SIM-ONE packaging, integrity-verified installation, packaged onboarding, configuration, diagnostics, and local or service-managed lifecycle commands. artifact:sim-one-onboarding-distribution-change
implement-product-delivery work planned agent: SIM-ONE Coding Worker lead Integrate authorized SIM-ONE product surfaces, shared build and CI contracts, Web UI scope, and release documentation after the TUI and onboarding workstreams while preserving capability-management subcommands. artifact:product-delivery-change
integrate-and-repair work planned hybrid: SIM-ONE Coding Worker integration adapter Combine selected domain outputs into one coherent change set, resolve cross-domain contract issues, and apply bounded repairs from verification or observation evidence. artifact:integrated-change
verify-typecheck verification planned deterministic: Verify TypeScript Types Prove the full TypeScript project satisfies its configured no-emit type contract. artifact:typecheck-report
verify-documentation verification planned deterministic: Verify Production Documentation Run the repository’s deterministic documentation contract across root release documents, docs, and OpenWiki: local links and anchors, architecture index coverage, production TUI terminology, README section order, prohibited roadmap-style current-state language, resolvable architecture and OpenWiki source references, Markdown fence and H1 structure, and a reproducible documentation snapshot. artifact:documentation-verification-report
verify-unit-tests verification planned deterministic: Verify Unit Test Suite Run the configured SIM-ONE Alpha unit suite with real local embedding assets and WASM available, including agent/workspace ownership, approval/progress routing, connector-scoped session lifecycle, durable transcript projection, product artifact locking, memory scoping, and telemetry-redaction contracts. artifact:unit-test-report
verify-rust-tests verification planned deterministic: Verify Rust Project Tests Run the configured Rust project tests for the memory engine and Rust TUI crates. artifact:rust-test-report
build-runtime verification planned deterministic: Build Flue Runtime Build the Node-target SIM-ONE Alpha Flue runtime and copy configuration, imported built-in Flue skills, registries, persona workspaces, and memory WASM into the product artifact. artifact:runtime-build
build-sim-one-tui verification planned deterministic: Build SIM-ONE TUI Build the release-mode SIM-ONE TUI binary and copy it into the product artifact. artifact:sim-one-tui-build
build-cli verification planned deterministic: Build SIM-ONE CLI Build the TypeScript sim-one command launcher and capability-management CLI that selects the packaged SIM-ONE TUI by default. artifact:cli-build
build-release-package verification planned hybrid: SIM-ONE release package build adapter Rebuild the exact typed versioned SIM-ONE release package and checksum manifest from the immutable merged main-branch candidate consumed by pre-publication verification and approved GitHub release publication. artifact:release-package
verify-cli-behavior verification planned deterministic: Verify CLI Behavior Prove the packaged sim-one launcher exposes its documented command surface and delegates startup to the built SIM-ONE TUI product path. artifact:cli-behavior-report
verify-http-integration verification planned deterministic: Verify Built HTTP Runtime Exercise the built HTTP server routes, authentication boundaries, connector-scoped session lifecycle, durable transcript projection, and chat/runtime behavior. artifact:http-test-report
verify-sim-one-tui verification planned deterministic: Verify Packaged SIM-ONE TUI Prove the packaged sim-one command launches the SIM-ONE TUI, manages fresh and resumed sessions, restores durable transcripts, preserves terminal interaction, submits a real prompt, and renders the authoritative assistant response. artifact:sim-one-tui-product-report
verify-onboarding-distribution verification planned hybrid: SIM-ONE packaged onboarding verification adapter Prove the versioned SIM-ONE release candidate installs with integrity, onboards from a clean user environment, manages its runtime, and launches the finished product without a source checkout before publication. artifact:onboarding-distribution-report
verify-tui-e2e verification planned deterministic: Verify Gateway And CLI Smoke Exercise the direct built-gateway model path and built CLI help surface without treating this narrow smoke as packaged SIM-ONE TUI end-to-end evidence. artifact:tui-e2e-report
verify-memory-smoke verification planned deterministic: Verify Real Memory Runtime Exercise the real WASM memory engine, SQLite durability, retrieval, and Coding Worker memory path end to end. artifact:memory-smoke-report
aggregate-verification verification planned hybrid: SIM-ONE verification aggregator Map fresh pre-merge project verification evidence to the candidate contract, preserve explicit mandatory post-merge package and onboarding gates, and identify any unproved behavior, skipped requirement, or stale artifact. artifact:verification-summary
review-architecture-security verification planned agent: SIM-ONE review adapter Review the integrated change and verification summary for Flue ownership, instruction and persona workspace boundaries, Coding Worker runtime-root scope, trusted context, approval gates, durable progress, product identity, secret boundaries, and release-document accuracy, clarity, and scanability. artifact:architecture-security-review
approve-release-candidate human_gate planned human: SIM-ONE project owner Let the project owner approve or reject the exact diff, verification summary, architecture/security review, commit, pull request, required-check, merge, main-readback, rollback, and GitHub effects. artifact:release-candidate-approval
publish-release-candidate operation planned hybrid: approval-gated Git and GitHub adapter Commit the authorized change, push its branch, open and verify a non-draft pull request to main, merge it only after required checks pass, and prove the immutable candidate exists on main. artifact:release-candidate
approve-canary human_gate planned human: SIM-ONE project owner Let the project owner approve the exact release candidate, canary target, probe plan, rollback, and observation window. artifact:canary-approval
deploy-canary operation planned hybrid: project-specific deployment adapter Deploy the exact approved release candidate to the declared canary environment with idempotency fencing and a concrete rollback path. artifact:canary-deployment
verify-canary-behavior observation planned hybrid: SIM-ONE canary probe adapter Prove the canary produces correct user-visible and system-visible behavior across gateway, orchestrator, protocols, memory, workers, progress, and changed product surfaces. artifact:canary-behavior-report
approve-production-release human_gate planned human: SIM-ONE project owner Let the project owner approve or reject the exact private asset stage, production release, and post-observation public release using the candidate, canary behavior, rollback, and production observation plan. artifact:production-release-approval
stage-release-assets operation planned hybrid: approval-gated private GitHub release staging adapter Stage the exact approved SIM-ONE release archive, installer entrypoint, and checksums in a private GitHub draft that cannot be discovered or downloaded publicly before production succeeds. artifact:staged-release-assets
verify-staged-release-assets verification planned hybrid: private staged SIM-ONE release asset verification adapter Prove the approved private draft assets are inaccessible anonymously but authenticated-downloadable, integrity-verifiable, installable, and runnable without a source checkout. artifact:staged-release-assets-report
release-production operation planned hybrid: project-specific production deployment adapter Release the exact approved candidate to the declared production target with idempotency fencing and recorded rollback. artifact:production-release
observe-production observation planned hybrid: SIM-ONE production observation adapter Verify correct production behavior and durable target-system outcomes through the approved observation window. artifact:production-observation
publish-release-assets operation planned hybrid: post-production approval-gated GitHub release publication adapter After successful production observation, expose the exact privately verified assets under the approved immutable tag and prove the resulting public GitHub release without changing staged bytes. artifact:published-release-assets-report
prepare-release-ledger-update work planned hybrid: non-mutating release ledger proposal adapter Produce the exact immutable release-ledger diff that the owner can approve and the repository updater can apply without authoring new content after approval. artifact:release-ledger-proposal
approve-release-ledger-update human_gate planned human: SIM-ONE project owner Let the project owner approve or reject the exact repository mutation that records the successfully published 0.1.0 Beta release. artifact:release-ledger-update-approval
update-release-ledger operation planned hybrid: approval-gated release ledger repository adapter Record the verified 0.1.0 Beta publication in the repository-owned release ledger through an exact, separately approved, and independently verified GitHub mutation. artifact:release-ledger-update
closeout-release work planned agent: SIM-ONE release closeout adapter Record the shipped outcome, exact commit and PR/release references, verification and observation evidence, remaining risks, rollback, and follow-up work. artifact:release-closeout

Edges

ID From Type To Condition Artifacts Bound / exit
baseline-to-install baseline-context consumes install-dependencies Upstream artifacts are current, accepted, and bound to this run. artifact:baseline-context
install-to-embedding-model install-dependencies consumes fetch-embedding-model Upstream artifacts are current, accepted, and bound to this run. artifact:dependency-environment
install-to-wasm-build install-dependencies consumes build-wasm-memory Upstream artifacts are current, accepted, and bound to this run. artifact:dependency-environment
baseline-to-change-contract baseline-context consumes define-change-contract Upstream artifacts are current, accepted, and bound to this run. artifact:baseline-context
baseline-to-beta-release-contract baseline-context consumes approve-beta-release-contract The current source state, release ledger, and exact external source-plan digest manifest are bound to the same authorized run. artifact:baseline-context
contract-to-beta-release-contract define-change-contract consumes approve-beta-release-contract The requested change and affected domains are explicit enough to bind the fixed 0.1.0 Beta contract. artifact:change-contract, artifact:affected-domain-map
context-and-contract-to-architecture baseline-context consumes decide-architecture Upstream artifacts are current, accepted, and bound to this run. artifact:baseline-context
beta-release-contract-to-architecture approve-beta-release-contract consumes decide-architecture The owner has approved every stable release and planned-work ID as required for 0.1.0 Beta. artifact:beta-release-contract
contract-to-architecture define-change-contract consumes decide-architecture Upstream artifacts are current, accepted, and bound to this run. artifact:change-contract, artifact:affected-domain-map
contract-to-implementation-plan define-change-contract consumes plan-implementation Upstream artifacts are current, accepted, and bound to this run. artifact:change-contract
architecture-to-implementation-plan decide-architecture consumes plan-implementation Upstream artifacts are current, accepted, and bound to this run. artifact:architecture-decision
beta-release-contract-to-implementation-plan approve-beta-release-contract consumes plan-implementation The fixed owner-approved 0.1.0 Beta contract and external source-plan digest manifest are current and bound to this run. artifact:beta-release-contract
beta-release-contract-to-implement-agent-runtime approve-beta-release-contract consumes implement-agent-runtime The owner-approved release requirements assigned to the agent-runtime lane are current. artifact:beta-release-contract
beta-release-contract-to-implement-capabilities-security approve-beta-release-contract consumes implement-capabilities-security The owner-approved release requirements assigned to the capabilities and security lane are current. artifact:beta-release-contract
beta-release-contract-to-implement-ingress-operations approve-beta-release-contract consumes implement-ingress-operations The owner-approved connector, schedule, and ingress release requirements are current. artifact:beta-release-contract
beta-release-contract-to-implement-sim-one-tui-work-pane approve-beta-release-contract consumes implement-sim-one-tui-work-pane The required TUI work-pane contract is current and bound to this run. artifact:beta-release-contract
beta-release-contract-approves-sim-one-tui-work-pane approve-beta-release-contract approves implement-sim-one-tui-work-pane The owner authorizes entering the bounded TUI work-pane mutation scope; every individual repository write remains fail-closed on a current Coding Worker approval-service decision. artifact:beta-release-contract
beta-release-contract-to-implement-sim-one-onboarding-distribution approve-beta-release-contract consumes implement-sim-one-onboarding-distribution The owner-approved packaging, onboarding, and lifecycle release requirements are current. artifact:beta-release-contract
beta-release-contract-approves-sim-one-onboarding-distribution approve-beta-release-contract approves implement-sim-one-onboarding-distribution The owner authorizes entering the bounded onboarding and distribution mutation scope; every individual repository write remains fail-closed on a current Coding Worker approval-service decision. artifact:beta-release-contract
beta-release-contract-to-implement-product-delivery approve-beta-release-contract consumes implement-product-delivery The owner-approved product-surface and release-document requirements are current. artifact:beta-release-contract
beta-release-contract-to-implement-core-contracts approve-beta-release-contract consumes implement-core-contracts The fixed owner-approved beta contract and repository-mutation policy are current for the core-contracts workstream. artifact:beta-release-contract
beta-release-contract-to-implement-memory-retrieval approve-beta-release-contract consumes implement-memory-retrieval The fixed owner-approved beta contract and repository-mutation policy are current for the memory-retrieval workstream. artifact:beta-release-contract
beta-release-contract-to-integration-and-repair approve-beta-release-contract consumes integrate-and-repair The fixed owner-approved beta contract and repository-mutation policy are current for integration and repair. artifact:beta-release-contract
beta-release-contract-approves-core-contracts approve-beta-release-contract approves implement-core-contracts The owner authorizes entering the bounded core-contracts mutation scope; every repository write remains fail-closed on a current Coding Worker approval-service decision. artifact:beta-release-contract
beta-release-contract-approves-agent-runtime approve-beta-release-contract approves implement-agent-runtime The owner authorizes entering the bounded agent-runtime mutation scope; every repository write remains fail-closed on a current Coding Worker approval-service decision. artifact:beta-release-contract
beta-release-contract-approves-memory-retrieval approve-beta-release-contract approves implement-memory-retrieval The owner authorizes entering the bounded memory-retrieval mutation scope; every repository write remains fail-closed on a current Coding Worker approval-service decision. artifact:beta-release-contract
beta-release-contract-approves-capabilities-security approve-beta-release-contract approves implement-capabilities-security The owner authorizes entering the bounded capabilities/security mutation scope, including its first approval-enforcement bootstrap write; every repository write remains fail-closed on a current approval-service decision. artifact:beta-release-contract
beta-release-contract-approves-ingress-operations approve-beta-release-contract approves implement-ingress-operations The owner authorizes entering the bounded ingress/operations mutation scope; every repository write remains fail-closed on a current Coding Worker approval-service decision. artifact:beta-release-contract
beta-release-contract-approves-product-delivery approve-beta-release-contract approves implement-product-delivery The owner authorizes entering the serialized product-delivery mutation scope; every repository write remains fail-closed on a current Coding Worker approval-service decision. artifact:beta-release-contract
beta-release-contract-approves-integration-and-repair approve-beta-release-contract approves integrate-and-repair The owner authorizes bounded integration and repair; every repository write remains fail-closed on a current Coding Worker approval-service decision tied to the failed evidence and exact mutation. artifact:beta-release-contract
plan-to-implement-core-contracts plan-implementation consumes implement-core-contracts Upstream artifacts are current, accepted, and bound to this run. artifact:implementation-plan
implement-core-contracts-to-integration implement-core-contracts consumes integrate-and-repair Upstream artifacts are current, accepted, and bound to this run. artifact:core-contracts-change
plan-to-implement-agent-runtime plan-implementation consumes implement-agent-runtime Upstream artifacts are current, accepted, and bound to this run. artifact:implementation-plan
implement-agent-runtime-to-integration implement-agent-runtime consumes integrate-and-repair Upstream artifacts are current, accepted, and bound to this run. artifact:agent-runtime-change
plan-to-implement-memory-retrieval plan-implementation consumes implement-memory-retrieval Upstream artifacts are current, accepted, and bound to this run. artifact:implementation-plan
implement-memory-retrieval-to-integration implement-memory-retrieval consumes integrate-and-repair Upstream artifacts are current, accepted, and bound to this run. artifact:memory-retrieval-change
plan-to-implement-capabilities-security plan-implementation consumes implement-capabilities-security Upstream artifacts are current, accepted, and bound to this run. artifact:implementation-plan
implement-capabilities-security-to-integration implement-capabilities-security consumes integrate-and-repair Upstream artifacts are current, accepted, and bound to this run. artifact:capabilities-security-change
plan-to-implement-ingress-operations plan-implementation consumes implement-ingress-operations Upstream artifacts are current, accepted, and bound to this run. artifact:implementation-plan
implement-ingress-operations-to-integration implement-ingress-operations consumes integrate-and-repair Upstream artifacts are current, accepted, and bound to this run. artifact:ingress-operations-change
plan-to-implement-sim-one-tui-work-pane plan-implementation consumes implement-sim-one-tui-work-pane The implementation plan assigns disjoint files for the required TUI work-pane member. artifact:implementation-plan
plan-to-implement-sim-one-onboarding-distribution plan-implementation consumes implement-sim-one-onboarding-distribution The implementation plan assigns disjoint onboarding and distribution files. artifact:implementation-plan
plan-to-release-package-build plan-implementation consumes build-release-package The implementation plan declares the exact packaging argv, output paths, file ownership, and verification bindings for the release-package build. artifact:implementation-plan
integration-to-release-package-build integrate-and-repair consumes build-release-package The latest integrated diff is current, and the merged release candidate must contain that exact diff before release packaging can run. artifact:integrated-change
plan-to-implement-product-delivery plan-implementation consumes implement-product-delivery Upstream artifacts are current, accepted, and bound to this run. artifact:implementation-plan
sim-one-tui-work-pane-to-product-delivery implement-sim-one-tui-work-pane consumes implement-product-delivery The required TUI work-pane output is complete. artifact:sim-one-tui-work-pane-change
sim-one-onboarding-distribution-to-product-delivery implement-sim-one-onboarding-distribution consumes implement-product-delivery The onboarding and distribution output is complete and ready for product integration. artifact:sim-one-onboarding-distribution-change
implement-product-delivery-to-integration implement-product-delivery consumes integrate-and-repair Upstream artifacts are current, accepted, and bound to this run. artifact:product-delivery-change
dependencies-to-integration install-dependencies consumes integrate-and-repair Upstream artifacts are current, accepted, and bound to this run. artifact:dependency-environment
embedding-model-to-integration fetch-embedding-model consumes integrate-and-repair Upstream artifacts are current, accepted, and bound to this run. artifact:embedding-model-assets
wasm-to-integration build-wasm-memory consumes integrate-and-repair Upstream artifacts are current, accepted, and bound to this run. artifact:memory-wasm
integration-to-verify-typecheck integrate-and-repair consumes verify-typecheck Upstream artifacts are current, accepted, and bound to this run. artifact:integrated-change
integration-to-verify-documentation integrate-and-repair consumes verify-documentation Upstream artifacts are current, accepted, and bound to this run. artifact:integrated-change
integration-to-verify-unit-tests integrate-and-repair consumes verify-unit-tests Upstream artifacts are current, accepted, and bound to this run. artifact:integrated-change
integration-to-verify-rust-tests integrate-and-repair consumes verify-rust-tests Upstream artifacts are current, accepted, and bound to this run. artifact:integrated-change
integration-to-runtime-build integrate-and-repair consumes build-runtime Upstream artifacts are current, accepted, and bound to this run. artifact:integrated-change
typecheck-to-runtime-build verify-typecheck consumes build-runtime Upstream artifacts are current, accepted, and bound to this run. artifact:typecheck-report
unit-tests-to-runtime-build verify-unit-tests consumes build-runtime Upstream artifacts are current, accepted, and bound to this run. artifact:unit-test-report
rust-tests-to-runtime-build verify-rust-tests consumes build-runtime Upstream artifacts are current, accepted, and bound to this run. artifact:rust-test-report
integration-to-sim-one-tui-build integrate-and-repair consumes build-sim-one-tui Upstream artifacts are current, accepted, and bound to this run. artifact:integrated-change
runtime-to-sim-one-tui-build build-runtime consumes build-sim-one-tui Upstream artifacts are current, accepted, and bound to this run. artifact:runtime-build
integration-to-cli-build integrate-and-repair consumes build-cli Upstream artifacts are current, accepted, and bound to this run. artifact:integrated-change
runtime-to-cli-build build-runtime consumes build-cli Upstream artifacts are current, accepted, and bound to this run. artifact:runtime-build
cli-build-to-cli-behavior build-cli consumes verify-cli-behavior Upstream artifacts are current, accepted, and bound to this run. artifact:cli-build
runtime-to-cli-behavior build-runtime consumes verify-cli-behavior Upstream artifacts are current, accepted, and bound to this run. artifact:runtime-build
sim-one-tui-build-to-cli-behavior build-sim-one-tui consumes verify-cli-behavior Upstream artifacts are current, accepted, and bound to this run. artifact:sim-one-tui-build
runtime-to-http-tests build-runtime consumes verify-http-integration Upstream artifacts are current, accepted, and bound to this run. artifact:runtime-build
runtime-to-sim-one-tui-product build-runtime consumes verify-sim-one-tui Upstream artifacts are current, accepted, and bound to this run. artifact:runtime-build
beta-release-contract-to-verify-sim-one-tui approve-beta-release-contract consumes verify-sim-one-tui The required TUI work-pane contract is current and bound to the packaged-product probe. artifact:beta-release-contract
merged-candidate-to-release-package-build publish-release-candidate consumes build-release-package The candidate pull request has passed required checks, merged to main, and been read back as the immutable source of the release-package build. artifact:release-candidate
runtime-to-release-package-build build-runtime consumes build-release-package The reviewed packaged runtime is current and included in the exact versioned release package. artifact:runtime-build
sim-one-tui-to-release-package-build build-sim-one-tui consumes build-release-package The reviewed packaged SIM-ONE TUI is current and included in the exact versioned release package. artifact:sim-one-tui-build
cli-to-release-package-build build-cli consumes build-release-package The reviewed sim-one command and platform launchers are current and included in the exact versioned release package. artifact:cli-build
beta-release-contract-to-release-package-build approve-beta-release-contract consumes build-release-package The fixed 0.1.0 Beta packaging and integrity contract is current and bound to the release-package build. artifact:beta-release-contract
integration-to-verify-onboarding-distribution integrate-and-repair consumes verify-onboarding-distribution The integrated product includes the required onboarding and distribution contract. artifact:integrated-change
release-package-to-verify-onboarding-distribution build-release-package consumes verify-onboarding-distribution The exact typed versioned archive, sim-one.sh entrypoint, checksum manifest, paths, sizes, modes, and digests are current and bound to the isolated onboarding probe. artifact:release-package
runtime-to-verify-onboarding-distribution build-runtime consumes verify-onboarding-distribution The packaged runtime is current and bound to the onboarding candidate. artifact:runtime-build
sim-one-tui-build-to-verify-onboarding-distribution build-sim-one-tui consumes verify-onboarding-distribution The packaged TUI is current and available to the installer and first-run flow. artifact:sim-one-tui-build
cli-build-to-verify-onboarding-distribution build-cli consumes verify-onboarding-distribution The packaged CLI is current and exposes the required onboarding and lifecycle commands. artifact:cli-build
beta-release-contract-to-verify-onboarding-distribution approve-beta-release-contract consumes verify-onboarding-distribution The required packaging, onboarding, and lifecycle contract is current and bound to the isolated probe. artifact:beta-release-contract
sim-one-tui-build-to-product-test build-sim-one-tui consumes verify-sim-one-tui Upstream artifacts are current, accepted, and bound to this run. artifact:sim-one-tui-build
cli-build-to-sim-one-tui-product build-cli consumes verify-sim-one-tui Upstream artifacts are current, accepted, and bound to this run. artifact:cli-build
runtime-to-tui-e2e build-runtime consumes verify-tui-e2e Upstream artifacts are current, accepted, and bound to this run. artifact:runtime-build
cli-build-to-tui-e2e build-cli consumes verify-tui-e2e Upstream artifacts are current, accepted, and bound to this run. artifact:cli-build
runtime-to-memory-smoke build-runtime consumes verify-memory-smoke Upstream artifacts are current, accepted, and bound to this run. artifact:runtime-build
wasm-to-memory-smoke build-wasm-memory consumes verify-memory-smoke Upstream artifacts are current, accepted, and bound to this run. artifact:memory-wasm
embedding-model-to-memory-smoke fetch-embedding-model consumes verify-memory-smoke Upstream artifacts are current, accepted, and bound to this run. artifact:embedding-model-assets
verify-typecheck-to-verification-summary verify-typecheck consumes aggregate-verification Upstream artifacts are current, accepted, and bound to this run. artifact:typecheck-report
verify-documentation-to-verification-summary verify-documentation consumes aggregate-verification Upstream artifacts are current, accepted, and bound to this run. artifact:documentation-verification-report
verify-unit-tests-to-verification-summary verify-unit-tests consumes aggregate-verification Upstream artifacts are current, accepted, and bound to this run. artifact:unit-test-report
verify-rust-tests-to-verification-summary verify-rust-tests consumes aggregate-verification Upstream artifacts are current, accepted, and bound to this run. artifact:rust-test-report
build-runtime-to-verification-summary build-runtime consumes aggregate-verification Upstream artifacts are current, accepted, and bound to this run. artifact:runtime-build
verify-sim-one-tui-to-verification-summary verify-sim-one-tui consumes aggregate-verification Upstream artifacts are current, accepted, and bound to this run. artifact:sim-one-tui-product-report
verify-cli-behavior-to-verification-summary verify-cli-behavior consumes aggregate-verification Upstream artifacts are current, accepted, and bound to this run. artifact:cli-behavior-report
verify-http-integration-to-verification-summary verify-http-integration consumes aggregate-verification Upstream artifacts are current, accepted, and bound to this run. artifact:http-test-report
verify-tui-e2e-to-verification-summary verify-tui-e2e consumes aggregate-verification Upstream artifacts are current, accepted, and bound to this run. artifact:tui-e2e-report
verify-memory-smoke-to-verification-summary verify-memory-smoke consumes aggregate-verification Upstream artifacts are current, accepted, and bound to this run. artifact:memory-smoke-report
integration-to-architecture-review integrate-and-repair consumes review-architecture-security Upstream artifacts are current, accepted, and bound to this run. artifact:integrated-change
verification-summary-to-architecture-review aggregate-verification consumes review-architecture-security Upstream artifacts are current, accepted, and bound to this run. artifact:verification-summary
verification-summary-to-candidate-approval aggregate-verification consumes approve-release-candidate Upstream artifacts are current, accepted, and bound to this run. artifact:verification-summary
architecture-review-to-candidate-approval review-architecture-security consumes approve-release-candidate Upstream artifacts are current, accepted, and bound to this run. artifact:architecture-security-review
architecture-review-to-candidate-publication review-architecture-security consumes publish-release-candidate Upstream artifacts are current, accepted, and bound to this run. artifact:architecture-security-review
candidate-approval-to-publication approve-release-candidate approves publish-release-candidate The owner approved the exact candidate and GitHub mutation scope. artifact:release-candidate-approval
candidate-approval-artifact-to-publication approve-release-candidate consumes publish-release-candidate Upstream artifacts are current, accepted, and bound to this run. artifact:release-candidate-approval
candidate-to-canary-approval publish-release-candidate consumes approve-canary Upstream artifacts are current, accepted, and bound to this run. artifact:release-candidate
candidate-to-canary-deployment publish-release-candidate consumes deploy-canary Upstream artifacts are current, accepted, and bound to this run. artifact:release-candidate
canary-approval-to-deployment approve-canary approves deploy-canary The owner approved the exact candidate, canary target, probes, observation window, and rollback. artifact:canary-approval
canary-approval-artifact-to-deployment approve-canary consumes deploy-canary Upstream artifacts are current, accepted, and bound to this run. artifact:canary-approval
canary-deployment-to-behavior deploy-canary consumes verify-canary-behavior Upstream artifacts are current, accepted, and bound to this run. artifact:canary-deployment
candidate-to-production-approval publish-release-candidate consumes approve-production-release Upstream artifacts are current, accepted, and bound to this run. artifact:release-candidate
release-package-to-production-approval build-release-package consumes approve-production-release The owner approval binds the exact typed archive, installer, checksum manifest, candidate commit, paths, sizes, modes, and digests. artifact:release-package
canary-behavior-to-production-approval verify-canary-behavior consumes approve-production-release Upstream artifacts are current, accepted, and bound to this run. artifact:canary-behavior-report
onboarding-distribution-to-production-approval verify-onboarding-distribution consumes approve-production-release The owner reviews the exact release-candidate archive, checksum manifest, installation evidence, and documented publication contract. artifact:onboarding-distribution-report
candidate-to-staged-release-assets publish-release-candidate consumes stage-release-assets The exact approved candidate commit is the immutable source of the privately staged release assets. artifact:release-candidate
release-package-to-staged-release-assets build-release-package consumes stage-release-assets Private GitHub draft staging uploads only the exact typed package bytes and checksum manifest approved for this run. artifact:release-package
onboarding-distribution-to-staged-release-assets verify-onboarding-distribution consumes stage-release-assets The locally verified archive and checksum manifest are current and bound to the exact approved candidate. artifact:onboarding-distribution-report
production-approval-to-staged-release-assets approve-production-release approves stage-release-assets The owner approved the exact private draft stage, immutable tag, release target, archive and checksum manifest, candidate commit, and final publication scope. artifact:production-release-approval
production-approval-artifact-to-staged-release-assets approve-production-release consumes stage-release-assets The private release-asset staging approval is current, accepted, and bound to this run. artifact:production-release-approval
staged-release-assets-to-verification stage-release-assets consumes verify-staged-release-assets The private GitHub draft-release record exposes the exact approved versioned assets only through authenticated staging endpoints. artifact:staged-release-assets
candidate-to-production-release publish-release-candidate consumes release-production Upstream artifacts are current, accepted, and bound to this run. artifact:release-candidate
canary-behavior-to-production-release verify-canary-behavior consumes release-production Upstream artifacts are current, accepted, and bound to this run. artifact:canary-behavior-report
staged-release-assets-verification-to-production-release verify-staged-release-assets consumes release-production The privately staged package is authenticated-downloadable, checksum-verified, installable, and runnable before production deployment begins. artifact:staged-release-assets-report
production-approval-to-release approve-production-release approves release-production The owner approved the exact production candidate, target, observation plan, and rollback. artifact:production-release-approval
production-approval-artifact-to-release approve-production-release consumes release-production Upstream artifacts are current, accepted, and bound to this run. artifact:production-release-approval
production-release-to-observation release-production consumes observe-production Upstream artifacts are current, accepted, and bound to this run. artifact:production-release
staged-release-assets-to-publication stage-release-assets consumes publish-release-assets The exact private draft release, asset IDs, candidate commit, and checksums remain unchanged after production observation. artifact:staged-release-assets
staged-release-assets-verification-to-publication verify-staged-release-assets consumes publish-release-assets Authenticated clean-install verification of the private draft assets passed without unresolved platform gaps. artifact:staged-release-assets-report
production-release-to-release-assets release-production consumes publish-release-assets The production deployment record remains bound to the exact staged candidate and rollback authority. artifact:production-release
production-observation-to-release-assets observe-production consumes publish-release-assets The full observation window passed with the candidate still deployed, no rollback, and no unresolved regression; rollback or failed observation blocks public release. artifact:production-observation
production-approval-to-release-assets approve-production-release approves publish-release-assets The owner approval explicitly authorizes final public tag and release publication only after successful production observation. artifact:production-release-approval
production-approval-artifact-to-release-assets approve-production-release consumes publish-release-assets The final publication approval is current and bound to the exact staged assets, production deployment, observation plan, tag, and release target. artifact:production-release-approval
published-release-assets-to-ledger-proposal publish-release-assets consumes prepare-release-ledger-update The non-mutating ledger proposal derives release fields from the verified immutable asset record. artifact:published-release-assets-report
beta-release-contract-to-ledger-proposal approve-beta-release-contract consumes prepare-release-ledger-update The ledger proposal must preserve exact set equality with every owner-approved stable beta ID. artifact:beta-release-contract
verification-summary-to-ledger-proposal aggregate-verification consumes prepare-release-ledger-update The ledger proposal derives pre-merge release-ID completion only from the accepted verification summary. artifact:verification-summary
onboarding-distribution-to-ledger-proposal verify-onboarding-distribution consumes prepare-release-ledger-update The ledger proposal derives post-merge packaging, onboarding, and lifecycle status only from the accepted isolated verification report. artifact:onboarding-distribution-report
release-package-to-ledger-proposal build-release-package consumes prepare-release-ledger-update The ledger proposal binds package and integrity status to the exact versioned package record. artifact:release-package
production-release-to-ledger-proposal release-production consumes prepare-release-ledger-update The non-mutating ledger proposal binds the immutable production release record. artifact:production-release
production-observation-to-ledger-proposal observe-production consumes prepare-release-ledger-update The non-mutating ledger proposal is created only after successful production observation. artifact:production-observation
published-release-assets-to-ledger-approval publish-release-assets consumes approve-release-ledger-update The release-ledger approval must bind the verified immutable asset record. artifact:published-release-assets-report
beta-release-contract-to-ledger-approval approve-beta-release-contract consumes approve-release-ledger-update The owner compares the proposed final ledger against every approved stable beta ID. artifact:beta-release-contract
verification-summary-to-ledger-approval aggregate-verification consumes approve-release-ledger-update The owner compares every proposed pre-merge completion status with the accepted verification summary. artifact:verification-summary
onboarding-distribution-to-ledger-approval verify-onboarding-distribution consumes approve-release-ledger-update The owner compares every proposed post-merge onboarding and lifecycle status with the accepted isolated verification report. artifact:onboarding-distribution-report
release-package-to-ledger-approval build-release-package consumes approve-release-ledger-update The owner compares proposed package and integrity status with the exact versioned package record. artifact:release-package
release-ledger-proposal-to-approval prepare-release-ledger-update consumes approve-release-ledger-update The owner approves the exact precomputed single-file diff, expected base commit, immutable release fields, and proposal digest without authoring new content. artifact:release-ledger-proposal
production-release-to-ledger-approval release-production consumes approve-release-ledger-update The release-ledger approval must bind the immutable production release record. artifact:production-release
production-observation-to-ledger-approval observe-production consumes approve-release-ledger-update The release ledger may be updated only after the approved production observation completes successfully. artifact:production-observation
release-ledger-approval-to-update approve-release-ledger-update approves update-release-ledger The owner approved the exact file, diff, release date, immutable release references, GitHub mutation scope, and rollback. artifact:release-ledger-update-approval
release-ledger-approval-artifact-to-update approve-release-ledger-update consumes update-release-ledger The repository mutation approval is current, accepted, and bound to the exact proposed ledger diff. artifact:release-ledger-update-approval
release-ledger-proposal-to-update prepare-release-ledger-update consumes update-release-ledger The repository updater applies only the exact proposal digest reviewed by the owner and recorded in the approval artifact. artifact:release-ledger-proposal
published-release-assets-to-ledger-update publish-release-assets consumes update-release-ledger The repository ledger must match the verified immutable tag, release URL, candidate commit, and asset digests. artifact:published-release-assets-report
beta-release-contract-to-ledger-update approve-beta-release-contract consumes update-release-ledger The repository updater must prove the merged ledger has exact set equality with every approved stable beta ID. artifact:beta-release-contract
verification-summary-to-ledger-update aggregate-verification consumes update-release-ledger The repository updater must prove every merged pre-merge status matches the accepted verification summary. artifact:verification-summary
onboarding-distribution-to-ledger-update verify-onboarding-distribution consumes update-release-ledger The repository updater must prove every merged post-merge onboarding and lifecycle status matches the accepted isolated verification report. artifact:onboarding-distribution-report
release-package-to-ledger-update build-release-package consumes update-release-ledger The repository updater must prove merged package and integrity status matches the exact versioned package record. artifact:release-package
production-release-to-ledger-update release-production consumes update-release-ledger The repository ledger must match the immutable production release record. artifact:production-release
production-observation-to-ledger-update observe-production consumes update-release-ledger The repository ledger mutation proceeds only after verified production observation. artifact:production-observation
candidate-to-closeout publish-release-candidate consumes closeout-release Upstream artifacts are current, accepted, and bound to this run. artifact:release-candidate
release-ledger-update-to-closeout update-release-ledger consumes closeout-release Closeout requires the verified repository ledger update bound to the immutable release record. artifact:release-ledger-update
production-observation-to-closeout observe-production consumes closeout-release Upstream artifacts are current, accepted, and bound to this run. artifact:production-observation
verify-typecheck-feedback-to-integration verify-typecheck feedback integrate-and-repair The evidence identifies a correctable implementation or integration failure. artifact:typecheck-report max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
build-release-package-feedback-to-integration build-release-package feedback integrate-and-repair The release-package evidence identifies a correctable packaging, archive-scope, checksum, mode, or integration failure; any source repair supersedes the merged candidate and must traverse fresh verification, architecture review, owner approval, pull-request checks, merge, and main readback. artifact:release-package max 3; A newer artifact:release-candidate containing the repaired integrated diff is merged and read back from main and the failed package criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
verify-documentation-feedback-to-integration verify-documentation feedback integrate-and-repair The evidence identifies a correctable documentation or integration failure. artifact:documentation-verification-report max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
verify-unit-tests-feedback-to-integration verify-unit-tests feedback integrate-and-repair The evidence identifies a correctable implementation or integration failure. artifact:unit-test-report max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
verify-rust-tests-feedback-to-integration verify-rust-tests feedback integrate-and-repair The evidence identifies a correctable implementation or integration failure. artifact:rust-test-report max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
build-runtime-feedback-to-integration build-runtime feedback integrate-and-repair The evidence identifies a correctable implementation or integration failure. artifact:runtime-build max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
build-sim-one-tui-feedback-to-integration build-sim-one-tui feedback integrate-and-repair The evidence identifies a correctable implementation or integration failure. artifact:sim-one-tui-build max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
verify-sim-one-tui-feedback-to-integration verify-sim-one-tui feedback integrate-and-repair The evidence identifies a correctable implementation or integration failure. artifact:sim-one-tui-product-report max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
verify-onboarding-distribution-feedback-to-integration verify-onboarding-distribution feedback integrate-and-repair The isolated packaged onboarding or distribution evidence identifies a correctable implementation or integration failure. artifact:onboarding-distribution-report max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
build-cli-feedback-to-integration build-cli feedback integrate-and-repair The evidence identifies a correctable implementation or integration failure. artifact:cli-build max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
verify-cli-behavior-feedback-to-integration verify-cli-behavior feedback integrate-and-repair The evidence identifies a correctable implementation or integration failure. artifact:cli-behavior-report max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
verify-http-integration-feedback-to-integration verify-http-integration feedback integrate-and-repair The evidence identifies a correctable implementation or integration failure. artifact:http-test-report max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
verify-tui-e2e-feedback-to-integration verify-tui-e2e feedback integrate-and-repair The evidence identifies a correctable implementation or integration failure. artifact:tui-e2e-report max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
verify-memory-smoke-feedback-to-integration verify-memory-smoke feedback integrate-and-repair The evidence identifies a correctable implementation or integration failure. artifact:memory-smoke-report max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
aggregate-verification-feedback-to-integration aggregate-verification feedback integrate-and-repair The evidence identifies a correctable implementation or integration failure. artifact:verification-summary max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
review-architecture-security-feedback-to-integration review-architecture-security feedback integrate-and-repair The evidence identifies a correctable implementation or integration failure. artifact:architecture-security-review max 3; The failed criterion passes with fresh evidence, or three repair traversals exhaust and the run moves to needs_human.
canary-feedback-to-integration verify-canary-behavior feedback integrate-and-repair The canary exposes a correctable release regression and the recorded canary rollback has been invoked when required. artifact:canary-behavior-report max 2; Fresh canary evidence passes after repair, or two traversals exhaust and the run moves to needs_human.
production-feedback-to-integration observe-production feedback integrate-and-repair Production observation exposes a correctable regression and the recorded rollback has been invoked. artifact:production-observation max 1; Fresh verification and canary evidence pass after one repair traversal, or the run remains needs_human.
verify-http-integration-conflicts-verify-sim-one-tui verify-http-integration conflicts verify-sim-one-tui Both probes require exclusive use of the local built runtime and mutable test configuration.
verify-cli-behavior-conflicts-verify-http-integration verify-cli-behavior conflicts verify-http-integration Both probes require exclusive use of the local built runtime and mutable test state.
verify-cli-behavior-conflicts-verify-sim-one-tui verify-cli-behavior conflicts verify-sim-one-tui Both probes require exclusive use of the local built runtime and mutable test state.
verify-sim-one-tui-conflicts-verify-onboarding-distribution verify-sim-one-tui conflicts verify-onboarding-distribution Both probes require exclusive use of the packaged CLI, TUI, and mutable isolated runtime root.
verify-cli-behavior-conflicts-verify-onboarding-distribution verify-cli-behavior conflicts verify-onboarding-distribution Both probes require exclusive use of the packaged CLI and mutable isolated runtime root.
verify-http-integration-conflicts-verify-onboarding-distribution verify-http-integration conflicts verify-onboarding-distribution Both probes require exclusive use of the built runtime and mutable isolated runtime configuration.
verify-tui-e2e-conflicts-verify-onboarding-distribution verify-tui-e2e conflicts verify-onboarding-distribution The pre-merge TUI end-to-end probe completes before the post-merge onboarding probe because both require exclusive use of the built runtime, packaged CLI, and mutable isolated runtime root.
verify-memory-smoke-conflicts-verify-onboarding-distribution verify-memory-smoke conflicts verify-onboarding-distribution The pre-merge memory smoke probe completes before the post-merge onboarding probe because both require exclusive use of the built runtime and mutable isolated runtime configuration.
verify-cli-behavior-conflicts-verify-tui-e2e verify-cli-behavior conflicts verify-tui-e2e Both probes require exclusive use of the local built runtime and mutable test state.
verify-cli-behavior-conflicts-verify-memory-smoke verify-cli-behavior conflicts verify-memory-smoke Both probes require exclusive use of the local built runtime and mutable test state.
verify-http-integration-conflicts-verify-tui-e2e verify-http-integration conflicts verify-tui-e2e Both probes require exclusive use of the local built runtime and mutable test configuration.
verify-http-integration-conflicts-verify-memory-smoke verify-http-integration conflicts verify-memory-smoke Both probes require exclusive use of the local built runtime and mutable test configuration.
verify-sim-one-tui-conflicts-verify-tui-e2e verify-sim-one-tui conflicts verify-tui-e2e Both probes require exclusive use of the local built runtime and mutable test configuration.
verify-sim-one-tui-conflicts-verify-memory-smoke verify-sim-one-tui conflicts verify-memory-smoke Both probes require exclusive use of the local built runtime and mutable test configuration.
verify-tui-e2e-conflicts-verify-memory-smoke verify-tui-e2e conflicts verify-memory-smoke Both probes require exclusive use of the local built runtime and mutable test configuration.
baseline-invalidates-change-contract baseline-context invalidates define-change-contract A changed commit, instruction, or authorized request makes the former contract stale. artifact:change-contract, artifact:affected-domain-map
baseline-invalidates-beta-release-contract baseline-context invalidates approve-beta-release-contract A changed commit, release ledger, external source-plan path, byte size, SHA-256 digest, or authorized request makes the former beta contract approval stale. artifact:beta-release-contract
change-contract-invalidates-beta-release-contract define-change-contract invalidates approve-beta-release-contract A changed purpose, scope, non-goal, or affected-domain map makes the former beta contract approval stale. artifact:beta-release-contract
change-contract-invalidates-architecture define-change-contract invalidates decide-architecture A changed purpose, scope, non-goal, or acceptance criterion makes the former architecture decision stale. artifact:architecture-decision
architecture-invalidates-plan decide-architecture invalidates plan-implementation A changed architecture decision makes the former implementation plan stale. artifact:implementation-plan
beta-release-contract-invalidates-architecture approve-beta-release-contract invalidates decide-architecture A changed owner-approved beta contract invalidates architecture and planning assumptions for affected members. artifact:architecture-decision
beta-release-contract-invalidates-plan approve-beta-release-contract invalidates plan-implementation A changed owner-approved beta contract or external source-plan digest manifest invalidates the implementation sequence and file-ownership map. artifact:implementation-plan
plan-invalidates-implement-core-contracts plan-implementation invalidates implement-core-contracts A changed implementation plan invalidates the affected domain output. artifact:core-contracts-change
plan-invalidates-implement-agent-runtime plan-implementation invalidates implement-agent-runtime A changed implementation plan invalidates the affected domain output. artifact:agent-runtime-change
plan-invalidates-implement-memory-retrieval plan-implementation invalidates implement-memory-retrieval A changed implementation plan invalidates the affected domain output. artifact:memory-retrieval-change
plan-invalidates-implement-capabilities-security plan-implementation invalidates implement-capabilities-security A changed implementation plan invalidates the affected domain output. artifact:capabilities-security-change
plan-invalidates-implement-ingress-operations plan-implementation invalidates implement-ingress-operations A changed implementation plan invalidates the affected domain output. artifact:ingress-operations-change
plan-invalidates-implement-product-delivery plan-implementation invalidates implement-product-delivery A changed implementation plan invalidates the affected domain output. artifact:product-delivery-change
plan-invalidates-implement-sim-one-tui-work-pane plan-implementation invalidates implement-sim-one-tui-work-pane A changed implementation plan invalidates the required TUI work-pane output. artifact:sim-one-tui-work-pane-change
plan-invalidates-implement-sim-one-onboarding-distribution plan-implementation invalidates implement-sim-one-onboarding-distribution A changed implementation plan invalidates the onboarding and distribution output. artifact:sim-one-onboarding-distribution-change
plan-invalidates-release-package-build plan-implementation invalidates build-release-package A changed implementation plan, packaging argv, output path, file-ownership assignment, or verification binding invalidates the release-package record. artifact:release-package
sim-one-tui-work-pane-invalidates-product-delivery implement-sim-one-tui-work-pane invalidates implement-product-delivery A changed TUI work-pane output invalidates product integration and release documentation. artifact:product-delivery-change
sim-one-onboarding-distribution-invalidates-product-delivery implement-sim-one-onboarding-distribution invalidates implement-product-delivery A changed onboarding and distribution output invalidates product integration and release documentation. artifact:product-delivery-change
integration-invalidates-verify-typecheck integrate-and-repair invalidates verify-typecheck A changed integrated diff invalidates prior verification evidence. artifact:typecheck-report
integration-invalidates-release-package-build integrate-and-repair invalidates build-release-package A changed integrated diff invalidates every package record built from an earlier candidate generation. artifact:release-package
integration-invalidates-aggregate-verification integrate-and-repair invalidates aggregate-verification A changed integrated diff invalidates the prior pre-merge verification summary and requires fresh evidence aggregation. artifact:verification-summary
integration-invalidates-architecture-review integrate-and-repair invalidates review-architecture-security A changed integrated diff invalidates the prior architecture and security review. artifact:architecture-security-review
integration-invalidates-release-candidate-approval integrate-and-repair invalidates approve-release-candidate A changed integrated diff invalidates owner approval of the superseded candidate tree and GitHub mutation scope. artifact:release-candidate-approval
integration-invalidates-release-candidate integrate-and-repair invalidates publish-release-candidate A changed integrated diff invalidates the superseded merged candidate; downstream post-merge work must wait for a newly approved, checked, merged, and read-back candidate. artifact:release-candidate
integration-invalidates-verify-documentation integrate-and-repair invalidates verify-documentation A changed integrated diff invalidates prior documentation verification evidence. artifact:documentation-verification-report
integration-invalidates-verify-unit-tests integrate-and-repair invalidates verify-unit-tests A changed integrated diff invalidates prior verification evidence. artifact:unit-test-report
integration-invalidates-verify-rust-tests integrate-and-repair invalidates verify-rust-tests A changed integrated diff invalidates prior verification evidence. artifact:rust-test-report
integration-invalidates-verify-onboarding-distribution integrate-and-repair invalidates verify-onboarding-distribution A changed integrated diff invalidates prior packaged onboarding and distribution evidence. artifact:onboarding-distribution-report
integration-invalidates-verify-sim-one-tui integrate-and-repair invalidates verify-sim-one-tui A changed integrated diff invalidates prior packaged SIM-ONE TUI session, transcript, interaction, prompt, and visible-final evidence. artifact:sim-one-tui-product-report
production-approval-to-observation approve-production-release approves observe-production The owner approved the exact production target, candidate, observation plan, and recorded rollback authority. artifact:production-release-approval
production-approval-artifact-to-observation approve-production-release consumes observe-production The rollback authority is current, accepted, and bound to the exact production release and this run. artifact:production-release-approval

Node contracts

baseline-context — Bind Change To Current Project Context

install-dependencies — Install Pinned Dependencies

fetch-embedding-model — Fetch Bundled Embedding Model

build-wasm-memory — Build Rust Memory WASM

define-change-contract — Define Purpose And Acceptance Contract

approve-beta-release-contract — Approve 0.1.0 Beta Release Contract

decide-architecture — Resolve Architecture And Ownership

plan-implementation — Plan Bounded Implementation

implement-core-contracts — Implement Core Contracts And Architecture

implement-agent-runtime — Implement Agent Runtime And Workspace Boundaries

implement-memory-retrieval — Implement Memory, RAG, And Embeddings

implement-capabilities-security — Implement Capabilities, Registries, And Security

implement-ingress-operations — Implement Ingress, Sessions, Schedules, And Telemetry

implement-sim-one-tui-work-pane — Implement SIM-ONE TUI Work Pane

implement-sim-one-onboarding-distribution — Implement SIM-ONE Onboarding And Distribution

implement-product-delivery — Implement Product Surfaces And Delivery

integrate-and-repair — Integrate Change And Apply Bounded Repairs

verify-typecheck — Verify TypeScript Types

verify-documentation — Verify Production Documentation

verify-unit-tests — Verify Unit Test Suite

verify-rust-tests — Verify Rust Project Tests

build-runtime — Build Flue Runtime

build-sim-one-tui — Build SIM-ONE TUI

build-cli — Build SIM-ONE CLI

build-release-package — Build Versioned Release Package

verify-cli-behavior — Verify CLI Behavior

verify-http-integration — Verify Built HTTP Runtime

verify-sim-one-tui — Verify Packaged SIM-ONE TUI

verify-onboarding-distribution — Verify SIM-ONE Onboarding And Distribution

verify-tui-e2e — Verify Gateway And CLI Smoke

verify-memory-smoke — Verify Real Memory Runtime

aggregate-verification — Aggregate Verification Evidence

review-architecture-security — Review Architecture, Security, And Product Boundaries

approve-release-candidate — Approve Release Candidate Publication

publish-release-candidate — Publish And Merge Release Candidate

approve-canary — Approve Canary Deployment

deploy-canary — Deploy Approved Canary

verify-canary-behavior — Verify Canary Behavior

approve-production-release — Approve Release Assets And Production

stage-release-assets — Stage Approved Release Assets Privately

verify-staged-release-assets — Verify Private Staged Release Assets

release-production — Release Approved Candidate

observe-production — Observe Production Outcomes

publish-release-assets — Publish Verified Assets After Production

prepare-release-ledger-update — Prepare Release Ledger Update

approve-release-ledger-update — Approve Release Ledger Update

update-release-ledger — Update Verified Release Ledger

closeout-release — Close Out And Preserve Evidence

Assumptions

Risks

Provenance and validation

Project instructions: /opt/ai/sim-one-alpha/AGENTS.md, /opt/ai/sim-one-alpha/src/AGENTS.md, /opt/ai/sim-one-alpha/docs/architecture/README.md, /opt/ai/sim-one-alpha/docs/architecture/overview.md, /opt/ai/sim-one-alpha/docs/architecture/execution-workflows.md, /opt/ai/sim-one-alpha/docs/architecture/protocol-system.md, /opt/ai/sim-one-alpha/docs/architecture/retrieval-and-research.md, /opt/ai/sim-one-alpha/docs/architecture/skill-system.md, /opt/ai/sim-one-alpha/docs/architecture/worker-system.md, /opt/ai/sim-one-alpha/docs/architecture/flue-architecture.md, /opt/ai/sim-one-alpha/docs/architecture/gorombo-flue-map.md, /opt/ai/sim-one-alpha/docs/architecture/product-flow.md, /opt/ai/sim-one-alpha/docs/architecture/registry-system.md, /opt/ai/sim-one-alpha/docs/architecture/tool-system.md, /opt/ai/sim-one-alpha/docs/architecture/capability-system.md, /opt/ai/sim-one-alpha/docs/architecture/memory-system.md, /opt/ai/sim-one-alpha/docs/architecture/tui-cli-session-flow.md, /opt/ai/sim-one-alpha/docs/operations/product-tui.md, /opt/ai/sim-one-alpha/docs/tui/ratatui.md, /opt/ai/sim-one-alpha/docs/tui/session-management.md, /opt/ai/sim-one-alpha/docs/getting-started/pre-release-status.md, /opt/ai/sim-one-alpha/.github/workflows/ci.yml

Canonical source: development-graph.json

Run these commands from the graph-development skill root after setting PROJECT_ROOT to this project’s root:

: "${PROJECT_ROOT:?set PROJECT_ROOT to this project directory}"
python3 scripts/validate_graph.py "$PROJECT_ROOT/development-graph.json"
python3 scripts/render_graph.py "$PROJECT_ROOT/development-graph.json" --output "$PROJECT_ROOT/development-graph.md"
python3 scripts/validate_graph.py "$PROJECT_ROOT/development-graph.json" --markdown "$PROJECT_ROOT/development-graph.md"