Conversation
Add GitHub Actions jobs for Python 3.8 unit tests, syntax and mirrored-file checks, whitespace validation, and develop artifact packaging on non-PR develop pushes. Update the production MCP endpoint from app.lihi.com to app.lihi.io across both host runtimes, Codex dependency metadata, documentation, packaging constants, and contract tests. Refresh the Codex plugin cachebuster so hosts can detect the runtime update. Teach the develop README rewriter to recognize the lihi-io repository URL while preserving compatibility with the previous weedgood source path. Validated with: - python3 -m unittest discover -s tests -v (43 tests) - Codex/Claude detector, shortening workflow, and switch recovery byte comparisons - git diff --check - local develop bundle build - plugin-creator validate_plugin.py
Bump the Claude manifest and Codex semantic version core to 0.3.1, with a refreshed single Codex cachebuster suffix. Align the repository guide, MCP contract, acceptance scenarios, and test fixtures with the server-advertised minimum plugin version and the 0.3.1 develop artifact version. Validated with: - python3 -m unittest discover -s tests -v (43 tests) - local 0.3.1-develop.999 bundle build - plugin-creator validate_plugin.py - Codex/Claude parity checks - git diff --check
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.
關聯 PR
#2 — ci: add validation and develop packaging workflow
摘要
將 Codex 與 Claude Code 的 lihi plugin semantic version core 從
0.3.0升級至0.3.1,並同步最低版本契約、develop artifact 版本與測試預期。這次只調整版本資訊,不變更四個 skills、六個 MCP tools、OAuth、shortening、group switching 或 domain switching 的既有行為與介面。
版本行為
0.3.1;0.3.1+codex.20260811145402;0.3.1;tools/list最低 plugin version 文件契約更新為0.3.1;0.3.1-develop.<run>;異動檔案
Plugin manifests
plugins/codex/lihi/.codex-plugin/plugin.json0.3.1;plugin-creatorhelper 更新單一 Codex cachebuster。plugins/claude/lihi/.claude-plugin/plugin.json0.3.1。契約與 repository guide
AGENTS.md0.3.1。docs/mcp-contract.mdtools/list最低版本更新為0.3.1。docs/acceptance-scenarios.md0.3.1。Tests
tests/test_account_plugin.py0.3.1。tests/test_package_develop_bundle.py0.3.1-develop.42;0.3.1。測試與驗證
python3 -m unittest discover -s tests -v(43 tests passed)plugin-creator validate_plugin.py通過lihi-agent-0.3.1-develop.9990.3.1-develop.999git diff --checkReviewer 重點
0.3.1;