feat(makefile): kotlin reference plugin extraction smoke test (Story 13.7)#39
Merged
matthew-on-git merged 1 commit intomainfrom May 5, 2026
Merged
Conversation
…13.7) dev-toolchain side of the kotlin-as-reference-plugin extraction. The new repo at github.com/devrail-dev/devrail-plugin-kotlin v1.0.0 ships the actual plugin; this commit adds: - tests/test-kotlin-plugin-extraction.sh — 4-case hermetic smoke that validates the plugin manifest against the validator, resolves it via file:// URL from the vendored fixture, loads it into the dispatcher cache, and asserts target/gate shape parity with the in-core HAS_KOTLIN blocks (including ktlint && detekt-cli chaining). - tests/fixtures/kotlin-via-plugin/ — vendored snapshot of the plugin manifest + install.sh, pinned to v1.0.0. Refresh procedure in README.md. Hermetic — no network access at test time. - .github/workflows/ci.yml — new Phase 2h step "Kotlin plugin extraction smoke test" runs the new test on every push. - CHANGELOG.md — [Unreleased] entry frames v1.11 as the additive extraction; v1.10.x kotlin-in-core unchanged. - STABILITY.md — Plugin row promoted from "Preview" to "Stable (v1.10.x baseline; reference plugin v1.11.x)" with the additive back-compat note. NO Dockerfile or Makefile changes — kotlin stays in dev-toolchain core through v1.x. v2.0.0 (Story 13.9) is where the in-core path retires. Co-Authored-By: Claude Opus 4.7 (1M context) <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
Story 13.7 — dev-toolchain side of the kotlin-as-reference-plugin extraction. The actual plugin lives at
github.com/devrail-dev/devrail-plugin-kotlinv1.0.0; this PR adds the regression smoke + docs.tests/test-kotlin-plugin-extraction.sh— 4-case hermetic smoke validating manifest, resolver, loader, and target/gate parity with HAS_KOTLIN.tests/fixtures/kotlin-via-plugin/— vendored snapshot pinned to v1.0.0.Test plan
bash tests/test-kotlin-plugin-extraction.sh— 4/4 pass locallytest-plugin-loader.sh,test-plugin-resolver.sh,test-plugin-build-pipeline.sh,test-plugin-execution.sh)make checkon dev-toolchain itself — pass (no plugins, JSON identical to v1.10.6 baseline)🤖 Generated with Claude Code