Describe the bug
specleft test skeleton is not converting specs in to skeletons.
- The project directory should be anchored to the current directory in the terminal (not to root of the project)
To Reproduce
Steps to reproduce the behavior:
specleft plan on the PRD.md in comments
- convert to spec units
- run
specleft test skeleton
Actual behaviour
~/coding_projects/specleft-delta-demo demo-opus ⇡1 !2 ?2 ❯ specleft plan Py 3.12.5
Using template: .specleft/templates/prd-template.yml
Planning feature specs...
Features planned: 5
Created:
- .specleft/specs/document-lifecycle.md
- .specleft/specs/multi-reviewer-approval.md
- .specleft/specs/delegation.md
- .specleft/specs/escalation.md
- .specleft/specs/edge-cases.md
Notice: Enforcement capabilities require a commercial license.
A valid license key is not registered.
Obtain a license:
https://specleft.dev/enforce
~/coding_projects/specleft-delta-demo demo-opus ⇡1 !2 ?2 ❯ spec test skeleton -o ./tests/acceptance Py 3.12.5
No specs found in .specleft/specs.
Expected behavior
- Test skeletons are created.
Environment
- OS: [e.g. Ubuntu 22.04]
- Python version: [e.g. 3.11]
- SpecLeft version: [e.g. 0.1.0]
Additional context
Add any other context about the problem here.
Describe the bug
specleft test skeletonis not converting specs in to skeletons.To Reproduce
Steps to reproduce the behavior:
specleft planon the PRD.md in commentsspecleft test skeletonActual behaviour
Expected behavior
Environment
Additional context
Add any other context about the problem here.