Skip to content

AD-402: Add chat workspace API#38

Open
alph-cmky wants to merge 13 commits into
mainfrom
feat/ad-402-chat-workspace-api
Open

AD-402: Add chat workspace API#38
alph-cmky wants to merge 13 commits into
mainfrom
feat/ad-402-chat-workspace-api

Conversation

@alph-cmky

Copy link
Copy Markdown
Owner

Summary

  • Adds in-memory chat workspace service for channel creation/listing.
  • Adds message creation/listing with auto-created threads.
  • Creates pending task refs when messages mention valid agents.
  • Rejects messages that mention unknown agents before storing them.
  • Adds thin route handlers for channel and message operations.
  • Marks AD-402 complete in the development backlog.

Stack

Verification

  • TDD red check: pnpm test apps/server/src/chat/chat-service.test.ts apps/server/src/chat/chat-routes.test.ts initially failed because chat-service.js and chat-routes.js did not exist yet.
  • pnpm test apps/server/src/chat/chat-service.test.ts apps/server/src/chat/chat-routes.test.ts
  • pnpm lint && pnpm format && pnpm typecheck && pnpm test && pnpm build

Closes #13

Base automatically changed from feat/ad-401-chat-task-schemas to main June 2, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant