claude

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package claude provides a converter for generating CLAUDE.md files from the canonical project context format.

Index

Constants

View Source
const (
	// ConverterName is the identifier for this converter.
	ConverterName = "claude"

	// OutputFile is the default output file name.
	OutputFile = "CLAUDE.md"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Converter

type Converter struct {
	core.BaseConverter
}

Converter implements core.Converter for Claude Code CLAUDE.md files.

func NewConverter

func NewConverter() *Converter

NewConverter creates a new Claude converter.

func (*Converter) Convert

func (c *Converter) Convert(ctx *core.Context) ([]byte, error)

Convert converts the context to CLAUDE.md format.

func (*Converter) WriteFile

func (c *Converter) WriteFile(ctx *core.Context, path string) error

WriteFile writes the converted context to a file.

Jump to

Keyboard shortcuts

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