Bundle of the .spec-dev workspace template.
Project description
spec-dev
A small helper package that bundles the .spec-dev workspace template so it can be
installed with pip and copied into new projects.
Installation
pip install spec-dev
If you are working from the repository source, you can install it locally instead:
pip install .
CLI Usage
spec-dev init # copy .spec-dev into the current directory
spec-dev init path/to/app # copy into a specific directory
spec-dev init --force # overwrite an existing .spec-dev folder
spec-dev memory T-123 # scaffold .spec-dev/active-memories/T-123-memory.md
# template lives at .spec-dev/templates/memories/task-memory-template.md
The CLI defaults to init when you omit the subcommand, so spec-dev keeps the
original behaviour.
Python API
from spec_dev import copy, create_memory
copy("/path/to/project", overwrite=True)
create_memory("T-123", "/path/to/project")
Both helpers return a Path to the created resources.
Templates
All starter files live under .spec-dev/templates/. Use templates/active/ for
phase artifacts (copy into .spec-dev/active-dev/ and rename), and templates/memories/
for archival notes. Fill templates out before advancing gates; refer to the included
example for memory expectations.
Task memories live under .spec-dev/active-memories/ and follow a lightweight playbook—why it mattered, what changed, how it shipped, validation, artifacts, ripple effects, and any lessons learned—trim sections that do not apply.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spec_dev-0.1.4.tar.gz.
File metadata
- Download URL: spec_dev-0.1.4.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16f6963b5fc834b9d0cae650ce7bdc248414df48a76c6adc24ea6c2830e10bf9
|
|
| MD5 |
4ad76298f68ba9a739bdf25cc39c43f9
|
|
| BLAKE2b-256 |
aa86ef2d6ba3aedd812c2e67c6d228f311ced997f03ad1f5faa35e00b514a59c
|
File details
Details for the file spec_dev-0.1.4-py3-none-any.whl.
File metadata
- Download URL: spec_dev-0.1.4-py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b4da98497490c502b27139966b6ebd3de01c72822dce5b079fd828ee0c32672
|
|
| MD5 |
a4a8a4ed7dadda32278e6f765c6be40a
|
|
| BLAKE2b-256 |
4312f63b4d1e268222325cb9f65ea948f86236adb2cf1cbe0428302d6f739775
|