chore: gitignore runs/ and correct stale Node/TS versions in docs#196
Merged
Merged
Conversation
- Add `runs/` (nexus-agents orchestrate output) to .gitignore alongside the existing `.nexus-agents/` entry; it was the only untracked, non-ignored path. - CLAUDE.md said TypeScript 5.8+ / Node 22, but the repo moved to TypeScript 6.0 (#184) and Node 24 LTS (#183). Update to match. - Fix the matching stale "Setup Node.js 22" comment in sync-law.yml (the step already installs Node 24). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small hygiene cleanup surfaced during a QA/vestigial review.
Changes
runs/— nexus-agents orchestrate output (runs/orchestrate-*/), the only untracked non-ignored path; sits next to the existing.nexus-agents/entry.TypeScript 5.8+/Node 22, but chore(deps): bump TypeScript 5.8 → 6.0 (major) #184 bumped TS→6.0 and chore(deps): bump Node 22 → 24 LTS + pnpm 9.15.0 → 11.1.1 #183 bumped Node→24 LTS. Corrected to match reality.Setup Node.js 22comment (the step already installs Node 24).No behavior change; docs/ignore only.
🤖 Generated with Claude Code