Austin
dc964c2440
fix: add DELETE /api/kanban/tasks/{id} so finished tasks can be removed
...
- Frontend Delete button (kanban.js) called DELETE /api/kanban/tasks/{id}
but no such route existed; FastAPI returned 405 Method Not Allowed,
so tasks (including 'done' ones) could never be deleted from the board.
- Added the missing route: removes the task's JSON file, cleans up any
links on other tasks that pointed to it (no orphaned parent/child
pointers), audits the action, returns {status:deleted}.
- Verified end-to-end against the running server (create -> delete -> 404).
Also captures current working state across brain/, skills/, agents/,
data/, tests/, and docs.
2026-08-02 15:47:19 -07:00
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
0347501778
docs: refresh stale references (repo, location, ports)
...
- AGENTS.md/README.md: repo -> zumayaaustin-creator/agentic-os, location -> /home/austin/agentic-os
- docs/README.md, CHANGELOG.md: terminal endpoint -> /ws/terminal on main port (was dead 8082)
- brain/recent-decisions.md: server port 8081 -> 8080 (settings.json is source of truth)
- GRAPHIFY_MEMORY.md 8081 left as-is (graphify viz server is intentionally separate)
2026-07-26 11:04:48 -07:00
Austin
2c636d091d
fix: unify to single dashboard port (8080) from settings.json as sole source of truth
...
- server.py: --port default now reads dashboard.port from data/settings.json
- start.sh / start-agentic-os.sh: derive PORT from settings.json
- scheduler.py: SERVER_URL reads port from settings.json
- settings.json: dashboard.port 8081 -> 8080
- docs: refresh stale 8081 references
Resolves drift where launchers forced 8081 while CORS/scheduler/skin/docs expected 8080.
2026-07-26 10:14:41 -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
modimihir07
1cd6680d29
SEO: add hyphenated 'agentic-os' to title, meta, OG, Twitter, H1, JSON-LD, and README for dual keyword ranking
2026-05-20 20:18:47 +05:30
modimihir07
27eea83e84
Remove linkedin-post.md
2026-05-18 02:17:11 +05:30
modimihir07
01cfa93093
Fix SVG color typo, add grep guard to install.sh for duplicate .gitignore entries
2026-05-18 02:15:24 +05:30
modimihir07
68bdb11e8d
Add LinkedIn post draft and architecture diagram SVG
2026-05-18 02:11:57 +05:30
modimihir07
f7b13f3772
Security & polish: untrack settings.json, fix CORS, remove broken og:image, replace console.error with toast
2026-05-18 01:32:24 +05:30
modimihir07
cb293992fa
Clean up: remove devto-article.md, social-posts.md (working drafts from launch)
2026-05-18 01:21:10 +05:30
modimihir07
67b9aef4fc
Add .nojekyll for better GitHub Pages compatibility
2026-05-18 01:04:24 +05:30
modimihir07
e4bffb57d4
Fix sitemap (remove github.com URLs), add robots.txt
2026-05-18 01:03:39 +05:30
modimihir07
863a24b2ed
Add Google Search Console verification file
2026-05-18 00:59:03 +05:30
modimihir07
3e1868ee8c
Add dev.to article badge + published URL to README and Pages
2026-05-18 00:33:15 +05:30
modimihir07
cda9c75d8e
Add GitHub Pages landing page, sitemap.xml, dev.to article draft, social posts
2026-05-17 23:56:57 +05:30