-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 8.09 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 8.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "egos-lab",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "🧪 MVP Lab — Monorepo for business idea prototyping and validation",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"eagle-eye": "bun apps/eagle-eye/src/index.ts",
"eagle-eye:fetch": "bun apps/eagle-eye/src/fetch_gazettes.ts",
"eagle-eye:analyze": "bun apps/eagle-eye/src/analyze_gazette.ts",
"eagle-eye:batch": "bun apps/eagle-eye/src/batch_scan.ts",
"eagle-eye:enrich": "bun apps/eagle-eye/src/process_enrichment.ts",
"eagle-eye:patterns": "bun apps/eagle-eye/src/idea_patterns.ts",
"scan:ideas": "bun scripts/scan_ideas.ts",
"scan:ideas:dry": "bun scripts/scan_ideas.ts --dry",
"rho": "bun scripts/rho.ts",
"security:scan": "bun scripts/security_scan.ts",
"agent:list": "bun agents/cli.ts list",
"agent:run": "bun agents/cli.ts run",
"agent:lint": "bun agents/cli.ts lint-registry",
"agent:ssot": "bun agents/agents/ssot-auditor.ts",
"agent:drift": "bun scripts/ssot-drift-check.ts",
"agent:ssot:exec": "bun agents/agents/ssot-auditor.ts --exec",
"agent:ssot-fix": "bun agents/agents/ssot-fixer.ts",
"agent:ssot-fix:exec": "bun agents/agents/ssot-fixer.ts --exec",
"agent:auth": "bun agents/agents/auth-roles-checker.ts",
"agent:auth:exec": "bun agents/agents/auth-roles-checker.ts --exec",
"agent:review": "bun scripts/review.ts",
"agent:deps": "bun agents/agents/dep-auditor.ts",
"agent:deps:exec": "bun agents/agents/dep-auditor.ts --exec",
"agent:dead": "bun agents/agents/dead-code-detector.ts",
"agent:dead:exec": "bun agents/agents/dead-code-detector.ts --exec",
"agent:all": "bun agents/agents/orchestrator.ts",
"agent:all:exec": "bun agents/agents/orchestrator.ts --exec",
"quantum:test": "bun agents/runtime/quantum-test.ts",
"agent:ui": "bun agents/agents/ui-designer.ts",
"agent:ui:exec": "bun agents/agents/ui-designer.ts --exec",
"agent:contract": "bun agents/agents/contract-tester.ts",
"agent:contract:exec": "bun agents/agents/contract-tester.ts --exec",
"agent:integration": "bun agents/agents/integration-tester.ts",
"agent:integration:exec": "bun agents/agents/integration-tester.ts --exec",
"agent:test": "bun agents/agents/contract-tester.ts && bun agents/agents/integration-tester.ts && bun agents/agents/regression-watcher.ts",
"agent:test:exec": "bun agents/agents/contract-tester.ts --exec && bun agents/agents/integration-tester.ts --exec && bun agents/agents/regression-watcher.ts --exec",
"agent:regression": "bun agents/agents/regression-watcher.ts",
"agent:regression:exec": "bun agents/agents/regression-watcher.ts --exec",
"agent:ai-verify": "bun agents/agents/ai-verifier.ts",
"agent:ai-verify:exec": "bun agents/agents/ai-verifier.ts --exec",
"agent:domain": "bun agents/agents/domain_explorer.ts",
"agent:domain:exec": "bun agents/agents/domain_explorer.ts --exec",
"agent:lab": "bun agents/agents/living-laboratory.ts",
"agent:lab:exec": "bun agents/agents/living-laboratory.ts --exec",
"agent:security": "bun agents/agents/security-scanner.ts",
"agent:security:exec": "bun agents/agents/security-scanner.ts --exec",
"agent:showcase": "bun agents/agents/showcase-writer.ts",
"agent:showcase:exec": "bun agents/agents/showcase-writer.ts --exec",
"agent:readiness": "bun agents/agents/open-source-readiness.ts",
"agent:readiness:exec": "bun agents/agents/open-source-readiness.ts --exec",
"test:impact": "bun tests/dependency-analyzer/analyze.ts",
"test:impact:fast": "bun tests/dependency-analyzer/fast-analyze.ts",
"test:impact:benchmark": "bun tests/dependency-analyzer/fast-analyze.ts --benchmark",
"test:impact:all": "bun tests/dependency-analyzer/test-all-presets.ts",
"orchestrator:logs": "bun scripts/orchestrator/log-analyzer.ts",
"orchestrator:logs:cron": "bun scripts/orchestrator/log-analyzer.ts --cron",
"orchestrator:health": "bun scripts/orchestrator/health-monitor.ts",
"orchestrator:health:cron": "bun scripts/orchestrator/health-monitor.ts --cron",
"orchestrator:db": "bun scripts/orchestrator/database-auditor.ts",
"orchestrator:fix": "bun scripts/orchestrator/auto-fix-agent.ts",
"gem-hunter": "bun agents/cli.ts run gem_hunter --exec --track=core,web-extraction,x-signals-public,early-warning",
"gem-hunter:quick": "bun agents/cli.ts run gem_hunter --exec --quick --track=core,web-extraction,x-signals-public,early-warning",
"gem-hunter:freshness": "bun scripts/gem-hunter-freshness.ts",
"session:guard": "bun scripts/session-guard.ts",
"start:audit": "bun scripts/start-audit.ts",
"start:audit:live": "bun scripts/start-audit.ts --live --ai",
"precommit": "bun run session:guard && bun scripts/security_scan.ts && bun scripts/scan_ideas.ts --dry",
"prepare": "test -d .husky && bun x husky || true && husky install",
"ssot:drift": "bun scripts/ssot-drift-check.ts",
"ssot:api-registry": "bun scripts/ssot-api-registry-check.ts",
"ssot:all": "bun run docs:ssot:lint && bun run metrics:governance && bun run ssot:drift && bun run mcp:contract && bun run ssot:api-registry && bun run mcp:readiness && bun run mcp:core:smoke && bun run booking:funnel:check && bun run carteira:portability && bun run egos-web:smoke",
"progress:snapshot": "bun scripts/progress_snapshot.ts",
"ecosystem:reports": "bun scripts/generate-ecosystem-reports.ts",
"mcp:readiness": "bun scripts/mcp-readiness-check.ts",
"booking:funnel:check": "bun scripts/booking-funnel-check.ts",
"carteira:portability": "bun scripts/carteira-livre-portability-check.ts",
"docs:ssot:lint": "bun scripts/docs-ssot-lint.ts",
"mcp:core:smoke": "bun scripts/mcp-core-smoke.ts",
"booking:kpi": "bun scripts/booking-kpi-dashboard.ts",
"egos-web:smoke": "bun scripts/egos-web-smoke-check.ts",
"ops:scorecard": "bun scripts/ops-weekly-scorecard.ts",
"metrics:governance": "bun scripts/metrics-governance-check.ts",
"mcp:contract": "bun scripts/mcp-runtime-contract-check.ts",
"codex:review": "codex review --uncommitted || true",
"codex:read-only": "codex exec -s read-only --output-last-message /tmp/codex-review.txt \"review current diff\" || true",
"codex:cloud": "codex cloud list || true",
"mycelium:file-signatures": "bun scripts/mycelium/file-signature-sync.ts",
"mycelium:file-signatures:check": "bun scripts/mycelium/file-signature-sync.ts --check",
"mycelium:file-signatures:search": "bun scripts/mycelium/file-signature-sync.ts --search",
"agent:commander": "bun apps/agent-commander/src/index.ts",
"agent:commander:dev": "bun --watch apps/agent-commander/src/index.ts",
"agent:commander:test": "bun apps/agent-commander/src/__tests__/",
"alibaba:test": "bun scripts/alibaba/test-models.ts",
"symphony:dry": "bun apps/symphony-egos/src/index.ts",
"governance:lint": "bun scripts/governance-ai-lint.ts",
"hunt": "echo '🔍 O Caçador — 3 portas, 3 nomes, 3 descobridores.' && echo 'Dica: comece pelo agente que nao existe.' && echo 'bun agent:list | grep dormant'"
},
"devDependencies": {
"@supabase/supabase-js": "^2.95.3",
"@types/bun": "^1.3.9",
"csv-parser": "^3.2.0",
"fast-check": "^4.5.3",
"husky": "^8.0.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0"
},
"dependencies": {
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1",
"discord.js": "^14.25.1",
"dotenv": "^17.3.1",
"exa-js": "^2.4.0",
"jspdf": "^4.2.0",
"minimatch": "^10.2.2",
"pg": "^8.18.0",
"postgres": "^3.4.8",
"redis": "^5.11.0",
"tar": "^7.5.9",
"telegraf": "^4.16.3",
"twitter-api-v2": "^1.29.0"
}
}