-
Notifications
You must be signed in to change notification settings - Fork 28
🤖 Add documentation for Project Secrets and Agentic Git Identity #101
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
Conversation
- Created comprehensive guide for using separate git identity for AI commits - Covers GitHub account setup, Classic token creation, and credential config - Includes troubleshooting section for common issues - Documents the credential helper chain fix for macOS keychain conflicts - Added to docs/SUMMARY.md for navigation _Generated with `cmux`_
- Created comprehensive guide for managing project secrets - Covers secret management UI, security considerations, and troubleshooting - Documents how secrets are injected as environment variables in bash commands - Added to docs/SUMMARY.md for navigation _Generated with `cmux`_
_Generated with `cmux`_
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.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Address Codex feedback (P1): - Use 'gh auth setup-git' as recommended approach (scopes to GitHub only) - Add warning about global credential helper replacement - Provide both scoped and global replacement options - Update troubleshooting to mention scoped configuration This prevents breaking Git authentication for non-GitHub remotes (GitLab, Bitbucket, etc.) while still properly configuring GitHub authentication via gh CLI. _Generated with `cmux`_
|
@codex review |
_Generated with `cmux`_
|
Codex Review: Didn't find any major issues. You're on a roll. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. |
- Merged macOS/Linux/Windows sections into single unified approach - Now recommends using Project Secrets for GIT_AUTHOR_* and GIT_COMMITTER_* variables - Updated troubleshooting sections to reference Project Secrets instead of shell config - Updated reverting section to use Project Secrets UI - Cross-referenced project-secrets.md documentation This makes setup much simpler and keeps all project configuration in one place. Preserves user's existing edits to intro section. _Generated with `cmux`_
- Added 'Minimum Viable Documentation' style guide to README.md - Emphasizes trusting users, removing fluff, and keeping only essential info - Fixed icon references to use correct 🔑 (key) emoji instead of 🔒 (lock) Based on recent doc simplification changes that cut ~200 lines of unnecessary troubleshooting, step-by-step UI instructions, and hypothetical best practices. _Generated with `cmux`_
Instead of generic example, now prints exact commands for each PNG: cwebp 'docs/img/screenshot.png' -o 'docs/img/screenshot.webp' -q 85 _Generated with `cmux`_
_Generated with `cmux`_
Overview
Added comprehensive user-facing documentation for two key features:
Changes
Project Secrets Documentation (
docs/project-secrets.md)Agentic Git Identity Documentation (
docs/agentic-git-identity.md)Testing
Both documents have been added to
docs/SUMMARY.mdfor proper navigation.Generated with
cmux