@learnaltitude/cli 0.5.3 → 0.6.0
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 +5 -2
- package/dist/cli.js +27 -27
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -114,7 +114,8 @@ Start the lesson from a terminal with `claude --permission-mode auto`, then ente
|
|
|
114
114
|
`/altitude:begin`. Auto mode clears routine approval prompts while Claude Code's separate safety
|
|
115
115
|
checks screen every action and block risky ones; it is a safeguard, not a guarantee.
|
|
116
116
|
|
|
117
|
-
For Codex, run these commands in a terminal
|
|
117
|
+
For Codex, update Codex to the latest version first, then run these commands in a terminal. Older
|
|
118
|
+
Codex CLI releases do not recognize the plugin commands.
|
|
118
119
|
|
|
119
120
|
```sh
|
|
120
121
|
codex plugin marketplace add jasonku09/altitude-skills
|
|
@@ -122,7 +123,9 @@ codex plugin add altitude@altitude
|
|
|
122
123
|
```
|
|
123
124
|
|
|
124
125
|
On the first Codex launch after installation, accept the one-time
|
|
125
|
-
`Hooks need review -> Trust all and continue` prompt.
|
|
126
|
+
`Hooks need review -> Trust all and continue` prompt. To start the first lesson, type `$begin` and
|
|
127
|
+
press Enter twice; the second press expands the command in Codex's composer. Skills update with the
|
|
128
|
+
agent's plugin system.
|
|
126
129
|
|
|
127
130
|
**Neither half updates on its own by default.** Claude Code enables marketplace auto-update only
|
|
128
131
|
for official Anthropic marketplaces; `altitude` is third-party, so its auto-update starts off.
|