the signals and their derived score are provisional and subject to change.
validate manually before sharing.
dddb922dcfabca18c280aea4f0b3687b63f74911none
.vscode/mcp.jsonTool: unspecified{
"servers": {
"kat": {
"url": "http://localhost:50165",
"type": "http"
}
},
"inputs": []
}
CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Project Overview
`kat` is a rule-based rendering engine and terminal UI for Kubernetes manifests. It automatically invokes manifest generators (Helm, Kustomize, etc.) and provides a navigable view of rendered resources with live reloading, validation, and an optional MCP server.
## Build & Development Commands
```bash
task format # Format and tidy code, run generators
task lint none