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
chore(repo): restore registry drift check and refresh AGENTS docs (#328)
* chore(repo): restore registry drift checks and refresh AGENTS docs
Split registry validation from generated-output drift detection so CI still catches stale registry artifacts. Refresh the root and docs AGENTS snapshots to match the released v2.7.0 repo state and pin the workflow contract in unit tests.
* test(ci): rename workflow contract assertion
Systematic evolves fully independently. No upstream sync path exists — the automated sync workflow, `/sync-cep` command, `convert-cc-defs` skill, and `sync-manifest.json` have all been removed. The CLI `convert` command remains available for ad-hoc CC → OpenCode format conversions.
152
153
153
-
The `commands/` directory contains only `.gitkeep` (all commands converted to skills in a past cycle). Command code paths (`findCommandsInDir`, `loadCommandAsConfig`) remain for backward compatibility and project-specific commands under `.opencode/commands/`.
154
+
The top-level `commands/` directory has been removed (all bundled commands were converted to skills). Command code paths (`findCommandsInDir`, `loadCommandAsConfig`) remain for backward compatibility and for project-specific commands under `.opencode/commands/`.
154
155
155
156
## Notes
156
157
157
-
- Content-integrity gate runs in CI (build job) — catches phantom `systematic:*` refs and banned CC/CEP patterns
158
+
- Content-integrity gate runs in CI (build job) — catches phantom `systematic:*` refs, frontmatter/model contract violations, and banned CC/CEP patterns
158
159
- Bootstrap injection is opt-out via `bootstrap.enabled: false`
Each run cleans output dirs before regenerating. Index pages (`index.mdx`) are dynamically generated from the same enumerated entries using Starlight `CardGrid`/`LinkCard` components. Agents are grouped by category (design/docs/document-review/research/review/workflow). Slug collisions abort with error.
53
53
54
-
NOTE: `commands/`is empty (all commands converted to skills). The generation script may still have command handling code but produces no command pages from current source.
54
+
NOTE: The top-level `commands/`directory has been removed (all commands converted to skills). The generation script may still have backward-compat command handling code but produces no command pages from current source.
55
55
56
56
## Where to Look
57
57
@@ -67,7 +67,7 @@ NOTE: `commands/` is empty (all commands converted to skills). The generation sc
67
67
## Notes
68
68
69
69
- Reference pages under `reference/` are gitignored — always regenerated from source (including `index.mdx`)
70
-
- Agents get sidebar badges by category: Design, Docs, Research, Review, Workflow
71
-
- Script has its own `parseFrontmatter` (duplicates `src/lib/frontmatter.ts`logic)
70
+
- Agents get sidebar badges by category: Design, Docs, Document-review, Research, Review, Workflow
0 commit comments