mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-18 11:06:12 +02:00
feat: add web capabilities dashboard (#2100)
* feat: add web capabilities dashboard with agents, skills, commands, MCPs, rules, and hooks * fix: address code review - XSS, env exposure, port validation, error handling, packaging * add tests for dashboard
This commit is contained in:
parent
7ca23623d9
commit
d24c7185fc
4 changed files with 1564 additions and 1 deletions
|
|
@ -95,6 +95,7 @@
|
|||
"scripts/preview-pack-smoke.js",
|
||||
"scripts/release-approval-gate.js",
|
||||
"scripts/release-video-suite.js",
|
||||
"scripts/dashboard-web.js",
|
||||
"scripts/skills-health.js",
|
||||
"scripts/hooks/",
|
||||
"scripts/install-apply.js",
|
||||
|
|
@ -350,7 +351,8 @@
|
|||
"coverage": "c8 --all --include=\"scripts/**/*.js\" --check-coverage --lines 80 --functions 80 --branches 80 --statements 80 --reporter=text --reporter=lcov node tests/run-all.js",
|
||||
"build:opencode": "node scripts/build-opencode.js",
|
||||
"prepack": "npm run build:opencode",
|
||||
"dashboard": "python3 ./ecc_dashboard.py"
|
||||
"dashboard": "python3 ./ecc_dashboard.py",
|
||||
"dashboard:web": "node scripts/dashboard-web.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iarna/toml": "^2.2.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue