4 Commits
Author SHA1 Message Date
bernatsamperaandClaude Opus 4.6 c5b34103d3 Add workflow lifecycle: search, install, check, update (v0.7.0)
Extract registry pipeline into registry.py with .template.yaml manifest
(per-file SHA256 hashes) for three-way check/update. New workflow MCP tool
with 4 actions (search, install, check, update). CLI commands: gcontext
update and gcontext search. Hide .template.yaml from list_dir/grep/walk.
Re-register module commands on update. Build script for registry.json.
113 tests (24 new in test_workflow_tool.py).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-08-10 15:36:47 +02:00
bernatsamperaandClaude Opus 4.6 9128beebd8 Make run command required in workflow spec, update share-workflow
Every workflow must ship commands/run.md that drives step-by-step
execution and enforces the per-step folder structure in runs/. The
run command contract is added to the spec. share-workflow updated
to generate run.md during authoring and verify it at phase 5.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-08-10 12:10:57 +02:00
bernatsampera 07c8b76906 feat: solve command visibility 2026-08-09 18:19:07 +02:00
bernatsamperaandClaude Fable 5 f398e01e29 Add workflow template standard and share-workflow authoring skill
docs/workflows.md defines the contract for distributable context-based
workflows: frontmatter manifest, steps/, runs/ with workflow-defined run
naming, the example run at runs/example/, and the setup command contract.
docs/share-workflow.md guides an author's agent through turning a lived
workflow into a template that passes that spec. Both linked from the README.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-08 11:42:03 +02:00