docs: fix accomodate + architectutral typos in CLAUDE.md and AGENTS.md#97
Merged
Conversation
… typos Both typos propagated here from the shared agent-guidance ruleset heritage. Same two typos were fixed in laserfiche-cli-temp#125. Caught this time by a codespell pass during related work in laserfiche. CLAUDE.md and AGENTS.md both carry the same 4 typo instances (each file has 'architectutral' at line 39 and 'accomodate' at line 56); all 4 fixed. PRing (line 150 in CLAUDE.md) was also flagged by codespell but is intentional GitHub/dev vernacular for 'creating a pull request'; skipped as a false positive. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Four typo fixes across
CLAUDE.mdandAGENTS.md:architectutral→architectural(line 39 in each file)accomodate→accommodate(line 56 in each file)Both typos were inherited from the shared agent-guidance ruleset that this repo shares with
laserfiche-cli-temp— same two typos were fixed there in laserfiche-cli-temp#125. Caught here by a codespell pass during related work; propagating the fix.Codespell false-positive (skipped)
PRingon line 150 of CLAUDE.md is intentional GitHub/dev vernacular for "creating a pull request." Left as-is.Merge classification
Routine — docs-only, 4-line typo fix. No security-sensitive code, no data-integrity paths. Targets
devper this repo's convention (feature/fix PRs → dev, dev-to-main promotion PRs handle the release cut separately).Test plan
codespell CLAUDE.md AGENTS.mdreturns only the skippedPRingfalse positive on line 150 of CLAUDE.md🤖 Generated with Claude Code