mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-06 21:46:40 +02:00
docs: Factory Droid install instructions + CI freshness check
- README: add Factory Droid section with install instructions and restart note (Factory requires restart to rescan skills) - CI: add Factory skill doc freshness verification to skill-docs.yml Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -23,3 +23,11 @@ jobs:
|
||||
echo "Generated Codex SKILL.md files are stale. Run: bun run gen:skill-docs --host codex"
|
||||
exit 1
|
||||
}
|
||||
- name: Generate Factory skill docs
|
||||
run: bun run gen:skill-docs --host factory
|
||||
- name: Verify Factory skill docs are fresh
|
||||
run: |
|
||||
git diff --exit-code -- .factory/ || {
|
||||
echo "Generated Factory SKILL.md files are stale. Run: bun run gen:skill-docs --host factory"
|
||||
exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user