Skip to content

feat: add /changelog, /dep-check, commit-size-guard + cleanup - #12

Merged
Benkapner merged 3 commits into
mainfrom
feat/update-docs-command
Jul 26, 2026
Merged

feat: add /changelog, /dep-check, commit-size-guard + cleanup#12
Benkapner merged 3 commits into
mainfrom
feat/update-docs-command

Conversation

@Benkapner

@Benkapner Benkapner commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add /changelog command: generates release notes grouped by intent from git history (Keep a Changelog format)
  • Add /dep-check command: language-agnostic dependency audit (unused, outdated, vulnerabilities, licenses)
  • Add commit-size-guard hook: warns before commits with 500+ changed lines, suggests splitting
  • Add /update-docs command (from earlier commits on this branch)
  • Rename all "setup-evaluator" references to "basecamp" (README, GUIDE, pyproject.toml)
  • Remove archive/ directory (~10k lines of dead code)
  • Add .gitignore entries for local project directories and PDFs

Test plan

  • All 137 structural tests pass (pytest tests/test_command_prompts.py)
  • Commands validated and symlinked via transpile-commands.py
  • settings.json validated as valid JSON
  • commit-size-guard.sh is executable

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

Wraps the existing update-docs skill as an invocable command so users
can run /update-docs after code changes to find and fix stale docs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Benkapner Benkapner self-assigned this Jun 17, 2026
Benkapner and others added 2 commits June 17, 2026 12:46
The AGENTS.md.j2 template was removed in a prior commit but
align-workspace.py still tried to load it, breaking CI. Now both
render and check modes gracefully skip when the template is absent.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Also: rename from "setup-evaluator" to "basecamp" across README, GUIDE,
and pyproject.toml. Remove archive/ directory. Add .gitignore entries
for local project directories and PDFs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Benkapner Benkapner changed the title feat: add /update-docs command feat: add /changelog, /dep-check, commit-size-guard + cleanup Jul 26, 2026
@Benkapner
Benkapner merged commit abfcc39 into main Jul 26, 2026
3 of 4 checks passed
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