Releases: Maximilien-ai/workflows
Releases · Maximilien-ai/workflows
Release list
v0.1.4
This point release tightens the public WORKFLOW.md contract and adds validation coverage for failure cases.
Included in v0.1.4:
- Required workflow ids derived from workflow names
- Enforced
workflows/<id>/WORKFLOW.mddirectory naming for examples - Invalid workflow fixtures to verify validator failures
- JSON Schema examples and a release checklist
- Updated ClawMax-derived workflow examples and source-of-truth documentation
- Conventional prefix guidance for issues and pull requests
Validation and CI are green on the merged main commit.
v0.1.3
This point release adds structured contribution tooling and a cleaner local developer workflow.
Included in v0.1.3:
- Issue templates for bugs and proposals
- A pull request template that captures goal, category, labels/tags, agents, and tested OpenClaw / ClawMax versions
- A
./format.shautofix path for markdown and repository file normalization - README development and test guidance for
./setup.sh,./format.sh,./lint.sh, and./test.sh
CI is green on the merged main commit, and the contribution path is now more explicit for workflow templates, agent templates, spec changes, bug reports, and suggestions.
v0.1.0
WORKFLOW.md spec is ready for review and feedback.
This v0.1.0 release includes:
- The initial WORKFLOW.md specification
- A set of example workflows covering common multiagent patterns
- A starting point for discussing the format before v1
Feedback on the spec, structure, naming, and edge cases is welcome. If you have a useful workflow pattern, submit your own example so we can expand the collection.