vectr_map_save
Saves a plain-English codebase summary as a permanent passport after initial raw metadata retrieval. Prevents overwriting existing passports unless explicitly requested.
Instructions
Save your synthesised codebase summary as the permanent passport. Call this ONLY after vectr_map returned raw metadata — i.e. on your first visit to a codebase. NOT when vectr_map already returned a saved summary (passport already exists). Write a concise plain-English summary: what the codebase does, tech stack, key modules, entry points, domain terms. Aim for ~200-350 tokens. Does NOT overwrite an existing passport by default — if one is already saved, the call is a no-op and returns the existing summary; pass overwrite=true to replace it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Your plain-English codebase summary (~200-350 tokens) | |
| overwrite | No | Set true to replace an already-saved passport. Default false. |