-
148aa004e3
docs: add CONTRIBUTING.md
Jason Woltje
2026-01-29 20:34:52 -06:00
-
4fcc2b1efb
feat(#17): implement kanban board view
Jason Woltje
2026-01-29 20:36:14 -06:00
-
c26b7d4e64
feat(knowledge): add search service
Jason Woltje
2026-01-29 20:35:07 -06:00
-
c6a65869c6
docs: add CONTRIBUTING.md
Jason Woltje
2026-01-29 20:34:52 -06:00
-
52aa1c4d06
Merge fix/controller-guards with conflict resolution
Jason Woltje
2026-01-29 20:30:57 -06:00
-
-
460bcd366c
Merge remote-tracking branch 'origin/fix/rls-dto-errors' into develop
Jason Woltje
2026-01-29 20:30:20 -06:00
-
-
48abdbba8b
fix(api): add WorkspaceGuard to controllers and fix route ordering
Jason Woltje
2026-01-29 20:15:33 -06:00
-
26a0df835f
fix(api): fix RLS context, DTO validation, and error handling
Jason Woltje
2026-01-29 20:14:27 -06:00
-
-
-
715481fbbb
fix(database): add composite unique constraints for workspace isolation
Jason Woltje
2026-01-29 20:06:45 -06:00
-
-
9977d9bcf4
Merge pull request 'feat(#22): Implement brain query API endpoint' (#108) from feature/22-brain-api into develop
jason.woltje
2026-01-30 01:45:59 +00:00
-
-
540344d108
Merge develop to resolve conflicts
Jason Woltje
2026-01-29 19:45:29 -06:00
-
-
-
-
181fb6ce2a
Merge pull request 'feat(#82): Implement personality module' (#107) from feature/82-personality into develop
jason.woltje
2026-01-30 01:43:56 +00:00
-
-
15e13129c7
Merge branch 'develop' into feature/82-personality
jason.woltje
2026-01-30 01:43:40 +00:00
-
-
-
-
-
-
567a799c53
Merge pull request 'feat(#16): Implement WebSocket real-time updates' (#106) from feature/16-websocket into develop
jason.woltje
2026-01-30 01:43:32 +00:00
-
-
5a470a127f
Merge branch 'develop' into feature/16-websocket
jason.woltje
2026-01-30 01:43:06 +00:00
-
-
-
-
ac110beb4d
Merge pull request 'feat(knowledge): Add link resolution service' (#105) from feature/know-link-resolution into develop
jason.woltje
2026-01-30 01:42:55 +00:00
-
-
cb0a16effa
Merge branch 'develop' into feature/know-link-resolution
jason.woltje
2026-01-30 01:42:44 +00:00
-
-
-
-
a75265e535
Merge pull request 'feat(#21): Implement Ollama integration' (#104) from feature/21-ollama into develop
jason.woltje
2026-01-30 01:42:36 +00:00
-
-
1e1a2b4960
Merge branch 'develop' into feature/21-ollama
jason.woltje
2026-01-30 01:42:23 +00:00
-
-
-
-
f1f4b0792c
Merge pull request 'feat(#15): Implement Gantt chart component' (#103) from feature/15-gantt-chart into develop
jason.woltje
2026-01-30 01:42:14 +00:00
-
-
-
-
d771fd269c
Merge branch 'develop' into feature/15-gantt-chart
jason.woltje
2026-01-30 01:41:23 +00:00
-
-
-
-
1bd21b33d7
feat(#22): implement brain query API
Jason Woltje
2026-01-29 19:40:30 -06:00
-
-
-
8383a98070
feat(#82): add prompt formatter service to personality module
Jason Woltje
2026-01-29 19:38:18 -06:00
-
-
-
10ed2cdb4f
feat(#16): implement websocket real-time updates
Jason Woltje
2026-01-29 19:37:53 -06:00
-
-
-
24768bd664
feat(knowledge): add link resolution service
Jason Woltje
2026-01-29 19:34:57 -06:00
-
-
-
16697bfb79
fix: address code review feedback
Jason Woltje
2026-01-29 19:32:23 -06:00
-
f706b3b982
feat(#21): implement ollama integration
Jason Woltje
2026-01-29 19:28:23 -06:00
-
-
-
aa6d466321
feat(#15): implement gantt chart component
Jason Woltje
2026-01-29 19:08:47 -06:00
-
1cb54b56b0
Merge feature/82-personality-module (#82) into develop
Jason Woltje
2026-01-29 17:59:28 -06:00
-
-
5dd46c85af
feat(#82): implement Personality Module
Jason Woltje
2026-01-29 17:57:54 -06:00
-
-
-
0b330464ba
feat(#17): implement Kanban board view
Jason Woltje
2026-01-29 17:55:33 -06:00
-
5ce3bb0e28
Merge feature/41-widget-hud-system (#41) into develop
Jason Woltje
2026-01-29 17:54:50 -06:00
-
-
14a1e218a5
feat(#41): implement Widget/HUD system
Jason Woltje
2026-01-29 17:54:46 -06:00
-
-
-
c2bbc2abee
Merge feature/know-008-link-resolution (#60) into develop
Jason Woltje
2026-01-29 17:51:26 -06:00
-
-
3b113f87fd
feat(#60): implement link resolution service
Jason Woltje
2026-01-29 17:50:57 -06:00
-
-
566bf1e7c5
Merge feature/15-gantt-chart (#15) into develop
Jason Woltje
2026-01-29 17:46:17 -06:00
-
-
9a95d8fb43
Merge feature/know-007-wiki-link-parser (#59) into develop
Jason Woltje
2026-01-29 17:44:30 -06:00
-
-
9ff7718f9c
feat(#15): implement Gantt chart component
Jason Woltje
2026-01-29 17:43:40 -06:00
-
-
-
1e5fcd19a4
feat(#59): implement wiki-link parser
Jason Woltje
2026-01-29 17:42:49 -06:00
-
-
-
95833fb4ea
docs: add unified ROADMAP.md with all milestones and parallel execution strategy
v0.0.2
Jason Woltje
2026-01-29 17:31:24 -06:00
-
-
82a09373e0
docs: add Federation Architecture design document
Jason Woltje
2026-01-29 17:25:57 -06:00
-
a5b984c7fd
fix(knowledge): resolve TypeScript errors in tags service
Jason Woltje
2026-01-29 17:09:27 -06:00
-
25947cee52
feat(web): add knowledge entry editor page (KNOW-006)
Jason Woltje
2026-01-29 17:05:48 -06:00
-
5291fece26
feat(web): add workspace management UI (M2 #12)
Jason Woltje
2026-01-29 16:59:26 -06:00
-
287a0e2556
feat(knowledge): add markdown rendering (KNOW-004)
Jason Woltje
2026-01-29 16:57:57 -06:00
-
4881d0698f
docs: add KNOW-002 completion summary
Jason Woltje
2026-01-29 16:17:18 -06:00
-
81d426453a
fix(knowledge): fix type safety issues in entry CRUD API (KNOW-002)
Jason Woltje
2026-01-29 16:16:49 -06:00
-
4729f964f1
docs: add M2 database layer completion report
Jason Woltje
2026-01-29 16:14:20 -06:00
-
f07f04404d
feat(knowledge): add tag management API (KNOW-003)
Jason Woltje
2026-01-29 16:13:40 -06:00
-
244e50c806
feat(multi-tenant): add Team model and RLS policies
Jason Woltje
2026-01-29 16:13:09 -06:00
-
1edea83e38
feat(knowledge): add database schema for Knowledge Module
Jason Woltje
2026-01-29 16:07:58 -06:00
-
9b7e1f926f
docs(adr): add ADR-001 API-first agent-agnostic design
Jason Woltje
2026-01-29 16:05:09 -06:00
-
91399f597f
docs(design): add Knowledge Module design and implementation plan
Jason Woltje
2026-01-29 15:38:50 -06:00
-
f47dd8bc92
feat: add domains, ideas, layouts, widgets API modules
Jason Woltje
2026-01-29 13:47:03 -06:00
-
973502f26e
feat(#37-41): Add domains, ideas, relationships, agents, widgets schema
Jason Woltje
2026-01-29 12:29:21 -06:00
-
a220c2dc0a
fix(#5,#36): Fix critical security issues and add comprehensive tests
Jason Woltje
2026-01-28 18:55:07 -06:00
-
132fe6ba98
feat(#5): Implement CRUD APIs for tasks, events, and projects
Jason Woltje
2026-01-28 18:43:12 -06:00
-
05fc1c60f4
docs: Add comprehensive TDD requirements to CLAUDE.md
Jason Woltje
2026-01-28 17:51:55 -06:00
-
dd5b3117a7
docs: Restructure documentation with Bookstack-compatible hierarchy
Jason Woltje
2026-01-28 17:46:33 -06:00
-
6a038d093b
feat(#4): Implement Authentik OIDC authentication with BetterAuth
Jason Woltje
2026-01-28 17:26:34 -06:00
-
139a16648d
chore: Remove unnecessary QA automation reports
Jason Woltje
2026-01-28 16:26:20 -06:00
-
dd747a1d87
feat(#3): Add comprehensive tests and improve Prisma seed script
Jason Woltje
2026-01-28 16:24:25 -06:00
-
99afde4f99
feat(#2): Implement PostgreSQL 17 + pgvector database schema
Jason Woltje
2026-01-28 16:06:34 -06:00
-
355cf2124b
fix(#1): Address code review findings
Jason Woltje
2026-01-28 15:07:04 -06:00
-
f277afde36
chore(#1): Add .pnpm-approve-builds to .gitignore
Jason Woltje
2026-01-28 13:32:08 -06:00
-
92e20b1686
feat(#1): Set up monorepo scaffold with pnpm workspaces + TurboRepo
Jason Woltje
2026-01-28 13:31:33 -06:00