Skip to content

chore: document feature worktree workflow#120

Merged
Postlog merged 1 commit into
mainfrom
chore/worktree-workflow
Jun 28, 2026
Merged

chore: document feature worktree workflow#120
Postlog merged 1 commit into
mainfrom
chore/worktree-workflow

Conversation

@Postlog

@Postlog Postlog commented Jun 28, 2026

Copy link
Copy Markdown
Owner

What

Formalize the per-feature development workflow.

Every feature/fix is developed in its own git worktree on its own branch — never
directly on main in the main checkout. The cycle is branch → commit → push → PR;
changes land via a reviewed, approved PR.

Changes

  • AGENTS.md — new section "Working on a change — worktree, branch, PR" describing
    the workflow (git worktree add -b <type>/<slug> .worktrees/<slug>, run make all
    before pushing, open a PR, clean up the worktree after merge).
  • .gitignore — ignore .worktrees/ so the in-repo feature checkouts never pollute
    git status.
  • CHANGELOG.md — entry for this PR.

Note

Docs/.gitignore only — no Go/build/test surface touched.

Every feature/fix is developed in its own git worktree under .worktrees/<slug>
on its own branch (branch -> commit -> push -> PR; never edit main directly).
Document the workflow in AGENTS.md and add .worktrees/ to .gitignore so those
in-repo checkouts stay out of git status.
@Postlog Postlog force-pushed the chore/worktree-workflow branch from af33bab to e42ecc1 Compare June 28, 2026 13:40
@Postlog Postlog merged commit 12975ed into main Jun 28, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant