Skip to content

Commit 306365f

Browse files
scotwellsclaude
andcommitted
Rename default overlay to single-cluster
"default" is a kubebuilder convention that doesn't say what it actually deploys. "single-cluster" describes the install topology and pairs naturally with the cross-cluster overlay planned as a follow-up. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2c10e3d commit 306365f

18 files changed

+6121
-3
lines changed

.claude/pipeline/briefs/feat-001-cloudflare-workers-interface.md

Lines changed: 451 additions & 0 deletions
Large diffs are not rendered by default.

.claude/pipeline/briefs/feat-001-unikraft-architecture-analysis.md

Lines changed: 734 additions & 0 deletions
Large diffs are not rendered by default.

.claude/pipeline/designs/feat-001-edgefunction.md

Lines changed: 1826 additions & 0 deletions
Large diffs are not rendered by default.

.claude/pipeline/pricing/feat-001-edgefunction.md

Lines changed: 565 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
handoff:
3+
id: feat-001
4+
from: user
5+
to: product-discovery
6+
created: 2026-02-24T00:00:00Z
7+
context_summary: "Introduce a Cloudflare Workers-style interface that builds on the existing Workload concept but provides a simplified developer experience"
8+
decisions_made: []
9+
open_questions:
10+
- "What problem does this solve?"
11+
- "Who are the target users?"
12+
- "What aspects of Cloudflare Workers should be replicated?"
13+
- "How does this differ from the existing Workload resource?"
14+
- "What platform capabilities are required (Quota, Insights, Telemetry, Activity)?"
15+
assumptions: []
16+
---
17+
18+
# Feature Request: Cloudflare Workers-Style Interface
19+
20+
**Requested by**: User
21+
**Date**: 2026-02-24
22+
23+
## Initial Description
24+
25+
I'd like to brainstorm on how we could introduce a Cloudflare Workers type concept. The concept should build on the workload concept that's already defined in the repo but likely exposed as a simplified interface.
26+
27+
## Context
28+
29+
The compute repository currently defines:
30+
- **Workload** resource (`compute.datumapis.com/v1alpha`) with sophisticated placement, scaling, and instance management
31+
- Support for both VMs and Sandbox (container) runtimes
32+
- Gateway integration for network routing
33+
- Multi-region deployment with city-code based placement
34+
- Horizontal autoscaling with metrics
35+
36+
## Notes
37+
38+
This request is awaiting discovery. The product-discovery agent will:
39+
- Clarify the problem being solved
40+
- Identify target users and use cases
41+
- Assess scope boundaries
42+
- Evaluate platform capability requirements
43+
- Compare with Cloudflare Workers developer experience
44+
- Determine how this relates to existing Workload primitives
45+
- Produce a discovery brief

0 commit comments

Comments
 (0)