Skip to content

Commit e52b5c0

Browse files
yunhao-jclaude
andcommitted
chore(oss): move internal planning docs out of the public tree
docs/ keeps design.md (architecture) and cost-methodology.md (scoring math); internal milestone plans and strategy notes are maintained privately. References updated. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent bf7f3ac commit e52b5c0

37 files changed

Lines changed: 8 additions & 2878 deletions

app/changelog/ChangelogClient.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ const ENTRIES: Entry[] = [
7575
{
7676
date: '2026-05-26',
7777
tag: 'platform',
78-
title: 'Plan rewrite + multi-event / multi-agent / live architecture (codercup-v1)',
78+
title: 'Plan rewrite + multi-event / multi-agent / live architecture',
7979
body: (
8080
<>
8181
The original codearena-v1 plan assumed one launch event (World Cup
8282
2026, hard date 6/22). Reality drifted: the brand changed, the
8383
launch model went continuous, and the site grew surfaces the plan
8484
never anticipated. After a self-audit, the plan was rewritten as{' '}
85-
<code>docs/codercup-v1/</code> with three independent axes treated
85+
a revised build plan with three independent axes treated
8686
as first-class concepts (event / agent / live), each piece scoped
8787
90/10, deferred work surfaced via{' '}
8888
<code>coming-soon-pattern.md</code>. Phase 1 ships:

app/lib/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export interface AgentJson {
8787
runs: RunSummary[];
8888
}
8989

90-
// ─── Event schema (codercup-v1 m2 piece-1 · v2 — event-centric) ───────────
90+
// ─── Event schema (v2 — event-centric) ─────────────────────────────────────
9191

9292
export type EventState = 'planning' | 'dry-run' | 'live' | 'completed' | 'archived';
9393

docs/build-plan.md

Lines changed: 0 additions & 291 deletions
This file was deleted.

docs/codercup-v1/README.md

Lines changed: 0 additions & 111 deletions
This file was deleted.

docs/codercup-v1/coming-soon-pattern.md

Lines changed: 0 additions & 181 deletions
This file was deleted.

0 commit comments

Comments
 (0)