CLICommands
paddi spec
Manage the specs generated from your requests.
paddi spec list
List the specs in the current project, newest first.
ID TITLE REQUEST TYPE LOCKED CREATED
spec_111 Export entry redesign feature no 2026-07-18paddi spec info <spec-id>
Print the spec's metadata (title, ID, owning request ID, lock state, creation time) without the markdown body.
Export entry redesign (spec_111)
Request ID: req_001
Locked: no
Created: 2026-07-18 10:32paddi spec view <spec-id>
Print the spec's full markdown content, title included.
paddi spec view spec_111paddi spec download <spec-id>
--output,-o <path>: Output path; defaults to<title>.md(path separators and similar characters in the title become-)
paddi spec download spec_111 -o docs/export-redesign.mdpaddi spec lock <spec-id>
Lock the spec so it can no longer be edited.
paddi spec lock spec_111