Skip to content

refactor: complete Python-first local runtime migration#189

Merged
maehwasoo merged 12 commits intomainfrom
docs/issue-181-legacy-runtime-removal-plan
Mar 21, 2026
Merged

refactor: complete Python-first local runtime migration#189
maehwasoo merged 12 commits intomainfrom
docs/issue-181-legacy-runtime-removal-plan

Conversation

@maehwasoo
Copy link
Copy Markdown
Owner

@maehwasoo maehwasoo commented Mar 19, 2026

What

  • move MCP transport, vault tool execution, and index maintenance into the Python runtime under apps/api
  • switch the Obsidian plugin defaults and bundled path resolution to uv run --directory ... apps/api
  • remove packages/mcp and packages/indexer, then update release/docs/workflows for the Python-only runtime

Why

How

  • add Python MCP and indexer CLIs plus vault/index/write-tool runtime coverage in apps/api
  • add parity and path-resolution tests for the Python-owned runtime path
  • validate with pnpm check:ci and the pre-push hook (pnpm check)

@maehwasoo maehwasoo added the docs Improvements or additions to documentation label Mar 19, 2026
@maehwasoo maehwasoo self-assigned this Mar 19, 2026
@github-actions github-actions bot added the plugin Obsidian plugin label Mar 19, 2026
@github-actions github-actions bot added mcp MCP server indexer Indexer CLI core Core package ops CI / workflows / repo ops api Python backend labels Mar 19, 2026
@maehwasoo maehwasoo changed the title docs: plan staged legacy runtime removal refactor: complete Python-first local runtime migration Mar 19, 2026
@maehwasoo maehwasoo added the refactor Code structure improvement without behavior change label Mar 19, 2026
Copy link
Copy Markdown

@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: 149473e0a6

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

Copy link
Copy Markdown

@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: c9c7cc3c65

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

@maehwasoo maehwasoo merged commit 5064910 into main Mar 21, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api Python backend core Core package docs Improvements or additions to documentation indexer Indexer CLI mcp MCP server ops CI / workflows / repo ops plugin Obsidian plugin refactor Code structure improvement without behavior change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: plan staged removal of the legacy Node/TypeScript runtime path feat: complete the later-phase migration to a Python-centered local runtime

1 participant