Record June distribution pass#8
Open
Ducksss wants to merge 1 commit into
Open
Conversation
Summary: - Reconcile existing distribution PRs and accepted listings. - Record new CLIhub and yubing744 submissions plus directory forms. - Add the broad awesome-list pause after maintainer feedback. Rationale: - The pass found a clear signal that repeated awesome-list PRs can hurt curation trust, so the ledger now shifts future outreach toward Codex-specific and structured registry channels. - Recording submitted, deferred, skipped, and blocked channels keeps the next distribution pass from duplicating work. Tests: - git diff --check - bash -n bin/codex-profile - bash -n test/codex-profile-test.sh - bin/codex-profile help >/dev/null - make test (fails in current app-instance launch test: fake open's child Codex process is killed before the docs-only change is involved) Co-authored-by: Codex <codex@openai.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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:\n- Reconciles existing distribution PRs and accepted listings.\n- Records new CLIhub and yubing744 submissions plus OpenAgent/CLIHunt form submissions.\n- Adds a policy pause for broad near-identical awesome-list PRs after maintainer feedback.\n\nValidation:\n- git diff --check\n- bash -n bin/codex-profile\n- bash -n test/codex-profile-test.sh\n- bin/codex-profile help >/dev/null\n- CLIhub registry entry validated against the pre-addition registry\n- CLIhub tests: uv run --with pytest --with pydantic --with pyyaml --with rich --with click --with rapidfuzz pytest -q tests/test_registry.py tests/test_submit.py\n\nNote:\n- make test currently fails in the app-instance launch test because the fake open helper's child Codex process is killed before this docs-only change is involved.