Merged
Conversation
Previous AI-agent section listed commands but skipped the "how do I actually wire this up" step. Fixed: - Claude Code section now shows three install paths (user-global, project-local auto-discovery, symlink) with exact shell commands and a verify step (`claude /skills`). Dropped the gstack skill-registry reference — that's internal tooling, not something a public user has. - Codex / Cursor / Aider / Continue section names the concrete mechanism each one uses (AGENTS.md / .cursorrules / CONVENTIONS.md) and provides a drop-in block the user pastes into their project memory. That's the integration — the agent reads the file at session start and knows when to reach for ghax. - New no-memory fallback for raw-shell harnesses — documents exit codes (0, 2, 4) and the --json convention so ghax behaves predictably under programmatic drivers.
kepptic
added a commit
that referenced
this pull request
Apr 24, 2026
docs(readme): actual AI-agent setup steps
kepptic
added a commit
that referenced
this pull request
Apr 24, 2026
docs(readme): actual AI-agent setup steps
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.
Previous section waved at skills without saying how to install them, and didn't tell Codex/Cursor users where to put the integration brief. Now: concrete install commands for Claude Code (three paths + verify), drop-in AGENTS.md block for Codex/Cursor/Aider/Continue, raw-shell fallback with documented exit codes.