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.
Inputs
| Input | Type | Default |
|---|---|---|
refineIterations | number | 1 |
existingFeatures | object or null | null |
lastCommitHash | string or null | null |
additionalContext | string | "" |
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.
audit.