Save project state
vault_save_projectCreates or updates an Arkon Vault project with its name, summary, platform, status, directory, link, and external identifier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project display name (e.g. Arkon Vault Testing) | |
| status | No | Active, Paused, Done, Archived (default Active) | |
| summary | No | What this work is about / current status | |
| deepLink | No | Optional URL to the chat/thread | |
| platform | No | ChatGPT, Claude Code, Grok, Hermes, etc. Default ChatGPT | |
| externalId | No | Optional identifier for stable project updates or matching | |
| fromProjectId | No | Alias for externalId when updating | |
| workingDirectory | No | Local project folder path (enables continuity auto-attach) |