create-cofounder 0.1.7 → 0.1.8

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 an internal `.cofounder/.gitignore` for run/worktree artifacts, adds Codex-facing project instructions when `AGENTS.md` is not already present, and can install the Codex MCP entry.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cofounder",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Initializer for Cofounder Crew projects",
5
5
  "homepage": "https://github.com/eugeneyvt/cofounder-crew#readme",
6
6
  "bugs": {