Skip to content

feat(list): add readable worktree list output#62

Merged
nettee merged 4 commits into
mainfrom
codex-readable-wtk-list
Jun 9, 2026
Merged

feat(list): add readable worktree list output#62
nettee merged 4 commits into
mainfrom
codex-readable-wtk-list

Conversation

@nettee

@nettee nettee commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • change wtk list default output from YAML to a compact readable table
  • add wtk list --json for machine-readable output
  • add Workspace Mode list rows with Workspace Ref health summaries and broken-ref diagnostics
  • document the new list contract and add Zest Dev implementation notes

Tests

  • cargo test
  • uv run --project e2e pytest e2e tests/test_release.py

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9c12509387

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/workspace.rs Outdated
Comment thread src/workspace.rs Outdated
Generated-By: looper 0.9.6 (runner=fixer, agent=codex)
@nettee

nettee commented Jun 9, 2026

Copy link
Copy Markdown
Owner Author

Looper fixer round complete928158f

  • ✅ Review comment on src/workspace.rs (@chatgpt-codex-connector) — thread
    • Updated src/workspace.rs so workspace list ref summaries now mark an expected linked worktree as broken when its branch no longer matches the workspace branch, matching load_workspace_refs validation. Added an e2e regression that rebranches a linked worktree and asserts the branch-mismatch diagnostic.
  • ✅ Review comment on src/workspace.rs (@chatgpt-codex-connector) — thread
    • Updated workspace list rows to use a src/list.rs path that ignores generated refs/* entries when computing dirtiness, matching the existing Workspace clean checks. Added e2e coverage to confirm workspace rows stay clean while those generated refs exist.

🔁 Powered by Looper · runner=fixer · agent=codex · An autonomous AI dev team for your GitHub repos.

@chatgpt-codex-connector

Copy link
Copy Markdown

To use Codex here, create an environment for this repo.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 928158f51f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/workspace.rs Outdated
Generated-By: looper 0.9.6 (runner=fixer, agent=codex)
@nettee

nettee commented Jun 9, 2026

Copy link
Copy Markdown
Owner Author

Looper fixer round complete56af851

  • ✅ Review comment on src/workspace.rs (@chatgpt-codex-connector) — thread
    • Updated src/workspace.rs so workspace list ref details now require absolute configured repository paths and reject paths that resolve through linked worktrees, matching load_workspace_refs. Added e2e/test_workspace_mode.py coverage for both malformed manifest cases.

🔁 Powered by Looper · runner=fixer · agent=codex · An autonomous AI dev team for your GitHub repos.

@chatgpt-codex-connector

Copy link
Copy Markdown

To use Codex here, create an environment for this repo.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 56af851890

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/workspace.rs
Generated-By: looper 0.9.6 (runner=fixer, agent=codex)
@nettee

nettee commented Jun 9, 2026

Copy link
Copy Markdown
Owner Author

Looper fixer round complete339284b

  • ✅ Review comment on src/workspace.rs:410 (@chatgpt-codex-connector) — thread
    • Updated src/workspace.rs so workspace list ref details now reject manifest ref names whose configured repository basename does not match, mirroring load_workspace_refs. Added e2e/test_workspace_mode.py coverage for a hand-edited mismatched ref key.

🔁 Powered by Looper · runner=fixer · agent=codex · An autonomous AI dev team for your GitHub repos.

@nettee nettee merged commit 6451c31 into main Jun 9, 2026
2 checks passed
@nettee nettee linked an issue Jun 12, 2026 that may be closed by this pull request
6 tasks
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.

feat: add richer worktree listing with wtk list

1 participant