Documentation
¶
Overview ¶
Package action detects discrepancies between the codebase and context documentation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetectSyncActions ¶
DetectSyncActions scans the codebase and returns suggested sync actions.
Runs multiple checks to identify discrepancies between the codebase and context documentation:
- New directories not documented in ARCHITECTURE.md
- Package manager files without dependency documentation
- Config files not mentioned in CONVENTIONS.md
Parameters:
- ctx: Loaded context containing the files
Returns:
- []Action: List of suggested actions to reconcile context with codebase
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.