Skip to content

feat: add work-item pipeline and worktree policy config#128

Open
ksamaschke wants to merge 2 commits intodevfrom
codex/workitem-pipeline-config
Open

feat: add work-item pipeline and worktree policy config#128
ksamaschke wants to merge 2 commits intodevfrom
codex/workitem-pipeline-config

Conversation

@ksamaschke
Copy link
Contributor

@ksamaschke ksamaschke commented Feb 15, 2026

Summary

  • add work-item pipeline defaults under autonomy config
  • add schema/docs support for worktree branch behavior policy used by process skills

Changes

  • ica.config.default.json
    • set autonomy.work_item_pipeline_enabled=true
    • set autonomy.work_item_pipeline_mode=batch_auto
  • src/schemas/ica.config.schema.json
    • add autonomy.work_item_pipeline_enabled
    • add autonomy.work_item_pipeline_mode enum
    • add git.worktree_branch_behavior enum (always_new, ask, current_branch)
  • docs/configuration-guide.md
    • document work-item pipeline behavior
    • document worktree branch behavior policy and missing-setting ask/persist expectation

Test Plan

  • JSON parse validation for updated config files
  • full repository test suite (npm test) currently has unrelated pre-existing failures on dev

Breaking Changes

  • none

@ksamaschke ksamaschke changed the title feat: add work-item pipeline config defaults feat: add work-item pipeline and worktree policy config Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant