Commit Graph

2 Commits

Author SHA1 Message Date
Austin fe65acc405 chore: finish stale-reference cleanup + add hourly integrity checker
- docs/index.html, robots.txt: modimihir07 -> zumayaaustin-creator
- server.py: reword terminal comment (no dead 8082 mention)
- scripts/integrity_check.py: new read-only hourly integrity scanner
  (single source of truth = settings.json port 8080, repo zumayaaustin-creator,
   terminal /ws/terminal). Exits 0 clean / 1 findings / 2 error.
2026-07-26 11:06:48 -07:00
Austin 96d8281b9b Wire up dynamic agent registry, integrations, agent-time tracking, UI modernization
- server.py: dynamic agent execution engine (cli/http/mcp), live agent
  registry (/api/agents register/unregister), integrations API, agent stats
  & skill scoring, kanban task delete, plugin uninstall, agent-time tracking
  + /test page
- dashboard: modernized agent-health, plugins marketplace, smart-router,
  styles; added agent-time monitor page + terminal page
- scheduler.py rewrite; start.sh / start-agentic-os.sh improvements
- skills: added firebase-*, notion-knowledge-capture, xcode-project-setup,
  audit/test plugins; updated learnings across skills
- brain/ docs + data registry files (agent-registry, integrations, router-keywords)
- .gitignore: exclude runtime artifacts (pid, graphify-out, logs)

Verified live on :8081 - all new endpoints return 200 and register/unregister
persists to data/agent-registry.json.
2026-07-25 12:27:26 -07:00