Skip to content

Commit 4a9a3ef

Browse files
committed
Fix and document utility and demo scripts
- Fixed import paths in demo scripts (./src/ → ../../src/) - Converted scripts/config/utils.js from CommonJS to ESM - Added comprehensive documentation headers to all demo scripts - Fixed AgentDelegator constructor call (added missing configLoader arg) - Added error handling in reporting-demonstration.ts - Updated script metadata (version 1.9.0, correct descriptions) - Added usage examples and CLI help text - Fixed alert display in reporting-examples.ts Scripts fixed: - scripts/config/utils.js - ESM conversion + documentation - scripts/demo/profiling-demo.ts - Import fixes + docs - scripts/demo/reporting-examples.ts - Import fixes + docs + type fix - scripts/demo/reporting-demonstration.ts - Import fixes + docs + error handling Testing: - scripts/js/test-basic.js ✅ - scripts/config/utils.js validate ✅ - scripts/demo/profiling-demo.ts ✅ (runs successfully) - scripts/demo/reporting-examples.ts ✅ (all commands work) - scripts/demo/reporting-demonstration.ts ⚠️ (blocked by unrelated task-skill-router.ts issue)
1 parent f34e176 commit 4a9a3ef

File tree

162 files changed

+16362
-711
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+16362
-711
lines changed

.opencode/OpenCode.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"agent": {
3+
"orchestrator": {
4+
"mode": "subagent"
5+
},
6+
"enforcer": {
7+
"mode": "subagent"
8+
},
9+
"architect": {
10+
"mode": "subagent"
11+
},
12+
"testing-lead": {
13+
"mode": "subagent"
14+
},
15+
"bug-triage-specialist": {
16+
"mode": "subagent"
17+
},
18+
"code-reviewer": {
19+
"mode": "subagent"
20+
},
21+
"security-auditor": {
22+
"mode": "subagent"
23+
},
24+
"refactorer": {
25+
"mode": "subagent"
26+
},
27+
"researcher": {
28+
"mode": "subagent"
29+
},
30+
"log-monitor": {
31+
"mode": "subagent"
32+
},
33+
"strategist": {
34+
"mode": "subagent"
35+
},
36+
"tech-writer": {
37+
"mode": "subagent"
38+
},
39+
"code-analyzer": {
40+
"mode": "subagent"
41+
},
42+
"frontend-ui-ux-engineer": {
43+
"mode": "subagent"
44+
},
45+
"seo-consultant": {
46+
"mode": "subagent"
47+
},
48+
"content-creator": {
49+
"mode": "subagent"
50+
},
51+
"growth-strategist": {
52+
"mode": "subagent"
53+
},
54+
"multimodal-looker": {
55+
"mode": "subagent"
56+
}
57+
}
58+
}

0 commit comments

Comments
 (0)