Skip to content

Conversation

@Dimillian
Copy link
Owner

@Dimillian Dimillian commented Feb 11, 2026

Summary

  • split app-level orchestration out of src/App.tsx into dedicated bootstrap and orchestration modules
  • decompose Settings into orchestration + section-state hooks + section container routing
  • modularize daemon RPC routing into domain handlers under src-tauri/src/bin/codex_monitor_daemon/rpc/*
  • split shared backend cores into module folders:
    • src-tauri/src/shared/git_ui_core/*
    • src-tauri/src/shared/workspaces_core/*
  • split threads reducer into focused slices under src/features/threads/hooks/threadReducer/*
  • add TS/Vite path aliases and rationalize imports in touched files
  • add docs/codebase-map.md as a task-oriented navigation map
  • slim AGENTS.md, keep core run/test commands inline, and link to docs/codebase-map.md

Dead Code / Cleanup

  • removed intermediate/unwired artifacts from refactor iterations
  • removed unused helper introduced during intermediate split (SettingsSectionPanels)
  • reverted unrelated formatting-only Rust changes to keep the PR focused

Validation

  • npm run typecheck
  • npm run test
  • cd src-tauri && cargo check
  • targeted Rust tests:
    • cargo test --manifest-path src-tauri/Cargo.toml shared::git_ui_core::tests::
    • cargo test --manifest-path src-tauri/Cargo.toml shared::workspaces_core::helpers::tests
    • cargo test --manifest-path src-tauri/Cargo.toml rpc_

@Dimillian
Copy link
Owner Author

@codex review

Copy link

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

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: ca783e374b

ℹ️ 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".

@Dimillian
Copy link
Owner Author

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Keep it up!

ℹ️ 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".

@Dimillian Dimillian merged commit efc4265 into main Feb 11, 2026
9 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.

1 participant