mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-22 04:40:44 +02:00
16 lines
606 B
Markdown
16 lines
606 B
Markdown
---
|
|
name: make-pdf
|
|
description: >-
|
|
Compatibility alias for the retired /make-pdf command. Routes to $design --mode Generate --module make-pdf without copying specialist judgment.
|
|
metadata:
|
|
internal: true
|
|
---
|
|
|
|
# Compatibility alias: /make-pdf
|
|
|
|
Print this replacement invocation, then dispatch to it exactly:
|
|
|
|
`$design --mode Generate --module make-pdf`
|
|
|
|
Do not reproduce or summarize the retired specialist here. The canonical dispatcher must load its preserved `make-pdf` module. If that dispatcher is not installed, tell the user to install it with `npx skills add time-attack/gstack --skill design`.
|