• v0.10.0 Phase 1: Ideation Engine + CLI
    CI / build-and-test (pull_request) Has been cancelled
    Publish to npm / publish (push) Has been cancelled
    CI / build-and-test (push) Has been cancelled
    Pre-Release

    grimacing released this 2026-05-30 20:39:58 +00:00 | 15 commits to main since this release

    Phase 1: Core Ideation CLI

    New Features

    • IDEATE-01: ciagent ideate CLI command with --category, --affected, --spec, --external, --cross-project, --output flags
    • IDEATE-02: Three-tier ideation engine (mechanical, backend-enriched, cross-project)
    • IDEATE-03: Git-native pattern mining with 15 signal collectors
    • IDEATE-12: Interactive accept/skip/details validation
    • IDEATE-13: Accepted ideas update REQUIREMENTS.md and ROADMAP.md
    • IDEATE-14: Ask-after-validation kickoff prompt
    • IDEATE-17: Ideation config section in .ciagent/config.json
    • MULTI-01: active_projects array in config (backwards compatible)
    • MULTI-02: --project accepts comma-separated or all
    • MULTI-06: ciagent status shows active projects and ideation config

    Architecture Changes

    • IDEATE added to pipeline STAGE_ORDER between RESEARCH and PLAN
    • IdeationEngine class with 15 mechanical signal collectors
    • IdeationConfig type with categories, thresholds, external signals, cross-project, chaos
    • active_projects: string[] added to CIAgentConfig

    Test Results

    535 tests passing. Typecheck clean. Build succeeds.

    Downloads