agent/ui/package.json
Snider a389388b9d feat(ui): core-agent-panel Lit custom element
Dashboard showing issues + sprint progress. Works in:
- core/ide (Wails desktop via provider system)
- lthn.sh (Laravel web via Blade component)
- Standalone browser (index.html)

Auto-refreshes every 30s. Accepts api-url and api-key attributes.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 08:16:30 +00:00

16 lines
347 B
JSON

{
"name": "core-agent-panel",
"version": "0.1.0",
"description": "Agent dashboard custom element — issues, sprint, fleet status",
"type": "module",
"scripts": {
"build": "tsc && cp index.html dist/",
"dev": "tsc --watch"
},
"dependencies": {
"lit": "^3.0.0"
},
"devDependencies": {
"typescript": "^5.0.0"
}
}