Sync vendored copies to their reference - #13
Merged
Merged
Conversation
bin/traceability/traceability.py picks up reference commit f6f79f6 "Let the highest revision win among open delta specs": when two open delta specs define the same requirement name, the highest revision wins instead of file order. The java skill (.claude/skills/java/SKILL.md, .claude/skills/java/rules/build-maven.md) also changed: build-maven.md now steers away from a fat JAR (maven-shade-plugin or the jar-with-dependencies descriptor) towards an application jar plus a copied lib/ directory referenced via the manifest classpath. Co-Authored-By: Claude Opus 5.5 <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.
Pulls
bin/traceability/traceability.pyand thejavaskill (.claude/skills/java/SKILL.md,.claude/skills/java/rules/build-maven.md) up to date with their reference copies in~/.claude/{tools,skills}-ref/.traceability.py: reference commit f6f79f6 "Let the highest revision win among open delta specs" — when two open delta specs define the same requirement name, the highest revision now wins instead of file order.javaskill:build-maven.mdnow steers away from a fat JAR (maven-shade-pluginor thejar-with-dependenciesassembly descriptor) towards an application jar plus alib/directory of copied dependencies, referenced via the manifest classpath.No behavior in this repo's own code changes — this is a mechanical vendoring sync, run via
vendor-sync.py sync personal.🤖 Generated with Claude Code