Skip to content

Commit cef4e8f

Browse files
committed
Update README.md
1 parent 86aaf2d commit cef4e8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@ After running `specify init`, your AI coding agent will have access to these sla
163163
| `/tasks` | Generate actionable task lists for implementation |
164164
| `/implement` | Execute all tasks to build the feature according to the plan |
165165

166+
### Environment Variables
167+
168+
| Variable | Description |
169+
|------------------|------------------------------------------------------------------------------------------------|
170+
| `SPECIFY_FEATURE` | Override feature detection for non-git repositories. Set to the feature directory name (e.g., `001-photo-albums`) to work on a specific feature when not using git branches.<br/>**Must be set in the context of the agent you're working with prior to using `/plan` or follow-up commands. |
171+
166172
## 📚 Core philosophy
167173

168174
Spec-Driven Development is a structured process that emphasizes:

0 commit comments

Comments
 (0)