Use this file to discover all available pages before exploring further.
Claude Code edits files. KDX sync moves those files between Git and Kodexa.This page shows the operational loop for taking Claude Code-authored metadata through validation, review, and deployment.
Start every session by pulling the latest platform state and Git state:
git pullkdx sync pull --target my-org --env dev
Then inspect the diff:
git status --shortgit diff
If kdx sync pull changed files, commit or intentionally review those changes before asking Claude Code to make new edits. A clean baseline makes conflicts easier to reason about.
If the dry run is not clean, ask Claude Code to inspect the output and the relevant files:
Review this kdx sync dry-run output. Identify which local files caused the errors,which references are unresolved, and what edits are required before deployment.
Then decide whether to keep the server change, keep your local change, or merge both. Do not use --force until you understand which server-side change would be overwritten.Ask Claude Code to help with the merge, not to blindly force it:
kdx sync push detected a conflict. Review the pulled server changes and my localchanges. Propose a merged version that preserves the intended Activity behaviorand avoids overwriting unrelated platform edits.