Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ examples/hello-world-*.yaml

# Review and scratch files
review_report.md

# AI planning artifacts (local only)
docs/
4 changes: 4 additions & 0 deletions claude.md → CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

## AI Planning Artifacts

The `docs/` directory is used exclusively for AI-assisted planning artifacts (specs, plans, design docs). These files are local only and must never be committed. They are listed in `.gitignore`.

## Project Overview

kubectl-coco is a kubectl plugin that transforms regular Kubernetes manifests into Confidential Containers (CoCo) enabled manifests. It automates RuntimeClass configuration, secret conversion to sealed format, imagePullSecrets handling, initdata generation, and Trustee KBS deployment/management.
Expand Down
160 changes: 0 additions & 160 deletions cmd/dump_initdata.go

This file was deleted.

Loading
Loading