fix(release): prevents go mod tidy to upgrade go version requirement (#… …127) With go1.26, go mod tidy may upgrade the go version requirement. Using GOTOOLCHAIN, we pin this behavior to the current version required. We don't want any automated / auto-merged go version upgrade that might propagate across our dependencies. Any go version requirement upgrade must be controlled and pass through the regular PR workflow, not an automated job. chore(cleanup): removed from git versioning my experimental scripts, some of the local Claude configuration. Shared workflow writing rules and conventions to use with Claude. agentic(copilot): added copilot instructions (linked rules, simplified instructions) to follow the ones used with Claude Code. Signed-off-by: Frederic BIDON fredbi@yahoo.com Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history