avorelo 0.3.6 → 0.3.7
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/avorelo.mjs +7181 -5610
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "avorelo",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"description": "Avorelo — AI Work Control. One command. Keep using your AI coding tool. Avorelo quietly keeps the work focused and saves proof.",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"scripts": {
|
|
24
24
|
"build": "npx esbuild src/avorelo/surfaces/cli/avorelo.ts --bundle --platform=node --format=esm --outfile=dist/avorelo.mjs --target=node24 --external:better-auth --external:drizzle-orm --external:postgres --external:hono --external:@hono/node-server",
|
|
25
25
|
"prepack": "npm run build",
|
|
26
|
+
"worktree:check": "powershell -ExecutionPolicy Bypass -File scripts/check-worktree-safety.ps1",
|
|
26
27
|
"package:check": "node -e \"const fs=require('fs');const p=require('./package.json');const ok=[];const fail=[];fs.existsSync('dist/avorelo.mjs')?ok.push('dist/avorelo.mjs exists'):fail.push('dist/avorelo.mjs missing');fs.existsSync('bin/avorelo.mjs')?ok.push('bin/avorelo.mjs exists'):fail.push('bin/avorelo.mjs missing');p.files.includes('dist/avorelo.mjs')?ok.push('dist in files'):fail.push('dist not in files');!p.files.some(f=>f.includes('.avorelo'))?ok.push('no .avorelo in files'):fail.push('.avorelo in files');!p.files.some(f=>f.includes('test'))?ok.push('no tests in files'):fail.push('tests in files');!p.files.some(f=>f.includes('artifact'))?ok.push('no artifacts in files'):fail.push('artifacts in files');console.log(JSON.stringify({ok:ok,fail:fail,pass:fail.length===0}));if(fail.length>0)process.exit(1)\"",
|
|
27
28
|
"start": "node src/avorelo/surfaces/cloud-api/server.ts",
|
|
28
29
|
"test": "npm run test:local",
|
|
@@ -35,7 +36,7 @@
|
|
|
35
36
|
"test:ci": "npm run build && npm run naming-check && npm run test:local && npm run dogfood:all && npm run readiness:local",
|
|
36
37
|
"readiness:local": "node src/avorelo/surfaces/cli/avorelo.ts readiness --target .",
|
|
37
38
|
"cli:local": "node src/avorelo/surfaces/cli/avorelo.ts",
|
|
38
|
-
"dogfood:all": "npm run dogfood:phase1 && npm run dogfood:secret-boundary && npm run dogfood:workcontract-routing && npm run dogfood:context-compiler && npm run dogfood:context-engineering && npm run dogfood:context-check && npm run dogfood:context-control && npm run dogfood:continuity && npm run dogfood:token-cost && npm run dogfood:proof-report && npm run dogfood:value-ledger && npm run dogfood:efficiency-sync && npm run dogfood:runtime-flow && npm run dogfood:control-center && npm run dogfood:activation && npm run dogfood:core-readiness && npm run dogfood:canonical-readiness && npm run dogfood:migration && npm run dogfood:adapter-secret-boundary && npm run dogfood:architecture-invariants && npm run dogfood:package-safety && npm run dogfood:settings && npm run dogfood:update-channel && npm run dogfood:dogfood-learning && npm run dogfood:dogfood-learning-e2e && npm run dogfood:model-routing-usage && npm run dogfood:tool-adapter-orchestration && npm run dogfood:tool-adapter-usage && npm run dogfood:avorelo-orchestration-e2e && npm run dogfood:real-tool-execution && npm run dogfood:claude-code-adapter && npm run dogfood:codex-adapter && npm run dogfood:tool-adapters:local && npm run dogfood:semgrep-adapter && npm run dogfood:playwright-proof-adapter && npm run dogfood:github-actions-proof-adapter && npm run dogfood:multi-agent-review && npm run dogfood:multi-agent-efficiency && npm run dogfood:avorelo-real-execution-e2e && npm run dogfood:generic-delegated-execution && npm run dogfood:seamless-ux && npm run dogfood:execution-verifier && npm run dogfood:skills-layer && npm run dogfood:control-router-alignment && npm run dogfood:routing-efficiency && npm run dogfood:future-executor-adapters && npm run dogfood:persistent-adapter-health && npm run dogfood:cost-benchmarking && npm run dogfood:team-policy && npm run dogfood:task-queue && npm run dogfood:roadmap-closure && npm run dogfood:artifact-guard",
|
|
39
|
+
"dogfood:all": "npm run dogfood:phase1 && npm run dogfood:secret-boundary && npm run dogfood:workcontract-routing && npm run dogfood:context-compiler && npm run dogfood:context-engineering && npm run dogfood:context-check && npm run dogfood:context-control && npm run dogfood:continuity && npm run dogfood:token-cost && npm run dogfood:proof-report && npm run dogfood:value-ledger && npm run dogfood:efficiency-sync && npm run dogfood:runtime-flow && npm run dogfood:work-intelligence && npm run dogfood:control-center && npm run dogfood:activation && npm run dogfood:core-readiness && npm run dogfood:canonical-readiness && npm run dogfood:migration && npm run dogfood:adapter-secret-boundary && npm run dogfood:architecture-invariants && npm run dogfood:package-safety && npm run dogfood:settings && npm run dogfood:update-channel && npm run dogfood:dogfood-learning && npm run dogfood:dogfood-learning-e2e && npm run dogfood:model-routing-usage && npm run dogfood:tool-adapter-orchestration && npm run dogfood:tool-adapter-usage && npm run dogfood:avorelo-orchestration-e2e && npm run dogfood:real-tool-execution && npm run dogfood:claude-code-adapter && npm run dogfood:codex-adapter && npm run dogfood:tool-adapters:local && npm run dogfood:semgrep-adapter && npm run dogfood:playwright-proof-adapter && npm run dogfood:github-actions-proof-adapter && npm run dogfood:multi-agent-review && npm run dogfood:multi-agent-efficiency && npm run dogfood:avorelo-real-execution-e2e && npm run dogfood:generic-delegated-execution && npm run dogfood:seamless-ux && npm run dogfood:execution-verifier && npm run dogfood:skills-layer && npm run dogfood:control-router-alignment && npm run dogfood:routing-efficiency && npm run dogfood:future-executor-adapters && npm run dogfood:persistent-adapter-health && npm run dogfood:cost-benchmarking && npm run dogfood:team-policy && npm run dogfood:task-queue && npm run dogfood:roadmap-closure && npm run dogfood:artifact-guard",
|
|
39
40
|
"dogfood": "node src/avorelo/dogfood/slice1.ts",
|
|
40
41
|
"dogfood:slice2": "node src/avorelo/dogfood/slice2.ts",
|
|
41
42
|
"dogfood:slice3": "node src/avorelo/dogfood/slice3.ts",
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
"dogfood:value-ledger": "node src/avorelo/dogfood/value-ledger.ts",
|
|
55
56
|
"dogfood:efficiency-sync": "node src/avorelo/dogfood/efficiency-sync.ts",
|
|
56
57
|
"dogfood:runtime-flow": "node src/avorelo/dogfood/runtime-flow.ts",
|
|
58
|
+
"dogfood:work-intelligence": "node src/avorelo/dogfood/work-intelligence.ts",
|
|
57
59
|
"dogfood:control-center": "node src/avorelo/dogfood/control-center.ts",
|
|
58
60
|
"dogfood:core-readiness": "node src/avorelo/dogfood/core-readiness.ts",
|
|
59
61
|
"dogfood:canonical-readiness": "node src/avorelo/dogfood/canonical-readiness.ts",
|