Skip to content

Commit b787484

Browse files
authored
fix: use plain gh aw compile instead of --validate in workshop/20-persistent-memory.md (#1927)
1 parent 1f8986d commit b787484

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workshop/20-persistent-memory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ have already reported on. On each run:
102102
After editing the frontmatter, compile the workflow to confirm the memory block is valid:
103103

104104
```bash
105-
gh aw compile --validate
105+
gh aw compile
106106
```
107107

108108
Fix any errors before pushing. Common mistakes include putting `cache-memory:` at the top level instead of nesting it under `tools:`, and omitting the `key:` field for `cache-memory`.
@@ -142,7 +142,7 @@ git push
142142

143143
- [ ] Your workflow frontmatter has `cache-memory:` nested under `tools:`
144144
- [ ] Your task brief explicitly tells the agent to read and write the named memory slot
145-
- [ ] `gh aw compile --validate` passes with no errors
145+
- [ ] `gh aw compile` passes with no errors
146146
- [ ] The first manual run log includes `cache-memory: loaded 0 items`
147147
- [ ] The second run log includes `cache-memory: loaded N items`, and `N` matches the number of items from the first run
148148
- [ ] After opening a new issue and running again, only the new issue is reported

0 commit comments

Comments
 (0)