Commit graph

6 commits

Author SHA1 Message Date
Kent Overstreet
5f30bc670e consciousness-mcp: forward tools/call params directly
Avoid extracting name/args and rebuilding - just forward the params
object as-is to the daemon.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-13 16:44:37 -04:00
Kent Overstreet
8b808e44af consciousness-mcp: forward to daemon socket instead of direct calls
Now connects to ~/.consciousness/mcp.sock and forwards tool calls to
the consciousness daemon instead of calling tool handlers directly.

Requires the consciousness daemon to be running with MCP server.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-13 16:44:36 -04:00
ProofOfConcept
899cdd0165 poc-daemon: reset nudge timer on tool use, move nudge interval to claude
PostToolUse now signals response activity so the nudge timer resets
while I'm actively working. Nudge interval constant moved from
thalamus (where it doesn't belong) to consciousness-claude.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-11 16:49:27 -04:00
ProofOfConcept
fa3b57fffd poc-daemon: fix pane tracking, suppress notifications when user present
Three fixes:

- Persist claude_pane via thalamus extra map so it survives every
  save path (not just explicit Save commands)
- Don't clobber claude_pane with empty string when TMUX_PANE is unset
- signal_response now passes TMUX_PANE like signal_user does
- maybe_prompt_notification returns early when user is present,
  preventing notification spam during active sessions

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-11 14:35:16 -04:00
Kent Overstreet
4fe92b48fd fix mcp server error responses 2026-04-10 13:28:10 -04:00
Kent Overstreet
d2f5881838 initial commit 2026-04-09 19:57:50 -04:00