docs(contributing): enforce ff-only main and branch-first workflow#9282
Closed
dymaxionlab wants to merge 2 commits into
Closed
docs(contributing): enforce ff-only main and branch-first workflow#9282dymaxionlab wants to merge 2 commits into
dymaxionlab wants to merge 2 commits into
Conversation
Add prioritized Git workflow policy to CONTRIBUTING and website docs.\nDefine multi-machine sync protocol, pull/update protocol, and conflict\nresolution expectations.\n\nTighten PR template checklist to enforce non-main development, ff-only\nmain updates, and rebase-before-merge hygiene.
Author
|
this was made in error |
…kflow" This reverts commit 16a06c5.
Author
|
Closing after updating head branch to no-op against main. |
jankadlecek
added a commit
to jankadlecek/hermes-agent
that referenced
this pull request
May 24, 2026
OpenAI's "Enable device code authorization for Codex" toggle in ChatGPT Settings is broken/missing for many account types since early 2026 (openai/codex NousResearch#9253, NousResearch#9282, NousResearch#9327, NousResearch#9418). Hermes dashboard's KEYS → Codex LOGIN button uses device code internally, so it fails out of the box. Local `codex login` uses PKCE with a localhost callback and is unaffected, so let the operator do that login on their Mac and ship the resulting tokens to the container via a base64 env var. The bootstrap runs once when CODEX_AUTH_JSON_B64 is set AND the Hermes auth store does not yet exist on the volume. It writes both the Codex CLI shared file and the Hermes auth.json with active_provider set to "openai-codex", so Hermes's auto-detect picks Codex without needing any further dashboard interaction. 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.
What does this PR do?
Adds explicit Git workflow policy to keep updates simple and low-risk:
mainis clean + fast-forward onlymain)Also updates PR checklist to enforce these expectations.
Related Issue
Fixes #
Type of Change
Changes Made
CONTRIBUTING.mdwith required Git workflow policy and protocolswebsite/docs/developer-guide/contributing.mdwith same policy.github/PULL_REQUEST_TEMPLATE.mdchecklist with ff-only/rebase hygiene checksHow to Test
Checklist
pytest tests/ -qand all tests pass (N/A docs-only)