skills: make comsolcompile/comsolbatch a first-class execution path#30
Merged
Conversation
The COMSOL skill framed the comsolcompile/comsolbatch one-shot Java path as a second-class fallback and a "not yet implemented" feature. Neither held up: the batch executables are COMSOL's own and an agent can call them directly today. - Decision table: replace the batch row's fallback framing with merit-based criteria (settled deterministic recipes, reproducibility, fan-out, minimal lifecycle); rebalance the sim-runtime row to point at batch where it fits. - Add a "Choosing between live session and batch" section: the explore-live -> solidify -> graduate-to-batch arc. - Rename the headless section; scope "not yet implemented" to the sim-cli driver wrapper, not the capability itself. - java_batch_patterns.md: present it as a first-class execution mode. - Reframe the intro, routing rule, and Required-protocol step 1 to present sim-cli as one path among several, per the skill-authoring guideline. - Remove the unreferenced SKILL.zh-CN.md companion; skills are English-only and the file had already drifted from SKILL.md. 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.
What
The bundled COMSOL skill framed the
comsolcompile/comsolbatchone-shot Java path as a second-class fallback and a "not yet implemented" feature. Both framings were inaccurate — the batch executables are COMSOL's own and an agent can invoke them directly today. This reframes batch as a first-class COMSOL execution path with honest, merit-based selection criteria, and aligns the skill with the plugin-skill authoring guideline (present sim-cli as one valid path among several).Changes
java_batch_patterns.md— opening reframed as a first-class execution mode.SKILL.zh-CN.md— an unreferenced companion (loaded by nothing, only this plugin had one) that had already drifted fromSKILL.md. Skills are English-only.Documentation-only; no driver code touched.
🤖 Generated with Claude Code