@introspection-ai/cli 0.28.0 → 0.29.1

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 +5 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -10,6 +10,11 @@ introspection login
10
10
  introspection --help
11
11
  ```
12
12
 
13
+ `introspection setup` adds a small native skill for detected Codex and Claude
14
+ Code hosts. The skill tells future agent sessions to run `introspection skills`
15
+ and read the workflow that matches the request. The complete workflows remain
16
+ in the docs bundle and are loaded through the CLI when needed.
17
+
13
18
  Give the coding agent the complete machine onboarding entrypoint:
14
19
 
15
20
  ```text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@introspection-ai/cli",
3
- "version": "0.28.0",
3
+ "version": "0.29.1",
4
4
  "description": "CLI for operating agents on the Introspection platform",
5
5
  "keywords": [
6
6
  "introspection",
@@ -31,10 +31,10 @@
31
31
  "node": ">=18"
32
32
  },
33
33
  "optionalDependencies": {
34
- "@introspection-ai/cli-darwin-arm64": "0.28.0",
35
- "@introspection-ai/cli-darwin-x64": "0.28.0",
36
- "@introspection-ai/cli-linux-x64": "0.28.0",
37
- "@introspection-ai/cli-linux-arm64": "0.28.0",
38
- "@introspection-ai/cli-win32-x64": "0.28.0"
34
+ "@introspection-ai/cli-darwin-arm64": "0.29.1",
35
+ "@introspection-ai/cli-darwin-x64": "0.29.1",
36
+ "@introspection-ai/cli-linux-x64": "0.29.1",
37
+ "@introspection-ai/cli-linux-arm64": "0.29.1",
38
+ "@introspection-ai/cli-win32-x64": "0.29.1"
39
39
  }
40
40
  }