create-cofounder 0.1.7 → 0.1.9
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/README.md
CHANGED
|
@@ -7,7 +7,7 @@ npm create cofounder@latest -- --setup-codex --yes
|
|
|
7
7
|
codex
|
|
8
8
|
```
|
|
9
9
|
|
|
10
|
-
This creates a `.cofounder/` team skeleton, adds
|
|
10
|
+
This creates a `.cofounder/` team skeleton, adds `.cofounder/.gitignore` for run/worktree artifacts, derives `.cofounder/project.md` from `AGENTS.md` when available, adds Codex-facing project instructions when `AGENTS.md` is not already present, and can install the Codex MCP entry.
|
|
11
11
|
|
|
12
12
|
If `AGENTS.md` already exists, Cofounder will not modify it. Add the short Cofounder bridge block printed by the initializer so Codex knows to read `.cofounder/codex-instructions.md`.
|
|
13
13
|
|