Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9f13c3b
ploop: iteration 1 checkpoint
johnlindquist Mar 27, 2026
5c7def1
ploop: iteration 2 checkpoint
johnlindquist Mar 27, 2026
d9ba12e
refactor: harden workflow skill validation
johnlindquist Mar 27, 2026
41bfd88
feat: strengthen workflow skill sequencing
johnlindquist Mar 27, 2026
e6bed1b
test: harden workflow skill validation
johnlindquist Mar 27, 2026
de1176d
chore: tighten workflow skill order validation
johnlindquist Mar 27, 2026
83e5939
feat: expand workflow skill policy context
johnlindquist Mar 27, 2026
3d18304
test: enforce workflow skill contracts
johnlindquist Mar 27, 2026
526ae13
test: ...
johnlindquist Mar 27, 2026
72ad589
ploop: iteration 1 checkpoint
johnlindquist Mar 27, 2026
efc3901
test: add workflow skill smoke coverage
johnlindquist Mar 27, 2026
7dfc89b
chore: tighten workflow skill validation
johnlindquist Mar 27, 2026
6144b33
feat: add workflow scenario skills
johnlindquist Mar 27, 2026
2fe97a5
fix(docs): align workflow skills blueprint names
johnlindquist Mar 27, 2026
bb152e6
docs: align workflow skills artifact contract
johnlindquist Mar 27, 2026
0b966d4
ploop: iteration 1 checkpoint
johnlindquist Mar 27, 2026
6bfee27
docs: align workflow verification contract
johnlindquist Mar 27, 2026
658f0f7
ploop: iteration 3 checkpoint
johnlindquist Mar 27, 2026
97a27bc
docs: align workflow skills contracts
johnlindquist Mar 27, 2026
486eb02
docs: align workflow skills contract
johnlindquist Mar 27, 2026
c0af479
test: enforce workflow skill verification contract
johnlindquist Mar 27, 2026
217dfbd
feat: add workflow scenario skills
johnlindquist Mar 28, 2026
ab8722c
test: harden workflow skill validation
johnlindquist Mar 28, 2026
f9775d6
chore: tighten workflow skill validation contract
johnlindquist Mar 28, 2026
4b185e8
feat: add workflow scenario skills
johnlindquist Mar 28, 2026
d85fe90
ploop: iteration 2 checkpoint
johnlindquist Mar 28, 2026
6f9294b
chore: align workflow skill surface
johnlindquist Mar 28, 2026
c5d1751
ploop: iteration 1 checkpoint
johnlindquist Mar 28, 2026
e0e2da0
ploop: iteration 2 checkpoint
johnlindquist Mar 28, 2026
abe5903
test: cover workflow fixture symlink lifecycle
johnlindquist Mar 28, 2026
077ad5b
feat: add workflow audit skill
johnlindquist Mar 28, 2026
5a5be01
chore: gitignore .workflow-vitest build artifacts
johnlindquist Mar 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/workflow-audit-skill.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"workflow": patch
---

Add `workflow-audit` review skill and update skill surface validation and docs
5 changes: 5 additions & 0 deletions .changeset/workflow-skill-runtime-gate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"workflow": patch
---

Add runtime verification for workflow skill golden fixtures
6 changes: 6 additions & 0 deletions .changeset/workflow-skills-blueprints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'workflow': patch
'@workflow/core': patch
---

Align workflow skills docs and README with two-stage teach-then-build contract
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ packages/swc-plugin-workflow/build-hash.json
# SWC plugin cache
.swc

# Workflow vitest compiler output
.workflow-vitest

# claude local settings
.claude/settings.local.json

Expand All @@ -37,6 +40,9 @@ packages/swc-plugin-workflow/build-hash.json

.DS_Store

# Generated workflow context file (created by workflow-teach skill)
.workflow.md

# Generated manifest files copied to static asset directories by builders
workbench/nextjs-*/public/.well-known/workflow
workbench/sveltekit/static/.well-known/workflow
Expand Down
3 changes: 2 additions & 1 deletion docs/content/docs/getting-started/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"nitro",
"nuxt",
"sveltekit",
"vite"
"vite",
"workflow-skills"
],
"defaultOpen": true
}
Loading
Loading