waypoint-codex 0.13.0 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/core.js +2 -0
- package/package.json +1 -1
package/dist/src/core.js
CHANGED
|
@@ -29,6 +29,7 @@ const LEGACY_WAYPOINT_GITIGNORE_RULES = new Set([
|
|
|
29
29
|
".agents/skills/docs-sync/",
|
|
30
30
|
".agents/skills/code-guide-audit/",
|
|
31
31
|
".agents/skills/adversarial-review/",
|
|
32
|
+
".agents/skills/visual-explanations/",
|
|
32
33
|
".agents/skills/break-it-qa/",
|
|
33
34
|
".agents/skills/frontend-context-interview/",
|
|
34
35
|
".agents/skills/backend-context-interview/",
|
|
@@ -306,6 +307,7 @@ export function initRepository(projectRoot, options) {
|
|
|
306
307
|
".agents/skills/waypoint-frontmatter",
|
|
307
308
|
".agents/skills/waypoint-explore",
|
|
308
309
|
".agents/skills/waypoint-research",
|
|
310
|
+
".agents/skills/visual-explanations",
|
|
309
311
|
".codex/agents/explorer.toml",
|
|
310
312
|
".codex/agents/reviewer.toml",
|
|
311
313
|
".codex/agents/architect.toml",
|
package/package.json
CHANGED