[codex] Add zellij output fixture coverage - #45
Merged
Conversation
dapi
force-pushed
the
feature/issue-24-ft-012-zellij-json-fixture-tests
branch
from
July 7, 2026 23:02
4d5da89 to
6534058
Compare
dapi
marked this pull request as ready for review
July 7, 2026 23:03
dapi
force-pushed
the
feature/issue-24-ft-012-zellij-json-fixture-tests
branch
from
July 7, 2026 23:09
6534058 to
451405d
Compare
dapi
force-pushed
the
feature/issue-24-ft-012-zellij-json-fixture-tests
branch
from
July 7, 2026 23:30
451405d to
00dcaad
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds deterministic fixture coverage for FT-012 so zellij read-path parsing is protected before live detect/create work depends on it.
Changes
internal/zellijparser types for supported zellij session-list output andlist-panes --jsonoutput.list-sessions --short --no-formattingandlist-panes --json --all-style pane data.memory-bank/product/execution-order.mdfrom the product README so the documented memory-bank audit passes.Impact
This does not add live zellij integration, Codex classification, registry writes, or CLI behavior. It establishes a parser/fixture contract for downstream adapter and detect features.
Validation
mise exec -- go test ./...mise exec -- go vet ./...mise exec -- go test -race ./...mise exec -- go build -o /tmp/zelma-ft-012 ./cmd/zelmapython3 scripts/check_memory_bank_index.pygit diff --checkrg -n "zelima|Zelima" .plus filtered check excluding known documentation examplesCloses #24.