waypoint-codex 0.9.1 → 0.9.3

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 CHANGED
@@ -37,6 +37,8 @@ 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 Waypoint-created `.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
+
40
42
  ## Best fit
41
43
 
42
44
  Waypoint is most useful when you want:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waypoint-codex",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
4
4
  "description": "Codex-native repository operating system: scaffolding, docs routing, repo-local skills, doctor, and sync.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1,4 +1,8 @@
1
1
  # Waypoint state
2
- .waypoint/DOCS_INDEX.md
3
- .waypoint/state/
4
- .waypoint/context/
2
+ .codex/
3
+ .agents/
4
+ .waypoint/*
5
+ !.waypoint/docs/
6
+ !.waypoint/docs/**
7
+ .waypoint/docs/README.md
8
+ .waypoint/docs/code-guide.md