[xwiki/xwiki-dev-llm] 3d7361: [Misc] Record the dependency-upgrade commit prefix...
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-dev-llm Commit: 3d73616be69bb02087e77f1d9f619839464c5df4 https://github.com/xwiki/xwiki-dev-llm/commit/3d73616be69bb02087e77f1d9f6198... Author: Manuel Leduc <[email protected]> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M opencode.jsonc M xwiki/.claude-plugin/plugin.json M xwiki/okf/conventions/commit-messages.md M xwiki/okf/servers/jira.md Log Message: ----------- [Misc] Record the dependency-upgrade commit prefix and issue description rules A dependency bump was committed as [Misc] because the dependency was declared through a pnpm catalog entry, which hides whether it is a runtime or a dev-only dependency; and the issue that replaced it linked only the target release, losing the five intermediate releases the bump crosses. * commit-messages: split dependency upgrades on the existing user-visible test — dev/peer/test-scoped is [Misc], anything in dependencies or a runtime Maven dependency needs an issue — and warn that a shared version catalog hides which one it is. * jira: add the dependency-upgrade issue shape (summary, Dependency Upgrades component, description = raw release-note URLs of every version crossed) and why that description has to go over REST. Commit: 721188067cfc4388edc8f73196479be2b61e6fd1 https://github.com/xwiki/xwiki-dev-llm/commit/721188067cfc4388edc8f73196479b... Author: Manuel Leduc <[email protected]> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M xwiki/okf/conventions/commit-messages.md Log Message: ----------- [Misc] Record that a commit body must not restate the summary's mechanical steps * commit-messages: the body's bullets carry what distinguishes this commit, so a lone dependency bump needs no body at all. Commit: 56c9d8b94d62a0682812ff68647bbdc58fbee632 https://github.com/xwiki/xwiki-dev-llm/commit/56c9d8b94d62a0682812ff68647bbd... Author: Manuel Leduc <[email protected]> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M xwiki/okf/conventions/dependencies.md Log Message: ----------- [Misc] Record how to regenerate the lockfile when upgrading a JavaScript dependency * dependencies: the pnpm and node versions the build uses are pinned in the xwiki-commons parent pom, so the lockfile must be regenerated with that pnpm and then deduped — not with whatever pnpm is on PATH. Commit: 2eb3bdaa4ecc65e4ed71d77fa792eab6bbe82d08 https://github.com/xwiki/xwiki-dev-llm/commit/2eb3bdaa4ecc65e4ed71d77fa792ea... Author: Manuel Leduc <[email protected]> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M xwiki/okf/conventions/commit-messages.md Log Message: ----------- [Misc] Record that the dependencies/dev split follows the whole chain * commit-messages: a dependencies entry is runtime only if the package holding it is reached at runtime, so a lint or build package's own dependencies stay [Misc] — being published is not evidence to the contrary. Commit: bacffc9163f026712bf82ad1e91c44e0cda9c2b4 https://github.com/xwiki/xwiki-dev-llm/commit/bacffc9163f026712bf82ad1e91c44... Author: Vincent Massol <[email protected]> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M opencode.jsonc M xwiki/.claude-plugin/plugin.json Log Message: ----------- [Misc] Drop the plugin version bump * Five manifests carry one version, so every concurrent pull request conflicted with every other one on those same five lines, over something that was never part of either change. The release is now cut on master after the merge by scripts/release.mjs, and scripts/validate.mjs fails a branch that touches a version field. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: e229d5e6b8043a30368c2c8e53b08b934b849967 https://github.com/xwiki/xwiki-dev-llm/commit/e229d5e6b8043a30368c2c8e53b08b... Author: Vincent Massol <[email protected]> Date: 2026-09-01 (Tue, 01 Sep 2026) Changed paths: M .claude-plugin/marketplace.json A .github/workflows/release.yml M CLAUDE.md M README.md M kimi.plugin.json M opencode.jsonc A scripts/release.mjs M scripts/validate.mjs M xwiki/.claude-plugin/plugin.json M xwiki/skills/xwiki-knowledge/SKILL.md Log Message: ----------- Merge remote-tracking branch 'origin/master' into misc-dependency-upgrade-commit-prefix Commit: 2a73e755b7dff248adcc0e057bd18c398f7dc57d https://github.com/xwiki/xwiki-dev-llm/commit/2a73e755b7dff248adcc0e057bd18c... Author: Manuel Leduc <[email protected]> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M .claude-plugin/marketplace.json M .gitignore M CLAUDE.md M README.md M kimi.plugin.json M opencode.jsonc M scripts/validate.mjs M xwiki/.claude-plugin/plugin.json M xwiki/instructions/xwiki-org.md A xwiki/okf/architecture/required-rights.md M xwiki/okf/conventions/code-style.md M xwiki/okf/conventions/documentation.md M xwiki/okf/conventions/frontend.md M xwiki/okf/conventions/security.md A xwiki/okf/conventions/server-side-rendering.md M xwiki/okf/index.md M xwiki/okf/processes/release.md M xwiki/okf/servers/jenkins.md M xwiki/okf/servers/jira.md M xwiki/okf/sonarqube/index.md M xwiki/okf/sonarqube/syntax-rules.md M xwiki/okf/testing/strategy.md M xwiki/scripts/inject-org-instructions.mjs A xwiki/scripts/state-dir.mjs M xwiki/scripts/xwiki-it-slot.mjs M xwiki/skills/xwiki-doc-convert/references/conversion-plan.md M xwiki/skills/xwiki-doc-writing/SKILL.md M xwiki/skills/xwiki-doc-writing/tools/README.md M xwiki/skills/xwiki-doc-writing/tools/docpages.py M xwiki/skills/xwiki-fix-flickering-docker-test/SKILL.md M xwiki/skills/xwiki-jira/SKILL.md A xwiki/skills/xwiki-openproject/SKILL.md A xwiki/skills/xwiki-openproject/references/rest-api.md M xwiki/skills/xwiki-pull-request/SKILL.md A xwiki/skills/xwiki-release-test-triage/SKILL.md A xwiki/skills/xwiki-release-test-triage/tools/triage.mjs M xwiki/skills/xwiki-review/SKILL.md M xwiki/skills/xwiki-translations/SKILL.md Log Message: ----------- Merge remote-tracking branch 'origin/master' into misc-dependency-upgrade-commit-prefix # Conflicts: # xwiki/okf/servers/jira.md Commit: 0b7648bb922391e9bd4c907479f7a6df6bac5917 https://github.com/xwiki/xwiki-dev-llm/commit/0b7648bb922391e9bd4c907479f7a6... Author: Vincent Massol <[email protected]> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M xwiki/okf/conventions/commit-messages.md M xwiki/okf/conventions/dependencies.md M xwiki/okf/servers/jira.md Log Message: ----------- Merge pull request #98 from xwiki/misc-dependency-upgrade-commit-prefix [Misc] Record the dependency-upgrade commit prefix and issue description rules Compare: https://github.com/xwiki/xwiki-dev-llm/compare/c8498af86e5f...0b7648bb9223 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications
participants (1)
-
XWiki Notifications