Skip to content

[codex] add zellij run pane adapter - #48

Merged
dapi merged 1 commit into
mainfrom
feature/issue-28-ft-016-zellij-run-new-pane-adapter
Jul 8, 2026
Merged

[codex] add zellij run pane adapter#48
dapi merged 1 commit into
mainfrom
feature/issue-28-ft-016-zellij-run-new-pane-adapter

Conversation

@dapi

@dapi dapi commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add internal/zellij.Client.RunPane with typed RunPaneRequest, PaneRef, and PaneRunner contract.
  • Parse zellij returned pane ids into typed PaneID values and reject non-terminal ids from zellij run.
  • Normalize run-pane diagnostics without registry writes and document the FT-016 selected design.

Validation

  • mise exec -- go test ./...
  • mise exec -- go vet ./...
  • python3 scripts/check_memory_bank_index.py
  • git diff --check
  • rg -n "zelima|Zelima" . (only intentional guidance/glossary matches)
  • fresh /review on gpt-5.5 with xhigh: no Critical/High/Important findings; final pass had no Medium/Low code findings

Closes #28

@dapi
dapi marked this pull request as ready for review July 8, 2026 06:23
@dapi
dapi merged commit c235e99 into main Jul 8, 2026
1 check passed
@dapi
dapi deleted the feature/issue-28-ft-016-zellij-run-new-pane-adapter branch July 8, 2026 06:23
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.

FT-016: Zellij Run New-Pane Adapter

1 participant