agentlint

package
v0.0.18 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package agentlint checks effective RocketClaw agent systems for unsafe permission and delegation combinations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AgentGraphDOT

func AgentGraphDOT(runtimeRoot string) (string, error)

AgentGraphDOT returns a deterministic Graphviz/DOT task delegation graph for the effective agents under runtimeRoot.

Types

type Finding

type Finding struct {
	Code     string
	Severity string
	Path     string
	Message  string
	// contains filtered or unexported fields
}

Finding is one lint result line.

type Result

type Result struct {
	Findings []Finding
}

Result is the complete lint result for one runtime tree.

func Lint

func Lint(runtimeRoot string) (Result, error)

Lint checks the effective agent system rooted at runtimeRoot.

Jump to

Keyboard shortcuts

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