axint.project.syncVersion
After package upgrades, update version hints in axint project instruction files to stop agents from referencing an older version.
Instructions
Update Axint-owned project-pack version hints after an upgrade. Use this after axint.upgrade or npm/pip upgrades so .axint/project.json, AGENTS.md, CLAUDE.md, and Axint rehydration docs stop pointing agents at an older package version. Use: use after package upgrades so local project-pack hints stop naming old Axint versions. Effects: updates Axint-owned project instruction files unless dryRun=true; no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetDir | No | Project directory to update. Defaults to the current working directory. | |
| version | No | Axint version to write. Defaults to the running MCP server version. | |
| dryRun | No | When true, reports the files that would change without writing them. | |
| format | No | Output format. Defaults to markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Primary Axint tool response text, matching the first text content block. | |
| isError | No | Whether Axint marked the tool response as an error. |