@glyphteck/veyl 0.35.0 → 1.0.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.
- package/dist/cli.js +411 -159
- package/dist/index.js +411 -159
- package/docs/validation.md +1 -1
- package/package.json +1 -1
package/docs/validation.md
CHANGED
|
@@ -55,7 +55,7 @@ The canonical registry defines 74 CLI commands, 67 MCP tools, and 15 product gro
|
|
|
55
55
|
| Logout this/all sessions | yes | warm revoke tears down local state; delayed cached snapshots no longer sign out a fresh login |
|
|
56
56
|
| Account delete | yes | disposable accounts deleted with empty/non-empty chat state and a 5-sat REGTEST balance; local credentials disappeared, privileged reuse failed, and a final filesystem audit proved the complete encrypted cache scope is removed |
|
|
57
57
|
| Vault create/unlock/lock/export | yes | create/unlock/lock and secret export shape exercised without retaining output |
|
|
58
|
-
| Profile/avatar | yes | profile reads work; avatar
|
|
58
|
+
| Profile/avatar | yes | profile reads work; avatar set/clear uses the authenticated server publish boundary and exact immutable cache version |
|
|
59
59
|
| Settings/cache | yes | encrypted settings update and cache show/clear exercised |
|
|
60
60
|
| Peer lookup/search/list/block | yes | self-block rejected; block projection and list state corrected; chat hides/restores |
|
|
61
61
|
| Text, reply, edit, reaction, save, delete, retention | yes | mutation ordering, delete/send races, explicit delete, retention behavior, and count-driven older-history paging exercised |
|
package/package.json
CHANGED