Skip to content

docs: add AGENTS.md and Claude Code worktree config - #354

Merged
Uxío (Uxio0) merged 1 commit into
mainfrom
chore/claude-worktree-setup
Sep 23, 2026
Merged

Uxío (Uxio0) merged 1 commit into
mainfrom
chore/claude-worktree-setup

Conversation

@Uxio0

Copy link
Copy Markdown
Member

Make sure these boxes are checked! 📦✅

  • You ran ./run_tests.sh
  • You ran pre-commit run -a

Not ticked on purpose: this PR touches no Python. The pre-commit hooks ran on the committed files and passed.

What was wrong? 👾

The repo had no agent guide in git, so Claude Code and other agent tools started with no context on the service.

.claude/worktrees/ was not ignored, so a local worktree showed up as untracked in git status.

.env is gitignored, so a new worktree starts without it.

How was it fixed? 🎯

  • Added AGENTS.md as the canonical agent guide, with CLAUDE.md as a symlink to it. One file, two names.
  • Added /.claude/worktrees/ and /.claude/settings.local.json to .gitignore, anchored to the repo root to match safe-queue-service.
  • Added .worktreeinclude with .env so new worktrees get it.

Review note

AGENTS.md is new content and worth a read. It covers project overview, development setup, architecture, configuration, API endpoints, testing strategy, Python version, code quality standards and architectural decisions.

@Uxio0
Uxío (Uxio0) requested a review from a team as a code owner September 22, 2026 15:06
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 22, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-22T15:11:43.455509Z 40c28f2 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

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.

Reviewed commit: 40c28f2225

ℹ️ 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 (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "Codex (@codex) address that feedback".

Comment thread AGENTS.md Outdated
AGENTS.md is the canonical agent guide. CLAUDE.md is a symlink to it so
both names load the same file.
Ignore the root .claude worktree and local settings paths.
Add .worktreeinclude so new worktrees get the local .env.
@Uxio0
Uxío (Uxio0) force-pushed the chore/claude-worktree-setup branch from 40c28f2 to aff6718 Compare September 22, 2026 15:31
@Uxio0
Uxío (Uxio0) merged commit 7dae006 into main Sep 23, 2026
8 checks passed
@Uxio0
Uxío (Uxio0) deleted the chore/claude-worktree-setup branch September 23, 2026 10:06
@github-actions github-actions Bot locked and limited conversation to collaborators Sep 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants