Skip to content

chore: gitignore .shipyard/ and remove tracked Shipyard state#146

Merged
blehnen merged 1 commit into
masterfrom
chore/gitignore-shipyard
May 19, 2026
Merged

chore: gitignore .shipyard/ and remove tracked Shipyard state#146
blehnen merged 1 commit into
masterfrom
chore/gitignore-shipyard

Conversation

@blehnen
Copy link
Copy Markdown
Owner

@blehnen blehnen commented May 19, 2026

Why

Shipyard runtime artifacts (plans, state, lessons, roadmap, phase directories) are process state — not project deliverables. Tracking them in git inflates PR diffs to the point where CodeRabbit's free-tier review threshold gets tripped silently. PR #143 hit exactly this and got no AI review. The clean polling-fix split (PR #145) reviews fine without the .shipyard/ noise.

What this PR does

  • Adds .shipyard/ to .gitignore.
  • Removes the 130 currently-tracked files under .shipyard/ via git rm.
  • The local .shipyard/ directory is preserved on each contributor's machine — only the git-tracked copies are removed. Future Shipyard sessions still work; their artifacts just don't show up in PRs.

Not lost

  • CLAUDE.md's "Lessons Learned" section already mirrors the institutional knowledge from .shipyard/LESSONS.md — that remains the canonical source.
  • If a specific plan, design doc, or roadmap needs to be permanent and shareable, it can be moved to docs/ on a case-by-case basis as needed.

Test plan

  • dotnet build "Source/DotNetWorkQueue.sln" -c Debug passes locally (nothing under Source/ touched)
  • Jenkins green
  • CodeRabbit reviews this PR (sanity-check that the smaller, cleaner diff is reviewable)

Follow-up for PR #143

