Skip to content

Instantly share code, notes, and snippets.

View Xexr's full-sized avatar

Dane Poyzer Xexr

View GitHub Profile
@Xexr
Xexr / pr1226-fork-pr-reviews.md
Created February 13, 2026 15:18
PR 1226 Fork PR Reviews — Review notes for fork PRs 3-8

PR #1226 Fork PR Reviews

Date: 2026-02-13 Reviewer: furiosa (parallel code-reviewer agents, Opus 4.6) Methodology: Each fork PR reviewed independently in parallel. Three questions per PR:

  1. Is the original review finding legitimate?
  2. Does the fork PR fully address it?
  3. Does the fix introduce regressions or new issues?

@Xexr
Xexr / pr-1226-mt3-guardrails-plan.md
Created February 13, 2026 15:17
PR 1226 MT-3 Guardrails Plan — Refinery formula safety for auto_land

MT-3 Fix: Integration Branch Landing Guardrails

Context

During Julian's manual testing of PR #1226, the refinery AI (Sonnet 4.5) bypassed the auto_land=false setting and landed an integration branch to main using raw git merge + git push. This is MT-3 — a formula guardrail gap, not a code bug. The AI agent ignored the formula's "nothing to do" instruction and acted autonomously.

This plan implements a three-layer defense-in-depth approach:

  • Layer 1 (Formula + Role): Explicit FORBIDDEN directives in both the formula and role template
  • Layer 2 (Git Hook): Pre-push hook that blocks integration branch content landing on the default branch
  • Layer 3 (Code): PushWithEnv() method that only the legitimate gt mq integration land code path can use to bypass the hook
@Xexr
Xexr / pr-1226-integration-branch-test-plan.md
Created February 13, 2026 15:17
PR 1226 Internal Integration Branch Test Plan

Integration Branch Test Plan

Manual validation tests for PR #1226: make integration branches end-to-end across the pipeline. Each phase is designed to be run sequentially by a crew member in the gastown rig.

Review note: This is a revised version of the original test plan from crew/max/. Changes from the original are marked with [REVISED] or [NEW] tags.

Prerequisites

@Xexr
Xexr / pr-1226-integration-branch-review.md
Created February 13, 2026 15:17
PR 1226 Integration Branch Review — Multi-model code review findings

Implementation Review: Integration Branch Enhancement (PR #1226)

Date: 2026-02-12 Reviewers: Opus 4.6, GPT 5.3 Codex (Gemini 3 Pro: failed — rate limit) Branch: feat/integration-branch-enhancement Commit: 96a970b2

Review Configuration

  • Spec Reviewed: PR #1226 description, docs/concepts/integration-branches.md
  • Implementation Reviewed: 50+ files across internal/beads/, internal/cmd/, internal/config/, internal/git/, internal/rig/, internal/polecat/, internal/refinery/, internal/doctor/, .beads/formulas/, docs/
@Xexr
Xexr / pr-1226-julian-e2e-test-plan.md
Created February 13, 2026 15:17
PR 1226 Julian's E2E Test Plan — 28 tests, 3 runs, all pass

PR #1226 Manual Test Plan — Integration Branches End-to-End

Source: Julian's gist PR: Xexr/#1226 (59 files, +5691/−1186) Scope: Make integration branches work end-to-end: sling → polecat spawn → MR submit → refinery merge → land Environment: Town at ~/gt, Rig: gastown Date: 2026-02-13 Adapted for: Xexr fork environment (paths, build, MT-3 guardrails)

Environment Differences from Julian's Original

@Xexr
Xexr / pr1226-review-tracking.md
Created February 13, 2026 15:17
PR 1226 Review Tracking — Master finding tracker for integration branches E2E
@Xexr
Xexr / gastown_manual.md
Last active January 21, 2026 18:38
Gas Town User Manual

Gastown User Manual

A comprehensive guide to understanding and using Steve Yegge's multi-agent orchestrator for Claude Code Generated based on the current gt repo (as of 20/1/26 and the various articles found online as of the same date)

Table of Contents

  1. What is Gastown?
  2. Are You Ready?
  3. How It Relates to Beads