Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-dev-llm Commit: 9849c155d02f1bea61bfbe60d0a7d2b90113cba2 https://github.com/xwiki/xwiki-dev-llm/commit/9849c155d02f1bea61bfbe60d0a7d2... Author: Vincent Massol <[email protected]> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M CLAUDE.md M README.md M xwiki/scripts/inject-org-instructions.mjs Log Message: ----------- [Misc] Let developers scope the org-instruction injection to their own GitHub orgs * Read extra GitHub org names from a new XWIKI_LLM_ORGS environment variable (comma- or whitespace-separated) and inject the org conventions in those repos too. `xwiki` and `xwiki-contrib` still always match, so an existing setup is unchanged and adding a company org does not drop the upstream ones. * Escape each name before it goes into the remote-matching regex, so a value containing regex metacharacters is matched literally instead of widening the scope. * Match the org case-insensitively, as GitHub org names are: a remote of `github.com/XWiki/xwiki-platform` previously got no injection at all. * Document the variable in README.md and the scoping rule in CLAUDE.md. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> Commit: c806ddde6f30e59d75ad4c6b273dc1b1148cf433 https://github.com/xwiki/xwiki-dev-llm/commit/c806ddde6f30e59d75ad4c6b273dc1... Author: Vincent Massol <[email protected]> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M CLAUDE.md M README.md M xwiki/scripts/inject-org-instructions.mjs Log Message: ----------- Merge pull request #109 from xwiki/org-injection-extensible-orgs [Misc] Let developers scope the org-instruction injection to their own GitHub orgs Compare: https://github.com/xwiki/xwiki-dev-llm/compare/ab01f131b3e8...c806ddde6f30 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications