Add consumer-side Pickleball guidance pointers - #6
Merged
Conversation
Keep the nested AGENTS.md exporter one-liner, add the same bootstrap for IntelliJ Copilot Chat, and point the consumer README at AGENTS.md without copying the full guide or snapshotting those bridges. Co-authored-by: ds-code-t <ds-code-t@users.noreply.github.com>
ds-code-t
marked this pull request as ready for review
August 25, 2026 00:40
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.
Summary
Add the agreed consumer-side Pickleball guidance pointers to the nested Maven consumer.
AGENTS.mdstays a single exporter one-liner. IntelliJ Copilot Chat gets the same one-liner in.github/copilot-instructions.md. The consumer README points humans and agents atAGENTS.mdwithout duplicating the full guidance lifecycle.These pointer files remain consumer-side bridges. They are not added to the
sync_consumer_guidance.pyMaven consumer reference snapshot.Functionality-change coverage
AGENTS.mdand the relevant feature-map entry.PickleballGuidanceChecksasserts the Copilot bridge is not exported)docs/agent/feature-map.mdremains accurate.docs/agent/repository-index.mdis current.Validation
python scripts/verify_agent_contract.pypython scripts/refresh_agent_index.py --checkpython scripts/sync_consumer_guidance.py --check./gradlew test— skipped; docs/pointer-only change, no runtime behavior change./gradlew publishToMavenLocal— skipped; same reason./maven-consumer-project/mvnw ... test/@all— skipped per request unless a contract check required itContract scripts were refreshed so the consumer Copilot file is required rather than forbidden, both bridges must stay identical one-liners, and the README must point at
AGENTS.mdwithout pasting exporter lifecycle details.This PR targets
2.1.9only. Do not merge tomaster.