Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db85246

Browse files
kiyeonjeon21claude
andcommitted
Soften OSS→hosted references in CLAUDE.md
Rewrite the "Relationship to contextix-platform" section into "Relationship to contextix.io". Drop the implementation detail list (pg_trgm dedup, launchd batch, specific Supabase shape) in favor of a boundary rule contributors actually need — "don't import hosting-layer code here" — without cataloging the hosted side's moat. The companion private repo's existence is still acknowledged via the boundary rule itself. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent cae6a3d commit db85246

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ node dist/index.js serve # MCP test (pipe JSON-RPC)
9393

9494
Publish: `npm version patch && npm publish` (after local smoke test).
9595

96-
## Relationship to contextix-platform
96+
## Relationship to contextix.io
9797

98-
- `contextix-platform` runs a **production pipeline** on curated crypto + AI sources → feeds contextix.io (hosted graph showcase).
99-
- It uses this OSS repo as the engine but adds: Supabase schema, RLS, entity dedup via pg_trgm + Haiku, scheduled batch (launchd), Next.js frontend.
100-
- **Do not** import platform-specific code (Supabase, Next.js, scheduled agents) into this repo.
98+
The hosted graph you see at [contextix.io](https://contextix.io) is a dogfood showcase — we run this OSS on curated crypto + AI sources and display the result. The scheduler, hosting, UI, and source curation all live in a separate private repo; none of that infrastructure belongs in this OSS package.
99+
100+
- **Do not** import hosting-layer code (Next.js frontend, scheduled batch, Supabase-specific dedup logic) into this repo.
101101
- **Do** keep the core engine self-contained so any dev can run the same pipeline on their own sources.
102102

103103
## What NOT to add here

0 commit comments

Comments
 (0)