@genfeedai/automation
v0.1.0
Published
Workspace automation runner for Genfeed consolidation, drift detection, and maintenance workflows
Readme
@genfeedai/automation
Workspace automation runner for Genfeed.
Scope
- Reuses existing drift and CI triage scripts instead of replacing them
- Adds workspace-native automations for desktop boundaries, performance snapshots, docs reconciliation, roadmap execution, and dependency/build health
- Adds an internal skill reliability loop with a canonical skill registry, private SQLite-backed observations, and ranked maintenance reporting
- Standardizes reports in
.agents/REPORTS/
Usage
bun run automation:list
bun run automation:run -- drift-auditor
bun run automation:run -- all --json
bun run automation:skills:list -- --json
bun run automation:skills:report
cat observation.json | bun run automation:skills:observeReports
- Main report:
.agents/REPORTS/<automation>-YYYY-MM-DD.md - Inbox item:
.agents/REPORTS/inbox/<automation>-YYYY-MM-DD.md - State/history:
.agents/REPORTS/automation-state/<automation>.json
Skill Reliability Loop
- Canonical sources:
- global library:
~/www/shipshitdev/library/skills - global bundles:
~/www/shipshitdev/library/bundles - Genfeed overlays:
.agents/skills - Genfeed agent prompts:
agents/*/prompts
- global library:
- Private state DB:
- default:
~/.genfeed/skill-reliability/observations.sqlite - override with
GENFEED_SKILL_RELIABILITY_DB=/path/to/file.sqlite
- default:
