You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add access-aware UI, assignee on kanban, read-only mode
UI:
- API client: Bearer token auth support (setApiKey/getApiKey)
- AccessContext: useGraphAccess/useCanWrite hooks for per-graph access
- Sidebar: hides nav items for disabled graphs
- Read-only mode on all entity pages (knowledge, tasks, skills):
list pages hide create buttons, detail pages hide edit/delete,
new/edit pages disable submit with warning
- Kanban: assignee display on cards, client-side assignee filter,
team member dropdown in filter bar and TaskForm
- Task entity: assignee field in API types and CRUD functions
Server:
- Author auto-added to .team/ on first mutation (markDirty trigger)
- Workspace: .team/ in mirrorDir; standalone: .team/ in projectDir
0 commit comments