Skip to content

feat: add safe session message send - #105

Merged
dapi merged 4 commits into
mainfrom
feature/issue-101-add-safe-message-sending-to-codex-sessio
Jul 10, 2026
Merged

feat: add safe session message send#105
dapi merged 4 commits into
mainfrom
feature/issue-101-add-safe-message-sending-to-codex-sessio

Conversation

@dapi

@dapi dapi commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add zelma sessions send <id> [message] --json and --stdin support with strict active/live Codex readiness checks before any write.
  • Add SendTextToPane zellij adapter binding with redacted payload diagnostics and skill wrapper methods/recovery routing.
  • Add FT-101 feature package, UC-011, and skill/engineering docs for the safe send contract.

Closes #101

Checks

  • go test ./...
  • python3 scripts/check_memory_bank_index.py
  • git diff --check
  • rg --files memory-bank
  • rg -n "SECRET_PROMPT_BODY|continue carefully|line one|line two" --glob "!**/*_test.go" . (no matches)
  • rg -n "zelima|Zelima" . | rg -v "AGENTS.md|memory-bank/ops/development.md|memory-bank/domain/glossary.md" (no matches)

@dapi
dapi marked this pull request as ready for review July 10, 2026 11:55
dapi added 3 commits July 10, 2026 15:57
…-safe-message-sending-to-codex-sessio

* origin/main:
  fix: avoid overlapping monitor refreshes
  fix: harden codex transcript observation
  cli: show candidate sessions in list
  feat: add live sessions monitor
  feat: add session observation commands

# Conflicts:
#	SKILL.md
#	internal/cli/cli.go
#	internal/cli/cli_test.go
#	internal/skills/client.go
#	internal/skills/client_test.go
#	memory-bank/engineering/skill-contract.md
#	memory-bank/features/README.md
@dapi
dapi merged commit c80a5da into main Jul 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add safe message sending to Codex sessions

1 participant