build
Build the Levi_Ataxia Mudlet package from src_new sources
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build the Levi_Ataxia Mudlet package from src_new sources
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Incrementally fix build errors with minimal diffs, one error at a time
Dispatch an independent Codex verification job for the current changes
Inspect all changed files, group by logical concern, and guide atomic per-concern commits
Launch parallel deep-dive agents to review completed work for quality, standards, and completeness
Regression-safe cleanup of AI-generated bloat in Lua code. Deletion-first, requires passing tests before starting
Create a GitHub issue for a feature, bug fix, or crash with structured sections
| name | build |
| description | Build the Levi_Ataxia Mudlet package from src_new sources |
| user_invocable | true |
Run the full build pipeline for the Levi_Ataxia Mudlet package.
--dry-run: preview conversion without writing files--convert-only: convert src_new to Muddler format but skip Muddler buildRun the build script from the LEVI-Achaea directory:
cd LEVI-Achaea && bash build.sh [args]
Check the exit code. If non-zero, report the error output.
On success, report:
muddler_project/build/Levi_Ataxia.mpackageAfter a successful build, always complete the full release flow:
git tag v<version> (read version from version.txt)git push && git push --tagsE:\JavaE:\muddle-shadow-1.1.0\muddle-shadow-1.1.0\lint-before-commit.sh validates Lua syntax on staged .lua files--no-verify, --force, and --hard flagssrc_new/ — never edit files in muddler_project/src/