chore: sync mops-cli skill from upstream cli-v2.14.0#221
Merged
Conversation
Apply upstream caffeinelabs/mops cli-v2.13.2 → cli-v2.14.0 changes to the mops-cli skill (body is 1:1 with upstream, no icskills-owned sections): - Pin `pocket-ic` in `[toolchain]` for replica tests / benchmarks to avoid the deprecated dfx-replica fallback (Key Principles, minimal mops.toml, `mops toolchain use`, and the `mops test` section). - `--fix` runs serialize via an advisory lock at `.mops/fix.lock`. - `mops update --patch` (restrict to patch bumps, mutually exclusive with --major). Bump compatibility to `mops >= 2.14.0`, update `.claude/upstream.md` (tag/commit/last-synced), and add a `Replica tests pocket-ic pin` eval case (passes 4/4 with the skill). Closes #220
Skill Validation ReportValidating skill: /home/runner/work/icskills/icskills/skills/mops-cliStructure
Frontmatter
Markdown
Tokens
Content Analysis
Contamination Analysis
Result: passed Project Checks |
raymondk
approved these changes
Jun 16, 2026
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.
Syncs the
mops-cliskill from upstreamcaffeinelabs/mopscli-v2.13.2→cli-v2.14.0(commitd448cdf9).The
mops-clibody is 1:1 with upstream (no icskills-owned sections), so all upstream additions are applied directly.Upstream changes applied
pocket-ictoolchain pinning — pinpocket-icin[toolchain]if you have replica tests or benchmarks; otherwisemops test --mode replica,mops bench, andmops watchfall back to the deprecated dfx replica and print a warning. Applied to Key Principles, the minimalmops.toml,mops toolchain use, and themops testsection..mops/fix.lock— concurrent--fixruns serialize automatically via an advisory lock; safe to invoke from multiple agents on the same project.mops update --patch— restrict to patch bumps only (mutually exclusive with--major).Other changes
compatibilitytomops >= 2.14.0(new features require it)..claude/upstream.md— tag, full commit SHA, last-synced date.Replica tests pocket-ic pineval case for the new (and easily-missed) fallback pitfall.Eval results
New eval case —
Replica tests pocket-ic pin(with skill)Closes #220