Summary
~/.koad-io/interface/src/packages/ contains 27 draft Meteor packages — dashboard widgets, admin panels, config editors, styling. None are core-quality yet. They need auditing, triage, and selective promotion.
The work
- Audit each package — classify as: promote (tested, documented, versioned), keep-as-draft, or remove (dead/duplicate)
- Quality checklist for keepers: proper
package.js versioning, README, no hardcoded paths, {connection: null} compatible, works in both production and dev mode
- Move
~/.koad-io/interface/ to ~/.koad-io/skeletons/interface/ — it's a template, not a running thing
- Identify daemon dashboard dependencies — which packages does feature 011 need? Those get priority promotion
Package list
io-local-collection io-meteor-helpers
koad-io-administration koad-io-administration-templates
koad-io-appinfo koad-io-comments
koad-io-config koad-io-config-editor
koad-io-dashboard-access-control koad-io-dashboard-access-points
koad-io-dashboard-devices koad-io-dashboard-discord
koad-io-dashboard-domains koad-io-dashboard-errors
koad-io-dashboard-events koad-io-dashboard-example
koad-io-dashboard-exchange-rates koad-io-dashboard-exchange-trades
koad-io-dashboard-services koad-io-dashboard-sessions
koad-io-dashboard-suppositories koad-io-dashboard-telephone
koad-io-dashboard-users koad-io-dashboard-worker-processes
koad-io-style-basic-bitch koad-io-summernote
koad-io-ui-extras
Notes
- Many are stale copies — some evolved into what now lives in
~/.koad-io/packages/. Diff before promoting.
- The interface skeleton itself is old Astro-era. Treat as archaeological reference.
io-local-collection is relevant for stateless hub (MONGO_URL=false in-memory pattern)
koad-io-style-basic-bitch is the base theme — survives regardless
- Daemon candidates: dashboard-errors, dashboard-events, dashboard-services, dashboard-sessions
Ref
Brief: ~/.vulcan/briefs/interface-package-cleanup.md
Related: #22 (daemon worker system)
Summary
~/.koad-io/interface/src/packages/contains 27 draft Meteor packages — dashboard widgets, admin panels, config editors, styling. None are core-quality yet. They need auditing, triage, and selective promotion.The work
package.jsversioning, README, no hardcoded paths,{connection: null}compatible, works in both production and dev mode~/.koad-io/interface/to~/.koad-io/skeletons/interface/— it's a template, not a running thingPackage list
Notes
~/.koad-io/packages/. Diff before promoting.io-local-collectionis relevant for stateless hub (MONGO_URL=false in-memory pattern)koad-io-style-basic-bitchis the base theme — survives regardlessRef
Brief:
~/.vulcan/briefs/interface-package-cleanup.mdRelated: #22 (daemon worker system)