Skip to content

chore(justfile): delete aspirational augment/check-octad/migrate recipes + ADR#69

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/justfile-aspirational-recipes-adr
May 14, 2026
Merged

chore(justfile): delete aspirational augment/check-octad/migrate recipes + ADR#69
hyperpolymath merged 1 commit into
mainfrom
fix/justfile-aspirational-recipes-adr

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Summary

Per V-L3-C2 Option A (recommended): keep the Justfile honest.

  • Delete the augment, check-octad, migrate recipes — clap has no matching subcommands, so just <recipe> would error
  • Record the decision in docs/decisions/0002-no-aspirational-justfile-recipes.adoc

Closes

Test plan

  • No removed recipe was referenced by another recipe (grepped)
  • ADR follows the 0001 template format
  • Justfile lint in CI

Closes #11.

The recipes wrapped clap subcommands that do not exist. Per V-L3-C2
Option A (recommended), drop them from the Justfile and record the
decision in docs/decisions/0002-no-aspirational-justfile-recipes.adoc.

Existing CLI subcommands (init/generate/start/drift/provenance/history/
status/octad) keep their recipes. New subcommands earn theirs only
once the code lands.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@hyperpolymath hyperpolymath merged commit 14634e1 into main May 14, 2026
16 of 18 checks passed
@hyperpolymath hyperpolymath deleted the fix/justfile-aspirational-recipes-adr branch May 14, 2026 13:49
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.

V-L3-C2: decide fate of augment/check-octad/migrate (no clap subcommands)

1 participant