hpnc queue¶
Manage the night queue.
hpnc queue add¶
Add a story to the night queue.
What it does¶
- Validates the file exists and is
.md - Parses YAML frontmatter
- Checks for duplicates (by file path)
- Appends to
_hpnc/night-queue.yaml - Shows confirmation with metadata summary
Duplicate detection¶
Adding the same story twice is rejected with a warning.