Skip to content

Audit and promote 27 draft interface packages #74

@koad

Description

@koad

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

  1. Audit each package — classify as: promote (tested, documented, versioned), keep-as-draft, or remove (dead/duplicate)
  2. Quality checklist for keepers: proper package.js versioning, README, no hardcoded paths, {connection: null} compatible, works in both production and dev mode
  3. Move ~/.koad-io/interface/ to ~/.koad-io/skeletons/interface/ — it's a template, not a running thing
  4. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions