joycraft 0.5.11 → 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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
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 is currently focused on making the Claude Code experience state-of-the-art. Better [Codex](https://openai.com/codex) support is coming. `AGENTS.md` generation is already included, and deeper integration is on the roadmap.
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, documentation, and Codex integration.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joycraft",
3
- "version": "0.5.11",
3
+ "version": "0.5.12",
4
4
  "description": "CLI + Claude Code plugin that scaffolds and upgrades AI development harnesses",
5
5
  "type": "module",
6
6
  "bin": {