pyric-admin 0.1.0-alpha.18 → 0.1.0-alpha.19

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 +9 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -32,11 +32,16 @@ npx skills add https://github.com/davideast/pyric/tree/main/pyric-plugin/skills/
32
32
  npx skills add https://github.com/davideast/pyric/tree/main/pyric-plugin/skills/pyric-start --agent opencode
33
33
  ```
34
34
 
35
- Then ask your agent:
35
+ Then invoke the skill:
36
36
 
37
- ```text
38
- Use the pyric-start skill to set up and run Pyric in this project.
39
- ```
37
+ | Agent | Enter |
38
+ |---|---|
39
+ | Codex | `$pyric-start` |
40
+ | Claude Code | `/pyric:pyric-start` |
41
+ | Antigravity CLI | `/pyric-start` |
42
+ | OpenCode | `/pyric-start` |
43
+
44
+ The leading `$` or `/` is part of the command.
40
45
 
41
46
  The skill chooses the project launcher, starts one local sandbox bridge, opens the application, and confirms that the browser sandbox is connected.
42
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyric-admin",
3
- "version": "0.1.0-alpha.18",
3
+ "version": "0.1.0-alpha.19",
4
4
  "license": "Apache-2.0",
5
5
  "homepage": "https://pyric.dev",
6
6
  "repository": {
@@ -51,7 +51,7 @@
51
51
  "typecheck": "bun x tsc -p tsconfig.json --noEmit"
52
52
  },
53
53
  "dependencies": {
54
- "pyric": "^0.1.0-alpha.18"
54
+ "pyric": "^0.1.0-alpha.19"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/bun": "latest",