@useorgx/wizard 0.1.46 → 0.1.48

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 CHANGED
@@ -1,6 +1,9 @@
1
1
  # @useorgx/wizard
2
2
 
3
- One-line CLI onboarding that adds OrgX MCP configs, skills/rules, and companion plugins to your local AI tools.
3
+ One-line CLI onboarding and AQ profiling for local AI work. The wizard can add
4
+ OrgX MCP configs, skills/rules, and companion plugins, then scan real AI-session
5
+ receipts to show your current Agentic Quotient, reachable ceiling, and first
6
+ repair that raises execution capacity.
4
7
 
5
8
  ## Quick Start
6
9
 
@@ -23,6 +26,9 @@ The wizard modifies local tool configuration only. Depending on the command, it
23
26
  ## Commands
24
27
 
25
28
  - `setup` adds OrgX MCP configs, standalone skills/rules, and companion plugins to detected AI tools. When OrgX auth is available in an interactive shell, it guides workspace selection or creation, can create the user's first live OrgX initiative, creates a starter onboarding task under that initiative, and prints a handoff prompt for the configured AI tool of choice. The founder preset preplans plugin installs before it writes standalone skills so plugin-backed hosts do not get duplicate standalone assets in the same run.
29
+ - `work-graph profile --from all --publish --public-share` runs AQ from recent AI-work receipts, publishes a redacted profile, and prints the first AQ-lifting repair to execute next.
30
+ - `work-graph preview --from all` shows the AQ readout locally without publishing.
31
+ - `work-graph runtime-event --source codex|claude --summary "..."` lets an agent write public-safe runtime evidence that the next AQ profile can collect.
26
32
  - `surface list` shows supported surfaces and current status.
27
33
  - `surface add <name>` patches a specific surface.
28
34
  - `surface remove <name>` removes OrgX-managed config from a specific surface.
@@ -63,6 +69,7 @@ The wizard modifies local tool configuration only. Depending on the command, it
63
69
  - If the selected workspace has no remembered setup initiative, `wizard setup` offers to create a first initiative, defaulting to `Make OrgX useful on this machine`. It then creates the onboarding workstream and starter task inside that initiative so setup ends with a concrete next action instead of a blank workspace.
64
70
  - Repeated setup runs are intentionally quiet. Daily Brief can be configured with defaults, customized, or skipped; skips for Daily Brief, first initiative creation, onboarding task creation, agent roster setup, and the first intent prompt are remembered per workspace so the wizard does not ask again on every run.
65
71
  - After the first initiative is ready, setup prints the `/live/<initiative>` URL and a copyable prompt for the user's configured AI tool: continue the initiative, show the next action, and start with the onboarding task.
72
+ - The AQ loop is: run profile, claim the public Work Graph, start the selected repair quest in OrgX, attach proof, rerun the profile, and compare the AQ delta.
66
73
  - `wizard workspace current` reads the current OrgX workspace from `GET /api/v1/workspaces/current`, with a fallback to workspace listing if that route is unavailable.
67
74
  - `wizard workspace list` lists all accessible workspaces.
68
75
  - `wizard workspace create "Founders" --description "Initial OrgX workspace"` creates a new workspace through `POST /api/entities`.