4 Commits
Author SHA1 Message Date
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
bernatsamperaandClaude Opus 4.6 893ff9f796 Rename "harness" to "client" in docs, update share-workflow for registry
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-08-10 09:27:54 +02:00
bernatsamperaandClaude Opus 4.6 5fa3f6bffd Add gcontext share command and submission status endpoint
CLI command validates a local template folder against the workflow standard
(frontmatter, steps/, runs/example/), bundles files, and POSTs to the
marketplace API. --status mode queries GET /api/workflows/{id}/status.
16 new tests (suite 68 -> 84).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-08-09 18:16:12 +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