Commit Graph

41 Commits

Author SHA1 Message Date
Abhimanyu Saharan
460d4adddf feat: add souls directory integration with search and fetch functionality 2026-02-08 00:46:15 +05:30
Abhimanyu Saharan
88a5075684 feat: add board group models and update related interfaces 2026-02-07 20:29:55 +05:30
Abhimanyu Saharan
117048d637 refactor(agent): remove unused board ensure functionality and related classes 2026-02-07 16:57:23 +05:30
Abhimanyu Saharan
13b3701810 feat(gateway): add endpoint for user outreach via gateway main agent 2026-02-07 16:21:31 +05:30
Abhimanyu Saharan
a32c01e4a8 feat(gateway): implement gateway board management and messaging features 2026-02-07 15:20:36 +05:30
Abhimanyu Saharan
b2109da88b Add global live feed for task comments 2026-02-07 05:26:15 +05:30
Abhimanyu Saharan
999ec6d1bb Add gateway template sync for agents 2026-02-07 04:24:06 +05:30
Abhimanyu Saharan
5f603b205a feat: remove skyll_enabled attribute and related functionality from gateways 2026-02-07 00:30:53 +05:30
Abhimanyu Saharan
4bab455912 feat: implement task dependencies with validation and update handling 2026-02-07 00:21:44 +05:30
Abhimanyu Saharan
5611f8eb67 feat: reorder properties in various interfaces for improved consistency and readability 2026-02-06 21:56:16 +05:30
Abhimanyu Saharan
6c14af0451 feat: add is_chat field to board memory and task_id to approvals, update pagination and response models 2026-02-06 19:11:11 +05:30
Abhimanyu Saharan
d86fe0a7a6 feat: add validation for minimum length on various fields and update type definitions 2026-02-06 16:12:04 +05:30
Abhimanyu Saharan
7c569c150d feat: enhance agent heartbeat handling and validate onboarding goal fields 2026-02-06 11:50:14 +05:30
Abhimanyu Saharan
f258b756e8 feat: refactor imports and clean up code formatting across multiple files 2026-02-06 02:43:08 +05:30
Abhimanyu Saharan
cbf9fd1b0a feat: implement agent nudging functionality and enhance task assignment rules for board leads 2026-02-05 22:27:50 +05:30
Abhimanyu Saharan
28b4a5bba8 feat: implement gateway main agent functionality and update agent handling 2026-02-05 19:29:17 +05:30
Abhimanyu Saharan
4cc6c42440 feat: add is_board_lead property to agent and board types 2026-02-05 19:06:32 +05:30
Abhimanyu Saharan
d29a3f5cda fix: allow draft goal boards 2026-02-05 15:00:20 +05:30
Abhimanyu Saharan
c58117c494 feat: add board goal schemas and validation 2026-02-05 14:40:48 +05:30
Abhimanyu Saharan
9df5d174ef feat(agent): Introduce identity profile for agents with normalization and default values 2026-02-05 02:21:38 +05:30
Abhimanyu Saharan
6c4c97d2ea feat(agent): Refactor agent cleanup and provisioning logic for improved clarity and functionality 2026-02-05 01:40:28 +05:30
Abhimanyu Saharan
b6f31fe6ea feat(gateways): Introduce gateway model and update agent provisioning templates 2026-02-04 23:07:22 +05:30
Abhimanyu Saharan
8a41ba3f77 feat(metrics): Implement dashboard metrics API and integrate metrics chart components 2026-02-04 20:49:25 +05:30
Abhimanyu Saharan
c3357f92d9 feat(agents): Add identity and soul template fields to board creation 2026-02-04 20:21:33 +05:30
Abhimanyu Saharan
3a2bc5135e feat(agents): Update task comment requirements and add in_progress_at tracking 2026-02-04 19:08:14 +05:30
Abhimanyu Saharan
7892dfad7c feat(agents): Add task assignment and comments functionality 2026-02-04 18:13:17 +05:30
Abhimanyu Saharan
8078580996 feat(agents): Add agent provisioning confirmation mechanism and update message structure 2026-02-04 17:24:52 +05:30
Abhimanyu Saharan
8aa96ca876 feat(agents): Add heartbeat configuration and delete confirmation for agents 2026-02-04 17:05:58 +05:30
Abhimanyu Saharan
4dea771545 feat(boards): Store gateway config per board
Move gateway configuration into board settings and wire agent\nprovisioning, heartbeat templates, and gateway status lookups\nto use board-specific gateway settings. Adds board_id on agents\nand UI updates for board-scoped selection.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
2026-02-04 16:04:52 +05:30
Abhimanyu Saharan
2dd0d1f2cf fix(app): Normalize provisioning templates and Clerk props
Use autoescape for Jinja rendering to satisfy bandit checks and\nremove deprecated Clerk SignInButton props to restore type checks.\nAlso ignore tsbuildinfo artifacts and tidy boot instructions.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
2026-02-04 15:16:28 +05:30
Abhimanyu Saharan
1abc8f68f3 feat: add boards and tasks management endpoints 2026-02-04 02:28:51 +05:30
Abhimanyu Saharan
b59a08f632 feat(workflow): enforce review-only done for agent assignees + reviewer decision endpoint 2026-02-02 22:04:21 +05:30
Abhimanyu Saharan
ef2676fa1c Add Teams (DB + API + UI) 2026-02-02 22:04:21 +05:30
Abhimanyu Saharan
1bbc65c983 Remove HR module; provision agent sessions via /employees 2026-02-02 16:48:17 +05:30
Abhimanyu Saharan
2bcd078c53 Mission Control: notify OpenClaw via tools/invoke on task events 2026-02-02 16:05:18 +05:30
Abhimanyu Saharan
63419a26f1 feat(hr): add employee links + fulfillment fields to schemas/models 2026-02-02 14:35:48 +05:30
Abhimanyu Saharan
96f6b540fe feat(comments): add reply threading + UI 2026-02-02 13:47:36 +05:30
Abhimanyu Saharan
ed33156148 chore(frontend): use Orval types directly; drop normalize hacks 2026-02-02 13:09:35 +05:30
Abhimanyu Saharan
886db3fa97 Add HR agent onboarding model and actor enforcement 2026-02-02 01:36:32 +05:30
Abhimanyu Saharan
aa6b0c807b Refactor backend to SQLModel; reset schema; add Company OS endpoints 2026-02-01 23:16:56 +05:30
Abhimanyu Saharan
8b6e8c8d07 Scaffold Next.js + FastAPI + Postgres tasks board (no auth) 2026-02-01 22:25:28 +05:30