chore: gitignore .forge runtime artifacts (telemetry, baseline)#145
Conversation
test-autogen-telemetry.jsonl and test-autogen-baseline.json are generated by the forge-ai-init pre-commit/pre-push hooks. They are ephemeral run data and should not be tracked in version control.
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughTwo Forge AI runtime artifact entries (test-autogen-telemetry.jsonl and test-autogen-baseline.json) were added to the .gitignore file under the existing OpenCode config section. This prevents these generated test artifacts from being tracked in version control. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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. Comment |
Forge AI Quality Gate✅ Passed — Score 100/100 (A+) · Delta +0 · 0 new findings Category scores
Powered by Forge AI Action · forgespace.co |
Project Scorecard |
|
CHANGELOG: - CI: actions/checkout + setup-node v4→v6 across 13 workflow files (#143) - CI: Tenant profile inlined to .forge/, eliminated cross-repo PAT (#142) - CI: Git hooks auto-detect tenant profile, eliminates ausentes warning (#144) - chore: UIForge→Forge Space rebrand in scripts/patterns/memories (#141) - chore: gitignore .forge runtime artifacts (#145) - fix: knip.json 8 stale ignores removed, 0 issues
…148) CHANGELOG: - CI: actions/checkout + setup-node v4→v6 across 13 workflow files (#143) - CI: Tenant profile inlined to .forge/, eliminated cross-repo PAT (#142) - CI: Git hooks auto-detect tenant profile, eliminates ausentes warning (#144) - chore: UIForge→Forge Space rebrand in scripts/patterns/memories (#141) - chore: gitignore .forge runtime artifacts (#145) - fix: knip.json 8 stale ignores removed, 0 issues



Summary
.forge/test-autogen-telemetry.jsonland.forge/test-autogen-baseline.jsonare generated by theforge-ai-initpre-commit/pre-push hooks (landed in PR #144). They are ephemeral run-data files and should not be tracked in version control.Changes
.gitignore: add two.forge/runtime artifact patterns under a new# Forge AI runtime artifactssectionSummary by CodeRabbit