-
Notifications
You must be signed in to change notification settings - Fork 0
OPS-POLISH-001: Polish public repository status docs #654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| # Maintainer Release And Sync Checklist | ||
|
|
||
| This checklist is for maintainers preparing CarbonOps-Parser branch synchronization, public repository cleanup, or a first alpha/review tag. It does not authorize automatic release creation, issue closure, or branch merges. | ||
|
|
||
| ## Branch State | ||
|
|
||
| - Verify `develop` contains the current accepted project state for the Python operator path, PostgreSQL-backed source-specific persistence, supported Phase 1 source families, and .NET parity evidence. | ||
| - Confirm the working tree is clean before any branch sync, release tag, or public handoff. | ||
| - Merge or sync `develop` to `main` only after review approval and repository state confirmation. | ||
| - Confirm the README on the default branch no longer contains stale baseline-status wording that contradicts the accepted project state. | ||
|
|
||
| ## Pull Requests And Issues | ||
|
|
||
| - Review open pull requests for stale duplicates, especially duplicate documentation polish or baseline-cleanup PRs that are superseded by the accepted branch state. | ||
| - Close or supersede stale duplicate PRs only after confirming their useful changes are already represented or intentionally rejected. | ||
| - Review open issues whose GitHub state and labels disagree, such as issues that remain open while carrying a `status:merged` label. | ||
| - Update issue labels or close issues only through the normal maintainer workflow; do not use this checklist as automatic closure authority. | ||
|
|
||
| ## Release Readiness | ||
|
|
||
| - Create a first alpha/review tag only after branch state, duplicate PRs, issue labels, README status, and validation evidence are clean. | ||
| - Confirm release notes describe the narrow project-level production-ready scope without expanding into carbon-accounting, legal, compliance, source-owner, or package-publication claims. | ||
| - Confirm package publication status is accurate before mentioning any install channel beyond repository-local or editable installs. | ||
| - Confirm release validation references exact commands and does not rely on private infrastructure. | ||
|
|
||
| ## Repository Hygiene | ||
|
|
||
| - Confirm no secrets, DSNs, API keys, local database credentials, private source files, or environment-specific values are committed. | ||
| - Confirm no generated artifacts, caches, `.venv`, `__pycache__`, `.pytest_cache`, coverage outputs, screenshots, binaries, database dumps, or downloaded source files are committed. | ||
| - Confirm docs and templates still require scoped PRs, validation evidence, no production credentials, no generated artifacts, and no production-ready claim expansion without an explicit review task. | ||
| - Confirm public examples remain deterministic and local-only unless a reviewed task explicitly changes that boundary. | ||
|
|
||
| ## Handoff Notes | ||
|
|
||
| Record the final branch, commit, validation commands, skipped checks with reasons, open maintainer follow-ups, and tag decision in the release or sync handoff. |
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When readers use this gap analysis after the status-doc refresh, this new parity-evidence sentence conflicts with the same section's remaining gap list and closing sentence, which still say the .NET path needs project structure/runtime entry points and that parity should begin later. That makes the public readiness guidance internally inconsistent, so the stale .NET gap text should be reconciled with the new claimed parity scope.
Useful? React with 👍 / 👎.