chore(docs): rename CLAUDE.md to AGENTS.md and update changelog#43
Merged
Merged
Conversation
…ixes - Rename CLAUDE.md -> AGENTS.md (history preserved) and generalize the title to "Project Context for AI Coding Agents" so it isn't tool-specific. - Update references to the renamed file in .gitleaks.toml and CONTRIBUTING.md. - CHANGELOG: document the recent Azure AI Foundry fixes under [Unreleased]: provider/model-config persistence (bind-mount + in-place SaveProviders), live provider propagation via SetProviders, Anthropic thinking-block parsing, refusal handling, and start-stack.sh rebuild.
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
Documentation/housekeeping chore.
CLAUDE.md→AGENTS.md(history preserved viagit mv) andgeneralize the title to "Project Context for AI Coding Agents" so the
project-context doc is tool-agnostic (works for any agent, not just Claude).
.gitleaks.tomlallowlist entryCONTRIBUTING.mdarchitecture note[Unreleased] → Fixed(they were previously undocumented):
SaveProvidersfalls back to an in-placewrite when atomic rename fails on single-file Docker bind mounts; compose
files bind-mount
providers.json/.envread-write.SetProviders()from allprovider mutation handlers.
thinkingblock beforetext) and surfaces policy refusals distinctly.start-stack.shrebuilds the app image (up -d --build).No code or API changes. README/SETUP were checked — they don't reference the
renamed file, and remaining "Claude" mentions refer to the Anthropic models.