Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: supermodeltools/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: supermodeltools/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: remove/factory
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 7, 2026

  1. remove: factory command and internal/factory package

    The factory feature (supermodel factory health|run|improve) is removed.
    The health analysis logic it contained is moved into a new internal/audit/
    vertical slice so the existing 'supermodel audit' command continues to work.
    
    - delete cmd/factory.go
    - delete internal/factory/ (health.go, render.go, types.go, zip.go, tests)
    - add internal/audit/ with the health analysis, rendering, and zip logic
    - update cmd/audit.go to import internal/audit instead of internal/factory
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    greynewell and claude committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    bb0b1c7 View commit details
    Browse the repository at this point in the history
  2. fix: remove stale factory references in audit package

    Replace remaining `supermodel factory health` command references in
    generated prompts with `supermodel audit`, update stale doc comments
    in types.go from "factory" to "audit", and rename the temp zip prefix
    from supermodel-factory-*.zip to supermodel-audit-*.zip.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    greynewell and claude committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    62ffbbc View commit details
    Browse the repository at this point in the history
Loading