From cef4e8f49549593a28951db8a137d4600bf4dc91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Den=20Delimarsky=20=F0=9F=8C=BA?= <53200638+localden@users.noreply.github.com> Date: Sun, 21 Sep 2025 11:45:33 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bacba21..d2fd54a 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,12 @@ After running `specify init`, your AI coding agent will have access to these sla | `/tasks` | Generate actionable task lists for implementation | | `/implement` | Execute all tasks to build the feature according to the plan | +### Environment Variables + +| Variable | Description | +|------------------|------------------------------------------------------------------------------------------------| +| `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.
**Must be set in the context of the agent you're working with prior to using `/plan` or follow-up commands. | + ## 📚 Core philosophy Spec-Driven Development is a structured process that emphasizes: