@vitronai/alethia 0.3.19 → 0.3.20

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 +10 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -120,27 +120,20 @@ Ready-to-use demo pages ship in the `demo/` folder. Start with the Claude Code d
120
120
 
121
121
  ### Claude Code: verify a generated app
122
122
 
123
- `claude-code-app.html` simulates a task manager that Claude Code would scaffold. Paste this into Claude Code:
123
+ Paste this into Claude Code:
124
124
 
125
- **Step 1** — sign in and add a task:
126
125
  ```
127
- Use alethia_tell to navigate to file:///PATH/demo/claude-code-app.html. Assert "TaskFlow" is visible and "Generated by Claude Code" is visible. Type dev@company.com into the "you@company.com" field. Type Engineering into the "Your team name" field. Click Sign in. Assert "Signed in as" is visible. Type "Deploy to production" into the "Add a new task" field. Click Add. Assert "Deploy to production" is visible.
126
+ Use alethia_serve_demo to start the demo server.
127
+ Then use alethia_tell to navigate to the claude-code-app page.
128
+ Assert "TaskFlow" is visible. Type dev@company.com into the
129
+ "you@company.com" field. Type Engineering into the "Your team
130
+ name" field. Click Sign in. Assert "Signed in as" is visible.
131
+ Type "Deploy to production" into the "Add a new task" field.
132
+ Click Add. Assert "Deploy to production" is visible.
133
+ Click Delete and report what EA1 decides.
128
134
  ```
129
135
 
130
- **Step 2** try to delete (EA1 blocks it):
131
- ```
132
- Use alethia_tell to click Delete and report what EA1 decides.
133
- ```
134
-
135
- **Step 3** — sign out:
136
- ```
137
- Use alethia_tell to click Sign out. Assert "Sign in" is visible.
138
- ```
139
-
140
- Replace `PATH` with the actual path:
141
- ```bash
142
- ls $(npm root -g)/@vitronai/alethia/demo/claude-code-app.html
143
- ```
136
+ The agent serves the demo on localhost, drives it with plain English, and EA1 blocks the delete. Open the localhost URL in Claude Code's preview panel to watch it live.
144
137
 
145
138
  ### More scenarios
146
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitronai/alethia",
3
- "version": "0.3.19",
3
+ "version": "0.3.20",
4
4
  "description": "MIT-licensed MCP bridge to the Alethia runtime — the patent-pending zero-IPC E2E test runtime built for AI agents. 45x faster than Playwright. Local-first, zero telemetry. WCAG + NIST 800-53 compliance audits built in. Auto-installs on first use.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",