Conversation
…and agents Co-authored-by: afranken <763000+afranken@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Ensure concise documentation for customers and developers
docs: fix incomplete configuration reference and missing doc files in agent skill
Feb 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes incomplete configuration documentation in AGENTS.md and updates the agent skill file to include missing documentation references. The changes ensure AI agents have accurate configuration details and proper guidance for updating Spring and Java documentation files.
Changes:
- Expanded
AGENTS.mdconfiguration section with full environment variable names and added missingCOM_ADOBE_TESTING_S3MOCK_CONTROLLER_CONTEXT_PATHand Spring Boot log-level flags - Added
make testcommand to build section for consistency with Makefile and testing documentation - Updated
.claude/skills/document/SKILL.mdto includedocs/SPRING.mdanddocs/JAVA.mdin documentation inventory with corresponding update triggers
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
AGENTS.md |
Replaced shorthand configuration with full environment variable names, added missing CONTROLLER_CONTEXT_PATH and debug/trace flags, and added make test command |
.claude/skills/document/SKILL.md |
Added docs/SPRING.md and docs/JAVA.md to documentation files table and included update triggers for Spring Boot and Kotlin/Java style changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
AGENTS.mdhad an incomplete configuration section that omittedCOM_ADOBE_TESTING_S3MOCK_CONTROLLER_CONTEXT_PATH(different prefix than the store variables) and the Spring Bootdebug/traceflags. The document skill's file inventory was also missingdocs/SPRING.mdanddocs/JAVA.md, leaving agents without guidance to update those files when Spring or Java patterns change.Changes
AGENTS.md— ConfigurationCOM_ADOBE_TESTING_S3MOCK_STORE_" shorthand with full variable names for all 7 variablesCOM_ADOBE_TESTING_S3MOCK_CONTROLLER_CONTEXT_PATH(was entirely absent)debug/traceSpring Boot log-level flagsAGENTS.md— Buildmake test(unit tests only), consistent withMakefileanddocs/TESTING.md.claude/skills/document/SKILL.mddocs/SPRING.mdanddocs/JAVA.mdto the Documentation Files table💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.