Commit Graph

17 Commits

Author SHA1 Message Date
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 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
zumayaaustin-creator 701df3e58e Merge pull request #3 from zumayaaustin-creator/codex/add-windows-backup-and-restore-scripts
Add native Windows backup and restore scripts
2026-07-21 03:44:22 -07:00
zumayaaustin 2cb6e4b76f Merge branch 'main' into codex/update-setup-guidance-and-cli-checks
Resolve install.ps1 conflict by adopting main's complete installer (Resolve-Python,
agent checks, desktop shortcut, browser auto-open) and folding in this branch's
winget install hints and optional agent-CLI reminders. Clean up README duplicate
Python/Node prerequisite rows and duplicate Windows Quick Start left over from the
earlier merge.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-07-09 00:08:16 +00:00
zumayaaustin-creator 23fcae67cb Merge branch 'main' into codex/update-setup-guidance-and-cli-checks 2026-06-28 00:01:14 -07:00
zumayaaustin-creator cbac11cdcd Merge branch 'main' into codex/create-cross-platform-launcher-strategy 2026-06-26 04:20:33 -07:00
zumayaaustin-creator b6fbbbd6fc Add Windows setup guidance 2026-06-23 09:01:09 -07:00
zumayaaustin-creator d5584a04b4 docs: add Windows prerequisites 2026-06-23 08:59:27 -07:00
zumayaaustin-creator fce57302de Add cross-platform launcher scripts 2026-06-23 08:50:04 -07:00
zumayaaustin-creator 04a26bd099 Add Windows backup restore scripts 2026-06-23 08:37:06 -07:00
modimihir07 465dd63de4 Update README and AGENTS.md for v0.2.0 features 2026-06-05 15:36:03 +05:30
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
Mihir Modi 1c5ce61e4a Fix formatting and alignment in README architecture section 2026-05-18 02:24:59 +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 3e1868ee8c Add dev.to article badge + published URL to README and Pages 2026-05-18 00:33:15 +05:30
modimihir07 2b3083308f v1.2.0: opencode JSON mode, 180s Hermes timeout, client AbortController, SEO README, badge/CSS fixes, prompt clipboard fix 2026-05-17 23:43:18 +05:30
modimihir07 73efe0f7e4 Initial commit: Agentic OS v1.0.0
- AGENTS.md single source of truth with 51+10 features
- FastAPI backend with 20+ REST endpoints
- 15 skills with self-improvement (eval + learnings)
- Web SPA dashboard with 12 pages
- Agent configs for opencode, Hermes, Gemini CLI
- APScheduler, plugin registry, standards system
- 10 prompt templates, cost analytics, backup/restore
2026-05-17 15:23:44 +05:30