Chore/repo cleanup standards remediation#36
Merged
buddingengineers12345 merged 8 commits intomainfrom Apr 13, 2026
Merged
Conversation
- Remove 0-byte '1' at repo root (accidental) - Remove tracked .DS_Store, coverage.xml, .coverage (all .gitignored) - Remove .mypy_cache and .cursor (unused — project uses basedpyright) - Delete docs/TASK.md stub and docs/ANALYSIS.md (superseded) - Delete obsidian/playwright off-topic reports and their generator scripts - scripts/update_files.sh: removed per Phase 1.5 decision - scripts/CLAUDE.md: drop docs for removed scripts Made-with: Cursor
Made-with: Cursor
- test_bump_version: Version helpers, pyproject roundtrip, CLI --new-version - test_sync_skip_if_exists: read/replace _skip_if_exists block, base entries - test_check_root_template_sync: --help smoke (scenarios stay in test_root_template_sync) Made-with: Cursor
- CLAUDE.md: scripts list, tests tree, and justfile recipe table match disk/just --list - template/.claude/CLAUDE.md: unchanged (orientation covered by template/CLAUDE.md.jinja) - tests/CLAUDE.md: document new script test modules - sync-check: passes Made-with: Cursor
Made-with: Cursor
- Remove docs/* allowlist; keep docs/_build/ ignored; gitignore temp_docs/ - Track docs/github-repository-settings.md (sync-check pair with template) - Add docs/file_locking_plan.md - VS Code: clear SSL_CERT_DIR on macOS to silence uv cert warnings Made-with: Cursor
- Add pr_commit_policy.py draft: conventional title from type/slug branch (slashes to spaces) or latest valid commit subject; body from template with Changes introduced bullets from git log <base>..HEAD - Add just pr-draft recipe; document in CLAUDE.md and scripts/CLAUDE.md - PR template HTML comment points maintainers at just pr-draft - Tests for suggest_title_from_branch Made-with: Cursor
- Normalize slice/spacing and placeholder block string wrapping - Collapse assert in test_suggest_title_from_branch_strips_ref Made-with: Cursor
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.
Summary
Provide a concise summary of what this pull request changes and why the change is needed.
Explain the motivation, context, or problem this PR addresses.
Changes introduced
List the key changes included in this pull request:
Keep this list focused and easy to scan.
Testing
Describe how the changes were tested:
pytest,just ci)If testing was not possible, explain why.
Documentation
Indicate whether documentation was affected:
Related issues
Link any related issues or discussions:
Contributor checklist
Please confirm the following before submitting:
Release notes
If this change affects users, please indicate whether a release note is required:
Additional notes
Add any additional context, follow-up tasks, or reviewer guidance here.
Thank you for your contribution.