PR #143 (phase-2-inbox-foundation) carries:

  1. A .coderabbit.yaml (commit cbb8aa30) that excludes .shipyard/** from review — no longer needed after this lands.
  2. ~130 .shipyard/ files that will conflict with the gitignore on rebase.

When this PR merges, rebase PR #143 onto the new master and drop both the .coderabbit.yaml commit and the .shipyard/ additions.

🤖 Generated with Claude Code

Shipyard runtime artifacts (STATE.json, HISTORY.md, plans, phase directories,
lessons, roadmap) are per-machine process state, not project deliverables.
Tracking them in git bloats PR diffs to the point where CodeRabbit's free-tier
review threshold gets tripped silently — PR #143 (phase-2 inbox foundation)
hit exactly this and got no AI review. The clean polling-fix split off PR #143
(see PR #145) demonstrated CodeRabbit reviews fine when .shipyard noise is
absent.

Going forward:
  • Plans, lessons, and roadmaps that need to be shared live in CLAUDE.md
    (Lessons Learned) and docs/.
  • Shipyard's runtime state stays local-only; share across machines via
    Dropbox/copy if multi-machine work is needed.
  • Existing knowledge in .shipyard/LESSONS.md is already mirrored in
    CLAUDE.md's Lessons Learned section (the canonical source).

This commit:
  • Adds .shipyard/ to .gitignore.
  • Removes the 130 currently-tracked files under .shipyard/ via git rm.
  • The .shipyard/ directory remains on the local machine — only the
    git-tracked copies are removed. Future shipyard sessions can use the
    directory normally; it just won't show up in PRs.

Note for the open PR #143: that branch carries a one-line .coderabbit.yaml
(commit cbb8aa3) that excludes .shipyard/** from review scope. With this
PR landed, that file is no longer needed and can be dropped during the
rebase of PR #143 onto the new master.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 19, 2026

Warning

Rate limit exceeded

@blehnen has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 54 minutes and 50 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6083f1ac-d26f-40fa-93ef-8503c6c38107

📥 Commits

Reviewing files that changed from the base of the PR and between 5d014b7 and 24fa2f5.

📒 Files selected for processing (131)
  • .gitignore
  • .shipyard/AUDIT-SHIP.md
  • .shipyard/HISTORY.md
  • .shipyard/INBOX-PATTERN-IDEA.md
  • .shipyard/ISSUES.md
  • .shipyard/LESSONS.md
  • .shipyard/MILESTONE-REPORT.md
  • .shipyard/NOTES.md
  • .shipyard/PROJECT.md
  • .shipyard/ROADMAP.md
  • .shipyard/STATE.json
  • .shipyard/codebase/ARCHITECTURE.md
  • .shipyard/codebase/CONCERNS.md
  • .shipyard/codebase/CONVENTIONS.md
  • .shipyard/codebase/INTEGRATIONS.md
  • .shipyard/codebase/STACK.md
  • .shipyard/codebase/STRUCTURE.md
  • .shipyard/codebase/TESTING.md
  • .shipyard/config.json
  • .shipyard/notes/phase-1-polly-bypass-spike.md
  • .shipyard/phases/1/CONTEXT-1.md
  • .shipyard/phases/1/CRITIQUE.md
  • .shipyard/phases/1/RESEARCH.md
  • .shipyard/phases/1/VERIFICATION.md
  • .shipyard/phases/1/plans/PLAN-1.1.md
  • .shipyard/phases/1/results/AUDIT-1.md
  • .shipyard/phases/1/results/DOCUMENTATION-1.md
  • .shipyard/phases/1/results/REVIEW-1.1.md
  • .shipyard/phases/1/results/SIMPLIFICATION-1.md
  • .shipyard/phases/1/results/SUMMARY-1.1.md
  • .shipyard/phases/2/CONTEXT-2.md
  • .shipyard/phases/2/CRITIQUE.md
  • .shipyard/phases/2/RESEARCH.md
  • .shipyard/phases/2/VERIFICATION.md
  • .shipyard/phases/2/plans/PLAN-1.1.md
  • .shipyard/phases/2/plans/PLAN-2.1.md
  • .shipyard/phases/2/plans/PLAN-2.2.md
  • .shipyard/phases/2/plans/PLAN-3.1.md
  • .shipyard/phases/2/plans/PLAN-3.2.md
  • .shipyard/phases/2/results/AUDIT-2.md
  • .shipyard/phases/2/results/DOCUMENTATION-2.md
  • .shipyard/phases/2/results/REVIEW-1.1.md
  • .shipyard/phases/2/results/REVIEW-2.1.md
  • .shipyard/phases/2/results/REVIEW-2.2.md
  • .shipyard/phases/2/results/REVIEW-3.1.md
  • .shipyard/phases/2/results/REVIEW-3.2.md
  • .shipyard/phases/2/results/SIMPLIFICATION-2.md
  • .shipyard/phases/2/results/SUMMARY-1.1.md
  • .shipyard/phases/2/results/SUMMARY-2.1.md
  • .shipyard/phases/2/results/SUMMARY-2.2.md
  • .shipyard/phases/2/results/SUMMARY-3.1.md
  • .shipyard/phases/2/results/SUMMARY-3.2.md
  • .shipyard/phases/2/results/VERIFY-PLANS.md
  • .shipyard/phases/3/CONTEXT-3.md
  • .shipyard/phases/3/CRITIQUE.md
  • .shipyard/phases/3/RESEARCH.md
  • .shipyard/phases/3/VERIFICATION.md
  • .shipyard/phases/3/plans/PLAN-1.1.md
  • .shipyard/phases/3/plans/PLAN-2.1.md
  • .shipyard/phases/3/plans/PLAN-2.2.md
  • .shipyard/phases/3/results/AUDIT-3.md
  • .shipyard/phases/3/results/DOCUMENTATION-3.md
  • .shipyard/phases/3/results/REVIEW-1.1.md
  • .shipyard/phases/3/results/REVIEW-2.1.md
  • .shipyard/phases/3/results/REVIEW-2.2.md
  • .shipyard/phases/3/results/SIMPLIFICATION-3.md
  • .shipyard/phases/3/results/SUMMARY-1.1.md
  • .shipyard/phases/3/results/SUMMARY-2.1.md
  • .shipyard/phases/3/results/SUMMARY-2.2.md
  • .shipyard/phases/4/CONTEXT-4.md
  • .shipyard/phases/4/CRITIQUE.md
  • .shipyard/phases/4/RESEARCH.md
  • .shipyard/phases/4/VERIFICATION.md
  • .shipyard/phases/4/plans/PLAN-1.1.md
  • .shipyard/phases/4/plans/PLAN-2.1.md
  • .shipyard/phases/4/plans/PLAN-2.2.md
  • .shipyard/phases/4/results/AUDIT-4.md
  • .shipyard/phases/4/results/DOCUMENTATION-4.md
  • .shipyard/phases/4/results/REVIEW-1.1.md
  • .shipyard/phases/4/results/REVIEW-2.1.md
  • .shipyard/phases/4/results/REVIEW-2.2.md
  • .shipyard/phases/4/results/SIMPLIFICATION-4.md
  • .shipyard/phases/4/results/SUMMARY-1.1.md
  • .shipyard/phases/4/results/SUMMARY-2.1.md
  • .shipyard/phases/4/results/SUMMARY-2.2.md
  • .shipyard/phases/5/CONTEXT-5.md
  • .shipyard/phases/5/CRITIQUE.md
  • .shipyard/phases/5/RESEARCH.md
  • .shipyard/phases/5/VERIFICATION.md
  • .shipyard/phases/5/plans/PLAN-1.1.md
  • .shipyard/phases/5/plans/PLAN-1.2.md
  • .shipyard/phases/5/results/AUDIT-5.md
  • .shipyard/phases/5/results/DOCUMENTATION-5.md
  • .shipyard/phases/5/results/REVIEW-1.1.md
  • .shipyard/phases/5/results/REVIEW-1.2.md
  • .shipyard/phases/5/results/SIMPLIFICATION-5.md
  • .shipyard/phases/5/results/SUMMARY-1.1.md
  • .shipyard/phases/5/results/SUMMARY-1.2.md
  • .shipyard/phases/6/AUDIT.md
  • .shipyard/phases/6/CONTEXT-6.md
  • .shipyard/phases/6/CRITIQUE.md
  • .shipyard/phases/6/DOCS.md
  • .shipyard/phases/6/RESEARCH.md
  • .shipyard/phases/6/SIMPLIFICATION.md
  • .shipyard/phases/6/VERIFICATION.md
  • .shipyard/phases/6/plans/PLAN-1.1.md
  • .shipyard/phases/6/plans/PLAN-1.2.md
  • .shipyard/phases/6/plans/PLAN-2.1.md
  • .shipyard/phases/6/plans/PLAN-2.2.md
  • .shipyard/phases/6/results/SUMMARY-2.1.md
  • .shipyard/phases/6/results/SUMMARY-2.2.md
  • .shipyard/phases/7/AUDIT.md
  • .shipyard/phases/7/CONTEXT-7.md
  • .shipyard/phases/7/CRITIQUE.md
  • .shipyard/phases/7/DOCS.md
  • .shipyard/phases/7/PLAN-INDEX.md
  • .shipyard/phases/7/RESEARCH.md
  • .shipyard/phases/7/SIMPLIFICATION.md
  • .shipyard/phases/7/VERIFICATION.md
  • .shipyard/phases/7/plans/PLAN-1.1.md
  • .shipyard/phases/7/plans/PLAN-1.2.md
  • .shipyard/phases/7/plans/PLAN-1.3.md
  • .shipyard/phases/7/plans/PLAN-2.1.md
  • .shipyard/phases/7/results/REVIEW-1.1.md
  • .shipyard/phases/7/results/REVIEW-1.2.md
  • .shipyard/phases/7/results/REVIEW-1.3.md
  • .shipyard/phases/7/results/REVIEW-2.1.md
  • .shipyard/phases/7/results/SUMMARY-1.1.md
  • .shipyard/phases/7/results/SUMMARY-1.2.md
  • .shipyard/phases/7/results/SUMMARY-1.3.md
  • .shipyard/phases/7/results/SUMMARY-2.1.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.59%. Comparing base (ea8f6f7) to head (24fa2f5).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #146      +/-   ##
==========================================
- Coverage   89.85%   89.59%   -0.26%     
==========================================
  Files        1000     1000              
  Lines       29651    29651              
  Branches     2401     2401              
==========================================
- Hits        26643    26566      -77     
- Misses       2166     2226      +60     
- Partials      842      859      +17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@blehnen blehnen merged commit 1eec4af into master May 19, 2026
5 checks passed
@blehnen blehnen deleted the chore/gitignore-shipyard branch May 19, 2026 22:06
blehnen added a commit that referenced this pull request May 20, 2026
PR #146 added .shipyard/ to .gitignore and removed all tracked files,
but one stray phase-7 SUMMARY slipped through. Drop it from tracking;
the gitignore rule keeps it out of future commits.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
blehnen added a commit that referenced this pull request May 20, 2026
PR #146 added .shipyard/ to .gitignore and removed all tracked files,
but one stray phase-7 SUMMARY slipped through. Drop it from tracking;
the gitignore rule keeps it out of future commits.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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