reqs_add
Add a requirement with ID, description, section, priority, status, source, and test coverage. Use this to record and track a new requirement in the codebugs repository.
Instructions
Add a requirement.
Args:
req_id: Requirement ID (e.g. FR-001)
description: What the system shall do
section: Section name (e.g. "1.10 Document Sorting")
priority: must, should, or could
status: planned, partial, implemented, verified, superseded, obsolete
source: Where this requirement came from (e.g. Take 26, NEW)
test_coverage: Test file name(s)
tags: Optional tags
meta: Optional metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | ||
| tags | No | ||
| req_id | Yes | ||
| source | No | ||
| status | No | planned | |
| section | No | ||
| priority | No | should | |
| description | Yes | ||
| test_coverage | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||