• CI / build-and-test (push) Has been cancelled
    Publish to npm / publish (push) Has been cancelled
    Stable

    grimacing released this 2026-06-01 15:41:20 +00:00 | 4 commits to main since this release

    v0.10.0 — Ideation Engine & Multi-Project Support

    New Features

    • IDEATE command (ciagent ideate): Discovers improvement opportunities from 15 git-native signal collectors
    • Three-tier ideation: Mechanical → Backend-enriched → Cross-project pattern transfer
    • Interactive validation: Accept/skip/details for each idea with readline UI
    • Idea acceptance: Auto-updates REQUIREMENTS.md and ROADMAP.md
    • --ideate flag on ciagent run: Inserts ideation stage into pipeline
    • Multi-project support: active_projects: string[] in config, --project flag for comma-separated or all
    • Pipeline IDEATE stage: Orchestrator runs ideation between RESEARCH and PLAN
    • External signals: npm audit, dependency staleness
    • Cascade impact analysis: Architecture-aware change propagation
    • Chaos engineering: 3 default resilience scenarios
    • Spec-driven analysis: Ambiguity, contradiction, missing categories
    • Architecture drift detection: Documented vs. actual component gaps
    • Verification layer inversion: Source files without corresponding tests

    Pipeline Flow

    SPECIFY → CLARIFY → RESEARCH → IDEATE → PLAN → EXECUTE → TEST → VERIFY → COMPLETE
    

    CLI Flags

    • ciagent ideate [--category] [--affected] [--spec] [--external] [--cross-project] [--output] [--project]
    • ciagent run --ideate
    • ciagent status shows active_projects and ideation config
    • ciagent run --project all runs pipeline for all active projects

    Test Results

    594 tests passing across 60 test suites

    Phase Releases

    • v0.10.0-phase1: Core ideation CLI + three-tier engine
    • v0.10.0-phase2: Backend-enriched tier, chaos engineering
    • v0.10.0-phase3: External signals, cascade impact
    • v0.10.0-phase4: Pipeline integration (IDEATE stage)
    • v0.10.0-phase5: Multi-project ideation support
    • v0.10.0 (this release): Integration & hardening
    Downloads