Documentation
¶
Overview ¶
Package sync implements the "ctx sync" command for reconciling context files with codebase changes.
The sync command scans the project for new directories, package manager files, and configuration files that are not yet documented in context files. It suggests actions to keep context aligned with the actual project structure.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
root
Package root implements the ctx sync command.
|
Package root implements the ctx sync command. |
|
Package core provides shared helpers for the sync command: action types, codebase detection, and validation logic.
|
Package core provides shared helpers for the sync command: action types, codebase detection, and validation logic. |
|
action
Package action detects discrepancies between the codebase and context documentation.
|
Package action detects discrepancies between the codebase and context documentation. |
|
validate
Package validate checks for undocumented package managers, config files, and directories.
|
Package validate checks for undocumented package managers, config files, and directories. |
Click to show internal directories.
Click to hide internal directories.