Add OPERATIONS.md and clang-format standards to the backlog - #443
Merged
Conversation
Two fleet-standard opportunities surfaced by the config-repo convergence: a standard OPERATIONS.md as the extraction target for operational content pulled out of a carried AGENTS.md, and a canonical clang-format config for the cpp type (the C++ analogue of the shared ruff config). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds two new backlog items to the README's TODO list to capture fleet-standardization work identified during Home Assistant / ESPHome convergence, keeping the guidance in a committed location.
Changes:
- Add a backlog item to standardize
OPERATIONS.mdas the extraction target for repo-specific operational/runbook content. - Add a backlog item to define a fleet-standard
.clang-formatstyle for thecpptype (catalog snippet + CODESTYLE C++ section) to anchorcpp.clangformat.shared.
cspell checks .md files and does not know the identifier clangformat (from the cpp.clangformat.shared check id, which lives in a .json cspell does not check). Refer to the cpp clang-format check descriptively instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Uh oh!
There was an error while loading. Please reload this page.
ptr727 added a commit
that referenced
this pull request
Jul 25, 2026
#446) ## Promote develop to main Three doc/spec-only changes (no code path, no release): - **#443** - backlog: standardize `OPERATIONS.md` as the extraction target for operational content, and add a canonical clang-format config for the `cpp` type. - **#444** - name the post-push review race in the merge gate (AGENTS.md + copilot-instructions): a push turns checks green before the re-review lands, so confirm a review on the current head SHA before reading merge-state. - **#445** - bridge the CODESTYLE Python profiles (Project/Scripts) to the declared `build`/`lint-only` names. ## Verification `spec/validate.py` OK; `spec/audit.py --selftest` PASS. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
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 freeto 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.
Two backlog items from the HA/ESPHome convergence: (1) standardize
OPERATIONS.mdas the fleet's extraction target for operational content pulled out of a carried AGENTS.md (both repos' agents converged on it); (2) add a canonical clang-format config for thecpptype - the C++ analogue of the shared ruff config - socpp.clangformat.sharedreferences one style, based on the ESPHome agent's proposal.Docs-only.
spec/validate.pyOK.🤖 Generated with Claude Code