v0.2.0
🪜 Add Features and Scenarios Command — Incrementally add features and scenarios via the CLI for quick enhancement of a plan
🔖 Enhanced PRD parsing - More flexible converting of prd.md in to feature units.
📜 Logged Feature Changes - Keep a historical trace of features and scenarios added to the project. Provides externalised memory to agents
📖 Agent Guide - Provide clarity and guidance for agents to know how to best proceed in scenarios such as: refactoring, cleanup, regression bugs, features and scenarios.
🔄 Async test handling - Async tests are now supported with https://github.com/SpecLeft decorator and step context manager
🧪 Test Stubs - Create empty test containers as an alternate to test skeletons.
Deprecated
features/ directory will be migrated to .specleft/specs - existing projects using features will keep working, but I'd recommend you migrate the feature units in to .specleft/specs over the next few releases