core

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package core provides shared helpers for the sync command: action types, codebase detection, and validation logic.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	Type        string
	File        string
	Description string
	Suggestion  string
}

Action represents a suggested sync action.

Fields:

  • Type: Category of action (e.g., "DEPS", "CONFIG", "NEW_DIR")
  • File: Context file that should be updated
  • Description: What was detected that needs attention
  • Suggestion: Recommended action to take

Directories

Path Synopsis
Package action detects discrepancies between the codebase and context documentation.
Package action detects discrepancies between the codebase and context documentation.
Package validate checks for undocumented package managers, config files, and directories.
Package validate checks for undocumented package managers, config files, and directories.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL