Overview
A manifest says which resources belong to a sync target. Targets live insync-config.yaml; manifests live next to the metadata repository and list resources by slug.
Manifests let you split resources by team, customer, business unit, or deployment unit. A target can reference one manifest or many.
Manifest Format
Example: Shared Business Process
Example: Project Target
Activity-Centered Resource Shape
For new work, model orchestration around Activity Plans:
Task templates should stay focused on human work. Activity Plans should own extraction, routing, scripts, Service Bridge calls, LLM steps, agent steps, and approval flow.
Resource Type Reference
Use current names in new manifests. Some compatibility aliases are accepted by the CLI, but the current names below are the ones docs and examples should use.Module Paths
Modules can be listed inresources.modules or in the top-level modules path list. Use path entries when a module folder includes implementation files:
Push Order
kdx sync pushes in dependency order so references resolve:
- Labels
- Core organization resources: data definitions, data forms, document stores, data stores, modules, prompts, Service Bridges
- Knowledge type definitions
- Knowledge feature instances
- Intakes and Activity Plans
- Project templates and projects
- Task templates, task statuses, and knowledge sets
- Project resources such as knowledge items and triggers
metadata_dir
metadata_dir controls where resource files are stored:
Excluding Resources
Comment out resources that exist on the server but should not be managed by this metadata repository:kdx sync pull --discover later to merge newly created server resources. Commented entries are treated as intentional exclusions and are not re-added.