Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
8e01dad
Implement PrismStack controller for full K8s deployment
jrepp Oct 22, 2025
fe7dcde
Polish PrismStack controller with production-ready best practices
jrepp Oct 22, 2025
1be958a
Add K8s deployment status documentation
jrepp Oct 22, 2025
d500edb
Implement StatefulSet support for Admin with RFC-019 architectural de…
jrepp Oct 22, 2025
20d24ec
Implement backend binding with data locality for pattern runners
jrepp Oct 22, 2025
aadcc20
Add production-ready Dockerfiles for all Prism components
jrepp Oct 22, 2025
e8f1c39
Add comprehensive Kubernetes deployment tasks to Taskfile.yml
jrepp Oct 22, 2025
75f3ce8
Add comprehensive Kubernetes integration test framework with full ope…
jrepp Oct 22, 2025
ec59f37
Fix Dockerfiles to not require go.work files (optional workspace config)
jrepp Oct 22, 2025
7e6dcf7
Use unified Dockerfile with scratch target for optimized K8s images
jrepp Oct 22, 2025
680fa06
Fix pattern Dockerfiles to include all required dependencies
jrepp Oct 22, 2025
2c9e828
Fix keyvalue and consumer Dockerfiles for nested module structure
jrepp Oct 22, 2025
63ec69c
Simplify nested module Dockerfiles by copying all sources first
jrepp Oct 22, 2025
a999745
Apply simplified copy-all approach to producer and mailbox Dockerfiles
jrepp Oct 22, 2025
626c1bb
Fix keyvalue Dockerfile and enhance k8s-build-images for local clusters
jrepp Oct 23, 2025
b2d163a
Resolve merge conflict in changelog
jrepp Oct 23, 2025
c513f6e
Add unit tests for prism-operator controller and integrate into build…
jrepp Oct 23, 2025
874dcc9
Fix RFC-019 duplicate ID conflict by renumbering K8s deployment RFC t…
jrepp Oct 23, 2025
16eb6e6
Add critical instructions to omit Claude branding and emoji from commits
jrepp Oct 23, 2025
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
6 changes: 6 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ For detailed TDD guide, use: `/tdd-guide`

**Format**: `<action> <subject>` + blank line + `User request: "<prompt>"` + Co-Authored-By

**🚨 CRITICAL - MUST OMIT FROM ALL COMMITS**:
- ❌ NO Claude branding ("Generated with Claude Code" links)
- ❌ NO emoji (including 🤖 or any other emoji)
- ❌ NO fluff or marketing language
- ✅ ONLY: commit message + user request + Co-Authored-By

For detailed commit format, use: `/commit-format`

### Documentation Changes
Expand Down
Loading