@ory/goose 0.10.0 → 0.11.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -47,7 +47,7 @@ npx -y -p @ory/goose ory-goose uninstall # remove the ory plugin dir
47
47
 
48
48
  From any project where you'd like Ory authentication, inside Goose:
49
49
 
50
- 1. **Start a local Ory instance.** Ask Goose *"start the local Ory stack"* or run `/local-up`. A banner prints the seeded test user's email and password — note them.
50
+ 1. **Start a local Ory instance.** Ask Goose *"start the local Ory stack"* or invoke the `ory-local-up` skill. A banner prints the seeded test user's email and password — note them.
51
51
  2. **Scaffold Ory into your project.** Ask Goose *"add Ory auth to this app"* (the `ory-auth-setup` skill). It installs Ory Elements, wires the SDK, and generates the login / registration / recovery / settings pages, all targeting the local stack.
52
52
  3. **Sign in.** Start your app, visit the login page, and sign in with the seeded credentials. You now have a real Ory session backed by a real Ory stack — locally, offline, zero configuration.
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ory/goose",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "Ory plugin for Goose (Block's open-source agent CLI): scaffolding skills, a local Ory instance, and authentication, authorization, and audit for every tool call",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://ory.com",
@@ -66,7 +66,7 @@
66
66
  "!dist/**/*.tsbuildinfo"
67
67
  ],
68
68
  "dependencies": {
69
- "@ory/argus": "0.10.0"
69
+ "@ory/argus": "0.11.0"
70
70
  },
71
71
  "devDependencies": {
72
72
  "typescript": "^6.0.2",