Configuration
After installing, edit .reqstool-ai.yaml in your project root:
# .reqstool-ai.yaml
urn: my-project
revision: "0.1.0"
system:
path: docs/reqstool
modules:
core:
path: core/docs/reqstool
req_prefix: CORE_
svc_prefix: SVC_CORE_
app:
path: app/docs/reqstool
req_prefix: CLI_
svc_prefix: SVC_CLI_
Config reference
| Field | Description |
|---|---|
|
Project URN used in reqstool YAML files and filter keys |
|
Version string for new requirements and SVCs |
|
Path to the system-level reqstool directory (SSOT) |
|
Path to a subproject’s reqstool directory |
|
Requirement ID prefix for this module (e.g., |
|
SVC ID prefix for this module (e.g., |