Migrate ITK framework and NMS cockpit video mod#1
Merged
AndrewAltimit merged 5 commits intomainfrom Feb 18, 2026
Merged
Conversation
Add all ITK core libraries, framework templates, NMS cockpit video project, CI/Docker configuration, and tooling. Fix all remnant references from the previous template-repo: update Docker image names, project URLs, documentation paths, and source code comments to reflect the game-mods repository structure. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Disable gemini-review, codex-review, agent-review-response, and agent-failure-handler jobs with `if: false` until the AI review pipeline is ready to be enabled. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy mcp_core_rust (5 crates) and mcp_memory_explorer (13-tool MCP server for game memory exploration) from template-repo. Both are excluded from the root injection_toolkit workspace and operate as independent builds under tools/mcp/. Memory explorer added to .mcp.json for Claude Code integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add default-members to workspace Cargo.toml excluding Windows-only crates (nms-cockpit-injector, nms-video-launcher, itk-native-dll) that require nightly + Windows to compile - Fix nms-video-overlay Cargo.toml: move [target.'cfg(windows)'.dependencies] section after [dependencies] so cross-platform deps (egui, wgpu, winit, tokio, anyhow, etc.) are not accidentally gated behind cfg(windows) - Gate unused imports in platform.rs behind #[cfg(windows)] All 5 CI stages now pass: fmt, clippy, test (34 pass), release build, cargo-deny. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
template-reporeferences (Docker image names, project URLs, doc paths, source comments) to reflect the newgame-modsrepositoryChanges
Core ITK libraries (
core/): itk-protocol, itk-shmem, itk-ipc, itk-sync, itk-video, itk-netFramework templates: daemon, overlay, injectors (Windows native-dll, Linux ld-preload)
Active project:
projects/nms-cockpit-video/-- daemon, injector (Vulkan hooks), overlay (egui+wgpu), launcher, Reloaded-II C# modTooling: mem-scanner, CLI agent/container scripts, Docker CI config, GitHub Actions workflows
Repo config: Cargo workspace, rustfmt, cargo-deny, pre-commit hooks, MCP config, agent config
Test plan
template-repoorpackages/injection_toolkitreferences remainGenerated with Claude Code