Skip to main content

Documentation Index

Fetch the complete documentation index at: https://smithers.sh/llms.txt

Use this file to discover all available pages before exploring further.

feature-enum scans the repository and produces grouped, SCREAMING_SNAKE_CASE feature names. It can also refine an existing inventory using prior feature groups and a previous commit hash.
bunx smithers-orchestrator workflow run feature-enum --input '{"refineIterations":3}'

Inputs

InputTypeDefault
refineIterationsnumber1
existingFeaturesobject or nullnull
lastCommitHashstring or nullnull
additionalContextstring""

Use It When

  • You need a feature inventory for audits.
  • You want stable feature names for documentation, tests, or release planning.
  • You want an agent to compare the current repo against a previous inventory.
Follow with audit.