Skip to content

Releases: Maximilien-ai/workflows

v0.1.4

Choose a tag to compare

@maximilien maximilien released this 30 Mar 15:11
62e74d0

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.md directory 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

Choose a tag to compare

@maximilien maximilien released this 29 Mar 18:04
4f375b6

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.sh autofix 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

Choose a tag to compare

@maximilien maximilien released this 29 Mar 16:39

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.