list_specs
Enumerate specs from a configured source (markdown files or GitHub issues) with optional filters by status, label, and limit.
Instructions
Enumerate specs from the active source. For markdown_local this globs SPEC_PROJECT_ROOT/specs/*.md and reads YAML frontmatter; for github_issues it queries the configured owner/repo (set via SPEC_PROJECT_KEY). Optional filters: status (string — adapter-specific: 'in-progress' for markdown, 'open'|'closed'|'all' for GitHub), label (string), limit (int, default 50). Returns {source, count, specs[]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| label | No | ||
| limit | No |