Skip to content

chore: ignore gh-aw run artifacts and local MCP config - #1688

Merged
bradygaster merged 1 commit into
devfrom
recovery/e2e-reconcile-origin-dev
Aug 12, 2026
Merged

chore: ignore gh-aw run artifacts and local MCP config#1688
bradygaster merged 1 commit into
devfrom
recovery/e2e-reconcile-origin-dev

Conversation

@bradygaster

Copy link
Copy Markdown
Owner

Summary

Adds two .gitignore entries surfaced during the bradygaster/squad-gh-aw-e2e-4 live demo recovery audit (branch recovery/frozen-e2e-20260812).

Changes

.gitignore  +5 lines, 0 deletions

Added ignore rules

Pattern What it covers
/run-artifacts/ gh-aw runtime output produced during live workflow runs: aw-prompts/, MCP logs, safe-outputs.jsonl, agent_output.json, AIC usage cache. Generated, not a source artifact.
/.mcp.json Machine-local MCP server configuration (squad_state server via @bradygaster/squad-cli@insider). Developer-environment-specific; should never be committed.

Both paths were present as untracked files in the frozen E2E session worktree and are absent from all remote branches. Without these rules, a future git add . or inattentive staging could silently commit gigabytes of run logs or a machine-local config containing server addresses.

Recovery context

The audit was performed on a detached-HEAD worktree frozen at 61cc6429 after a successful E2E run (5 epics, 12 tasks, 44/44 tests passing). Recovery examined every dirty/untracked path against a freshly fetched origin/dev. All other recovered content — test/gh-aw-quality.test.ts (634 lines) and workflows/squad.md — was confirmed byte-identical to origin/dev by FIDO checkpoint e5320de9 and Procedures commit 13e6447d; no re-commit was needed or made here.

Validation

  • git check-ignore -v run-artifacts/.gitignore:57:/run-artifacts/
  • git check-ignore -v .mcp.json.gitignore:59:/.mcp.json
  • package.json not ignored ✅
  • 1 file changed, 5 insertions(+), 0 deletions ✅
  • No product source, workflow, test, changeset, or squad-state files touched

Scope

repo-health — ignore rules only. No changeset required (no package source modified).

Add two .gitignore entries identified during E2E recovery audit
(recovery/frozen-e2e-20260812):

  /run-artifacts/  — gh-aw runtime output (aw-prompts, MCP logs,
                     safe-outputs, agent I/O) produced during live
                     workflow runs; not a source artifact.
  /.mcp.json       — machine-local MCP server configuration; personal
                     to the developer's environment.

Both paths were present as untracked files during the bradygaster/
squad-gh-aw-e2e-4 live demo session and are confirmed absent from
all remote branches. Ignoring them prevents accidental staging.

No product code, test, workflow, or squad-state changes.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 32ea40b4-299f-49f4-9561-243ad1f277c7
Copilot AI lite review requested due to automatic review settings August 12, 2026 16:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@github-actions

github-actions Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

🛫 PR Readiness Check

ℹ️ This comment updates on each push. Last checked: commit 09eca99

PR Scope: 🔧 Infrastructure

⚠️ 1 item(s) to address before review

Status Check Details
Single commit 1 commit — clean history
Not in draft Ready for review
Branch up to date Up to date with dev
Copilot review No Copilot review yet — it may still be processing
Changeset present No source files changed — changeset not required
Scope clean No .squad/ or docs/proposals/ files
No merge conflicts No merge conflicts
Copilot threads resolved No Copilot review threads
CI passing All checks passing

Files Changed (1 file, +5 −0)

File +/−
.gitignore +5 −0

Total: +5 −0


This check runs automatically on every push. Fix any ❌ items and push again.
See CONTRIBUTING.md and PR Requirements for details.

@github-actions

Copy link
Copy Markdown
Contributor

🟢 Impact Analysis — PR #1688

Risk tier: 🟢 LOW

📊 Summary

Metric Count
Files changed 1
Files added 0
Files modified 1
Files deleted 0
Modules touched 1

🎯 Risk Factors

  • 1 files changed (≤5 → LOW)
  • 1 module(s) touched (≤1 → LOW)

📦 Modules Affected

root (1 file)
  • .gitignore

This report is generated automatically for every PR. See #733 for details.

@bradygaster
bradygaster merged commit fa18a51 into dev Aug 12, 2026
15 checks passed
@bradygaster
bradygaster deleted the recovery/e2e-reconcile-origin-dev branch August 12, 2026 23:41
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.

2 participants