@rely-ai/caliber 1.4.0 → 1.4.2

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 (3) hide show
  1. package/README.md +10 -6
  2. package/dist/bin.js +631 -618
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  <p align="center"><strong>Analyze your codebase. Generate optimized AI agent configs. One command.</strong></p>
12
12
 
13
- Caliber scans your project — languages, frameworks, dependencies, file structure — and generates tailored config files for Claude Code and Cursor. If configs already exist, it audits them and suggests improvements.
13
+ Caliber scans your project — languages, frameworks, dependencies, file structure — and generates tailored config files for Claude Code, Cursor, and Codex. If configs already exist, it audits them and suggests improvements.
14
14
 
15
15
  **No API key required** — use your existing Claude Code or Cursor subscription. Or bring your own key (Anthropic, OpenAI, Vertex AI, any OpenAI-compatible endpoint).
16
16
 
@@ -59,8 +59,8 @@ caliber onboard
59
59
  |------|---------|
60
60
  | `CLAUDE.md` | Project context for Claude Code — commands, architecture, conventions |
61
61
  | `.cursorrules` / `.cursor/rules/` | Rules for Cursor |
62
- | Skills (`.claude/skills/`, `.cursor/skills/`) | Reusable skill files following the [OpenSkills](https://agentskills.io) standard |
63
- | `AGENTS.md` | Agent collaboration guide |
62
+ | `AGENTS.md` | Project context for OpenAI Codex |
63
+ | Skills (`.claude/skills/`, `.cursor/skills/`, `.agents/skills/`) | Reusable skill files following the [OpenSkills](https://agentskills.io) standard |
64
64
 
65
65
  If these files already exist, Caliber audits them against your actual codebase and suggests targeted improvements — keeping what works, fixing what's stale, adding what's missing.
66
66
 
@@ -76,9 +76,11 @@ If these files already exist, Caliber audits them against your actual codebase a
76
76
  ```bash
77
77
  caliber onboard --agent claude # Target Claude Code only
78
78
  caliber onboard --agent cursor # Target Cursor only
79
- caliber onboard --agent both # Target both
79
+ caliber onboard --agent codex # Target OpenAI Codex only
80
+ caliber onboard --agent all # Target all three
81
+ caliber onboard --agent claude,cursor # Comma-separated
80
82
  caliber onboard --dry-run # Preview without writing files
81
- caliber score --json # Machine-readable output
83
+ caliber score --json # Machine-readable output
82
84
  ```
83
85
 
84
86
  ## LLM Providers
@@ -120,6 +122,8 @@ export GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
120
122
 
121
123
  ## Contributing
122
124
 
125
+ See [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed guidelines.
126
+
123
127
  ```bash
124
128
  git clone https://github.com/rely-ai-org/caliber.git
125
129
  cd caliber
@@ -133,4 +137,4 @@ Uses [conventional commits](https://www.conventionalcommits.org/) — `feat:` fo
133
137
 
134
138
  ## License
135
139
 
136
- MIT
140
+ MIT