append_project_command
Append a documented project command to a knowledge graph, automatically deduplicating by name.
Instructions
v2.1.0 — Append a documented project command (dedup by name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Short command name (e.g. "test"). | |
| command | Yes | The command line (e.g. "npm test"). | |
| purpose | Yes | What the command does. | |
| projectId | Yes |