777genius
cb54ac0880
docs(attachments): add smoke harness
2026-05-09 01:24:30 +03:00
777genius
7b88d495d0
docs(team): add agent attachment implementation plans
2026-05-09 01:09:36 +03:00
777genius
0146c2b600
docs(team): checkpoint attachment plans and gauntlet results
2026-05-09 00:44:53 +03:00
777genius
08ab7c6b6d
fix(team): harden process bootstrap and codex auth
2026-05-08 09:28:28 +03:00
777genius
26baaf6924
chore: checkpoint agent launch hardening
2026-05-07 23:26:37 +03:00
777genius
5730ddc7af
fix(team): harden codex login and runtime previews
2026-05-07 21:18:39 +03:00
777genius
fcca3649bf
feat: add member log stream v2
2026-05-07 13:19:56 +03:00
777genius
899596b258
feat(member-work-sync): track task impact handoffs
2026-05-05 23:00:10 +03:00
777genius
499eca9eef
docs(task-logs): add candidate selector plan
2026-05-01 22:48:53 +03:00
777genius
5224fe4cda
fix: harden opencode launch recovery
2026-05-01 17:00:20 +03:00
777genius
9fb9e5f66a
chore: snapshot dev work sync state
2026-04-30 23:11:18 +03:00
777genius
642cc16f65
docs(member-work-sync): mark opencode turn-settled live verified
2026-04-30 23:10:02 +03:00
777genius
0af9994c9a
feat(member-work-sync): ingest opencode turn-settled events
2026-04-30 23:09:59 +03:00
777genius
10188109eb
fix(team-mcp): route agent teams mcp to app state
2026-04-29 22:43:41 +03:00
777genius
05d9b5a9b1
feat: add member work sync stop hook ingest
2026-04-29 22:43:19 +03:00
777genius
90401b41a1
chore(member-work-sync): clarify lifecycle dispatch boundary
2026-04-29 22:43:19 +03:00
777genius
d27c1bcc51
fix(member-work-sync): preserve undelivered nudge retries
2026-04-29 22:43:19 +03:00
777genius
f705cd25cb
feat(member-work-sync): schedule due nudge dispatch
2026-04-29 22:43:19 +03:00
777genius
53c72e56ae
feat(member-work-sync): suppress nudges while members are busy
2026-04-29 22:43:19 +03:00
777genius
325f1ffba2
fix(member-work-sync): keep diagnostics reads passive
2026-04-29 22:43:19 +03:00
777genius
99b636fd33
feat(member-work-sync): rate limit nudge retries
2026-04-29 22:43:19 +03:00
777genius
895c3afc5e
feat(member-work-sync): dispatch nudges after reconcile
2026-04-29 22:43:18 +03:00
777genius
23714f5ca8
feat(member-work-sync): add guarded nudge dispatcher
2026-04-29 22:43:18 +03:00
777genius
3552a4ba61
feat(member-work-sync): plan nudges behind readiness
2026-04-29 22:43:18 +03:00
777genius
ec7935e593
feat(member-work-sync): add durable nudge outbox store
2026-04-29 22:43:18 +03:00
777genius
c5a97fd796
feat(member-work-sync): assess phase two readiness
2026-04-29 22:43:18 +03:00
777genius
440548531b
docs(member-work-sync): mark details surface complete
2026-04-29 22:43:18 +03:00
777genius
246f31bbdb
feat(member-work-sync): expose shadow metrics
2026-04-29 22:43:17 +03:00
777genius
cd70fc09cc
docs(member-work-sync): mark phase one implemented
2026-04-29 22:43:17 +03:00
777genius
d99cd98153
docs: add member work sync control plane plan
2026-04-29 22:43:16 +03:00
777genius
6bf2de89c5
chore(team): refine member work sync planning
2026-04-29 11:58:56 +03:00
777genius
d2a3cb45ad
docs: clarify openclaw agent teams integration
2026-04-29 11:14:21 +03:00
777genius
f19adea10d
docs: add openclaw integration guide
2026-04-29 11:01:59 +03:00
777genius
93532f3ff5
feat: expose agent teams control via MCP
2026-04-29 10:55:07 +03:00
777genius
19b6937446
feat(opencode): harden delivery and provider UI
2026-04-25 14:30:10 +03:00
777genius
3fe9a24e41
feat(team): harden launch liveness and recovery
2026-04-24 22:34:08 +03:00
777genius
ebb7b5289d
fix: harden team runtime liveness
2026-04-24 20:52:26 +03:00
777genius
d517f2b320
feat(team): harden member runtime liveness
2026-04-24 16:18:12 +03:00
777genius
1c07e0fdb6
feat(team): expand opencode review and release support
2026-04-24 12:05:54 +03:00
777genius
1db7e501a0
feat(teams): introduce fast mode configuration for Anthropic provider and enhance related UI components
2026-04-21 16:44:18 +03:00
777genius
1a04b49d24
fix(team): support anthropic opus 4.7 team models
2026-04-18 12:09:26 +03:00
777genius
9ca8055695
chore(workspace): checkpoint remaining claude team changes
2026-04-12 22:15:57 +03:00
iliya
2eac440fe2
fix(team): disable teammate DM relay through lead, read user.json directly
...
Teammates are independent Claude Code processes that read their own inbox
files via fs.watch. Relaying DMs through the lead caused three bugs:
lead responding instead of the teammate, duplicate messages from relay
loops, and teammates not responding to user due to conflicting prompts.
- Disable relayMemberInboxMessages for teammate DMs (teams.ts, index.ts)
- Add SendMessage(to="user") filter in captureSendMessages as safety net
- Generate deterministic messageId for inbox entries lacking one (sha256)
- Wrap notification instructions in agent block, italic task subject
- Style system comments in task view with blue background, hide avatar
- Update CLAUDE.md, research docs, and code comments with architecture
2026-03-23 12:57:16 +02:00
iliya
66da7b318e
feat: use agent teams
2026-02-22 23:36:11 +02:00
iliya
753ab14917
feat(team-managment): stable MVP
2026-02-21 09:47:24 +02:00
iliya
e7d9e82ce8
feat(team-management): implement initial Team Management feature with Kanban support
...
- Added core documentation for the Team Management feature, including iteration goals, implementation plans, and design specifications.
- Introduced new files for team configuration, IPC channels, and UI components for team listing and Kanban board.
- Established a clear definition of done and scope for the first iteration, focusing on visible results and graceful degradation in the UI.
- Documented the messaging and task file formats, ensuring robust communication between team members.
- Implemented a Kanban design with defined states and transitions for task management.
2026-02-17 21:10:15 +02:00