Skip to content

Commit 4438ee8

Browse files
committed
Still ask AI to generate and use openspec, but do not commit skills
1 parent a5e62cc commit 4438ee8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/AI_POLICY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ The LLM types for you. It doesn't think for you.
1616

1717
## Recommended tooling
1818

19-
If you're using an AI coding agent, install [OpenSpec](https://openspec.dev/) (`npm install -g @fission-ai/openspec@latest`, then `openspec init`) and use its spec-driven workflow (`/opsx:propose``/opsx:apply`) to scope the change into a reviewable proposal + spec + tasks *before* any code gets written. This repo already ships the matching skills/commands — see [`AGENTS.md`](../AGENTS.md#skill-routing).
19+
If you're using an AI coding agent, install [OpenSpec](https://openspec.dev/) (`npm install -g @fission-ai/openspec@latest`, then `openspec init`) and use its spec-driven workflow (`/opsx:propose``/opsx:apply`) to scope the change into a reviewable proposal + spec + tasks *before* any code gets written. `openspec init` provisions the matching skills/commands locally — see [`AGENTS.md`](../AGENTS.md#skill-routing).
20+
21+
These skills are not installed in this repo — `.agents/skills/openspec-*`, and `.agents/commands/opsx/` are generated on your own machine by `openspec init` and must never be committed. Provision them locally, keep them out of your diffs and PRs.
2022

2123
Scoping the change up front makes it easier to meet the ownership expectations above: you review and understand the plan before the AI starts typing, instead of reverse-engineering intent from a pile of already-generated code.
2224

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,7 @@ pyrightconfig.json
177177
# End of https://www.toptal.com/developers/gitignore/api/python
178178

179179
tests/results/*
180+
181+
# Drop openspec.ai generated files to not clutter the repo but still be able to use it locally
182+
.agents/commands/opsx/*
183+
.agents/skills/openspec-*

0 commit comments

Comments
 (0)