joycraft 0.5.10 → 0.5.12
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 +3 -3
- package/dist/{chunk-T62ZHD3N.js → chunk-4RGMUQQZ.js} +1555 -2
- package/dist/chunk-4RGMUQQZ.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{init-7OQS363N.js → init-HPU5RXOM.js} +49 -3
- package/dist/init-HPU5RXOM.js.map +1 -0
- package/dist/{init-autofix-4JGDJTLP.js → init-autofix-K3WRCZCJ.js} +2 -2
- package/dist/{upgrade-6Z2GHZAS.js → upgrade-HOIQM2TP.js} +7 -2
- package/dist/upgrade-HOIQM2TP.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-T62ZHD3N.js.map +0 -1
- package/dist/init-7OQS363N.js.map +0 -1
- package/dist/upgrade-6Z2GHZAS.js.map +0 -1
- /package/dist/{init-autofix-4JGDJTLP.js.map → init-autofix-K3WRCZCJ.js.map} +0 -0
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ Most developers plateau at Level 2. Joycraft's job is to move you up.
|
|
|
45
45
|
|
|
46
46
|
### Platform support
|
|
47
47
|
|
|
48
|
-
Joycraft
|
|
48
|
+
Joycraft supports both **Claude Code** and **OpenAI Codex** out of the box. Running `npx joycraft init` installs skills to both `.claude/skills/` and `.agents/skills/` — no flags, no configuration. Both platforms get the same structured workflows, adapted for each tool's invocation model (`/joycraft-*` for Claude Code, `$joycraft-*` for Codex).
|
|
49
49
|
|
|
50
50
|
## Quick Start
|
|
51
51
|
|
|
@@ -66,7 +66,7 @@ Joycraft auto-detects your tech stack and creates:
|
|
|
66
66
|
|
|
67
67
|
- **CLAUDE.md** with behavioral boundaries (Always / Ask First / Never) and correct build/test/lint commands
|
|
68
68
|
- **AGENTS.md** for Codex compatibility
|
|
69
|
-
- **Claude Code skills** installed to `.claude/skills/`:
|
|
69
|
+
- **Claude Code skills** installed to `.claude/skills/` and **Codex skills** installed to `.agents/skills/`:
|
|
70
70
|
- `/joycraft-tune` Assess your harness, apply upgrades, see your path to Level 5
|
|
71
71
|
- `/joycraft-new-feature` Interview → Feature Brief → Atomic Specs
|
|
72
72
|
- `/joycraft-interview` Lightweight brainstorm. Yap about ideas, get a structured summary
|
|
@@ -369,7 +369,7 @@ The short version:
|
|
|
369
369
|
4. `pnpm test --run && pnpm typecheck && pnpm build`
|
|
370
370
|
5. Open a PR (one approval required)
|
|
371
371
|
|
|
372
|
-
Look for [`good first issue`](https://github.com/maksutovic/joycraft/labels/good%20first%20issue) labels if you're new. Areas we'd especially love help with: stack detection for new languages, skill improvements,
|
|
372
|
+
Look for [`good first issue`](https://github.com/maksutovic/joycraft/labels/good%20first%20issue) labels if you're new. Areas we'd especially love help with: stack detection for new languages, skill improvements, and documentation.
|
|
373
373
|
|
|
374
374
|
## License
|
|
375
375
|
|