verify_frankability
Verifies a Symbols project bundles cleanly via frank.toJSON. Confirms known-good state before or after edits independently of audit/fix.
Instructions
Verify a Symbols project bundles cleanly via frank.toJSON.
Independent of audit/fix — runs the same round-trip that apply-edits uses after every mutation, but as a standalone check. Useful for the agent to confirm a project is in a known-good state before starting a fix loop, or after a series of manual edits.
Returns: JSON with { ok, bundleable, scanIssues, ... }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols_dir | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |