night-shift: issue templates + fix stale test-count badge - #3
Merged
Conversation
Closes Tier 3 item 17 (aliased with Tier 9 item 82). README/CONTRIBUTING/CI badge were already in place from an earlier pass; the remaining 9b gap was .github/ISSUE_TEMPLATE/ (bug + feature). Also fixes the test-count badge and Tests section, stale at 100 since a Windows VectorStore.close() fix grew the suite to 107 (per the 2026-07-14 NIGHT_SHIFT.md entry). Verified: pytest tests/ -q, 107/107 passed offline, no API key needed. Docs-only diff, no application code touched.
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.
What
Closes Tier 3 item 17 (
PROJECT-GENESIS.md, aliased with Tier 9 item 82) - thepersonal-llm README/CONTRIBUTING/CI-badge pass. This repo already had README, CI
badge, and CONTRIBUTING.md from an earlier pass; adds the remaining 9b gap:
.github/ISSUE_TEMPLATE/bug_report.md+feature_request.md2026-07-14
NIGHT_SHIFT.mdentry documenting the WindowsVectorStore.close()fix)Why
The README/CONTRIBUTING/badges were already high-star standard; the only missing
piece per section 9b was issue templates. Fixed the stale count while touching the
file rather than leaving an inaccurate badge in place.
How verified
pytest tests/ -q- 107/107 passed offline, no API key needed. Docs-only diff, noapplication code touched.