1
0
Fork 0
mirror of https://github.com/imjasonh/git-k8s synced 2026-07-09 07:06:52 +00:00
No description
Find a file
Claude 6bb9c77a82
Add CLAUDE.md with comprehensive codebase documentation
Document the project architecture (three-controller design, CRDs),
directory structure, build commands, testing workflows, key dependencies,
and development conventions for AI assistants working on this codebase.

https://claude.ai/code/session_016QCVChhEZLuYZbhcfxyCzw
2026-02-28 05:17:27 +00:00
.github/workflows Speed up e2e tests by removing Knative and parallelizing setup 2026-02-28 04:35:38 +00:00
cmd Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
config Change API group from git.k8s.io to git-k8s.imjasonh.com 2026-02-28 00:34:34 +00:00
hack Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
pkg Refactor reconcilers to use Knative ReconcileKind pattern 2026-02-28 05:06:22 +00:00
test/e2e Speed up e2e tests by removing Knative and parallelizing setup 2026-02-28 04:35:38 +00:00
.gitignore Add .gitignore for Go binaries and IDE files 2026-02-28 00:14:29 +00:00
.ko.yaml Implement Git-as-K8s control plane with Knative controllers 2026-02-27 23:58:44 +00:00
CLAUDE.md Add CLAUDE.md with comprehensive codebase documentation 2026-02-28 05:17:27 +00:00
go.mod go get -u ./... && go mod tidy: update dependencies 2026-02-28 04:14:23 +00:00
go.sum go get -u ./... && go mod tidy: update dependencies 2026-02-28 04:14:23 +00:00