Rename ARCHITECTURE.md to THEORY-OF-OPERATIONS.md#6
Merged
Malcolmnixon merged 4 commits intomainfrom Mar 9, 2026
Merged
Conversation
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Rename ARCHITECTURE.md to theory-of-operations
Rename ARCHITECTURE.md to THEORY-OF-OPERATIONS.md
Mar 9, 2026
Malcolmnixon
requested changes
Mar 9, 2026
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Malcolmnixon
approved these changes
Mar 9, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Renames the repository’s theory-of-operations documentation from ARCHITECTURE.md to THEORY-OF-OPERATIONS.md, and updates in-repo references to match the new name.
Changes:
- Added
THEORY-OF-OPERATIONS.mdas the primary theory-of-operations document (replacing the oldARCHITECTURE.mdnaming). - Updated README documentation link and URL to point to
THEORY-OF-OPERATIONS.md. - Updated an inline code comment in
GlobMatcher.csto reference the renamed document.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/DemaConsulting.ReviewMark/GlobMatcher.cs | Updates inline documentation reference from the old doc name to the new one. |
| THEORY-OF-OPERATIONS.md | Adds the renamed/reframed theory-of-operations document content. |
| README.md | Updates the public-facing documentation link text and target to the renamed doc. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
…erations in README.md Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
This was referenced Mar 16, 2026
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.
ARCHITECTURE.mdis a theory-of-operations document, not an architecture document. Renaming it toTHEORY-OF-OPERATIONS.mdfor accuracy, and updating all references across the repo.Description
Renames
ARCHITECTURE.md→THEORY-OF-OPERATIONS.mdand updates all callsites:README.md— updated link text, reference URL, description (changed "full design" to "theory of operations"), and renamed the link reference key fromlink-architecturetolink-theory-of-operationsto match the target documentGlobMatcher.cs— updated inline comment referencing the document.github/pull_request_template.md— PR checklist retainsARCHITECTURE.mdas a placeholder for the future architecture documentType of Change
Related Issues
Pre-Submission Checklist
Before submitting this pull request, ensure you have completed the following:
Build and Test
dotnet build --configuration Releasedotnet test --configuration Releasedotnet run --project src/DemaConsulting.ReviewMark --configuration Release --framework net10.0--no-build -- --validateCode Quality
dotnet format --verify-no-changesQuality Checks
Please run the following checks before submitting:
cspell "**/*.{md,cs}"markdownlint "**/*.md"yamllint .Testing
Documentation
Additional Notes
No functional changes — this is a pure rename with reference updates.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.