Skip to content

docs: workflow customization guide (#2368)#2409

Merged
kitelev merged 1 commit intomainfrom
feature/2368-workflow-docs
Mar 23, 2026
Merged

docs: workflow customization guide (#2368)#2409
kitelev merged 1 commit intomainfrom
feature/2368-workflow-docs

Conversation

@kitelev
Copy link
Owner

@kitelev kitelev commented Mar 23, 2026

Summary

  • docs/WORKFLOW_CUSTOMIZATION.md: Complete user guide covering custom workflow creation with step-by-step examples (Simple Kanban workflow), per-project overrides, property reference tables, CLI commands, and troubleshooting
  • docs/PROPERTY_SCHEMA.md: Added all 17 new workflow properties (4 Workflow + 6 WorkflowState + 6 WorkflowTransition + 1 Effort override)
  • README.md: Added "Workflow Customization" section with CLI examples and link to guide

Test plan

  • Documentation-only PR -- no code changes
  • All YAML examples use valid property names from source code
  • Property tables match WorkflowProperty.ts constants
  • Pre-commit checks pass (lint, BDD coverage, Archgate)

Closes #2368

@kitelev kitelev enabled auto-merge (squash) March 23, 2026 18:05
- WORKFLOW_CUSTOMIZATION.md: complete user guide with examples
- PROPERTY_SCHEMA.md: all 17 new workflow properties documented
- README.md: workflow customization section added

Closes #2368
@kitelev kitelev force-pushed the feature/2368-workflow-docs branch from 2cb7de6 to 92d8399 Compare March 23, 2026 18:30
@kitelev kitelev merged commit 3aa7606 into main Mar 23, 2026
20 checks passed
@kitelev kitelev deleted the feature/2368-workflow-docs branch March 23, 2026 18:34
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.

docs: Workflow customization guide and BDD specs

1 participant