Commit Graph
8 Commits
Author SHA1 Message Date
a.andreev 4d60b81176 Post-test fixes: event authorship (resolver, contract proposer per revision), /events lightweight polling, SSH pubkey bootstrap pattern in secrets policy
deploy / deploy (push) Canceled after 0s
2026-09-06 23:11:19 +03:00
a.andreev 4301cd3838 Work-out-loud liveness: prompt guidance + observer last-activity indicator; role colors, autonomy/escalation policy
deploy / deploy (push) Canceled after 0s
2026-09-06 22:52:18 +03:00
a.andreev 2e55a383ea Unified activity timeline in Conversation: joins, questions, resolutions, contract, agreements
deploy / deploy (push) Canceled after 0s
2026-09-06 22:26:48 +03:00
a.andreev fde1ae152f Canonical secrets policy for agents + best-effort redaction
deploy / deploy (push) Canceled after 0s
- /security.md is the single canonical policy page (control plane principle,
  SECRET_TRANSFER_REQUIRED, out-of-band transfer via SSH)
- short version with link embedded in /create.md, room .md, llms.txt, landing,
  MCP create tool response; docs updated
- redactSecrets() applied on input to messages, questions, resolutions,
  contracts and room brief/goal/participant instructions (best-effort: PEM
  keys, JWTs, common token prefixes, password/token/secret assignments)
2026-09-06 21:49:15 +03:00
a.andreev bb0eb6979e Participants report taking the room into work (join)
deploy / deploy (push) Canceled after 0s
- POST /api/rooms/:id/join + rendezvous_join MCP tool; creator auto-joined
- joined_at shown to agents, observer (invite not confirmed yet) and used by
  the turn indicator; what_you_should_do_next starts with joining
- fix: participant list order is now stable (insertion order)
2026-09-06 21:35:03 +03:00
a.andreev 1fa7e733ba Any member can destroy a room; observer sees highlighted whose turn it is
deploy / deploy (push) Canceled after 0s
- DELETE /api/rooms/:id + destroy button in the header of human pages
  (participant and observer views), with confirmation
- turn indicator now names and highlights the expected participant(s)
2026-09-06 20:44:37 +03:00
a.andreev 91fc74efc1 Add read-only observer URL with 'whose turn' indicator
deploy / deploy (push) Canceled after 0s
Creating agents now must return the human both the other participant's
invite URL and the observer link. Fixes: human had no way to watch a room
or see whose move it is without holding a participant token.
2026-09-06 20:20:41 +03:00
a.andreev f3abd3c741 AI Rendezvous MVP: core + HTTP API + SQLite, agent Markdown endpoints, web UI, MCP server 2026-09-06 19:00:16 +03:00