waypoint-codex 0.9.2 → 0.9.4
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/README.md +1 -1
- package/package.json +1 -1
- package/templates/.gitignore.snippet +3 -0
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ The philosophy is simple:
|
|
|
37
37
|
- more markdown
|
|
38
38
|
- better continuity for the next agent
|
|
39
39
|
|
|
40
|
-
By default, Waypoint appends a `.gitignore` snippet that ignores everything under `.waypoint/` except `.waypoint/docs/`, while still ignoring the scaffolded `.waypoint/docs/README.md` and `.waypoint/docs/code-guide.md` assets. User-authored durable docs stay trackable; workspace, context, indexes, and other operational state remain local.
|
|
40
|
+
By default, Waypoint appends a `.gitignore` snippet that ignores the Waypoint-created `.agents/skills/`, `.codex/config.toml`, `.codex/agents/`, and everything under `.waypoint/` except `.waypoint/docs/`, while still ignoring the scaffolded `.waypoint/docs/README.md` and `.waypoint/docs/code-guide.md` assets. User-authored durable docs stay trackable; workspace, context, indexes, and other operational state remain local.
|
|
41
41
|
|
|
42
42
|
## Best fit
|
|
43
43
|
|
package/package.json
CHANGED