You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,14 +251,20 @@ If the project has not initialized OpenSpec yet:
251
251
aisee openspec ensure --json
252
252
```
253
253
254
-
This command bridges OpenSpec initialization with conservative defaults:
254
+
This command auto-selects OpenSpec tools from the current agent runtime (`codex` by default in Codex; falls back to `none` when no supported runtime is detected), ensures project-local OpenSpec instructions/skills are installed or refreshed, and aligns the global profile:
If you only want the OpenSpec directory layout without installing OpenSpec-provided agent skills/instructions, pass:
263
+
264
+
```bash
265
+
aisee openspec ensure --tools none --json
266
+
```
267
+
262
268
Schema packs come from the marketplace-installed plugin. `aisee schemas list/check` only reports project-installed schema state or source-checkout development schema state; it does not install schemas automatically.
-[OpenSpec Multi-Schema Best Practices](docs/architecture/openspec-multi-schema-best-practices.md): multi-schema coexistence, conflict handling, and management rules.
282
-
-[Release And Version Governance](docs/release.md): single version source, release checks, and tag rules.
288
+
-[CHANGELOG.md](CHANGELOG.md): release history, shipped notes, and user-visible changes for published versions.
283
289
284
290
## Typical Workflow
285
291
@@ -408,7 +414,7 @@ Key CLI rules:
408
414
-`aisee knowledge promote-batch` only writes the local team knowledge worktree; it does not commit, push, or create PRs.
409
415
- OpenSpec artifacts and `source-map.md` are formal inputs for context packs.
410
416
-`bootstrap --plan` is a read-only plan and does not perform broad initialization writes.
411
-
-`aisee openspec ensure`only bridges OpenSpec initialization, profile setup, and instruction file refresh. It does not replace `aisee:init`.
417
+
-`aisee openspec ensure`installs or refreshes project-local OpenSpec instructions/skills and also aligns the global profile. It does not replace `aisee:init`.
412
418
-`aisee knowledge query` returns only a small number of guardrails. By default it reads pack manifests and card frontmatter; `--debug` is required for matched card body excerpts.
Boundary note: `aisee openspec ensure` is the step that writes OpenSpec instructions/skills into the current project directory and also aligns global `openspec config profile`; do not treat `config profile` itself as the project-local installation step.
0 commit comments