Loading
Weekly ecosystem worker and vector search (#1)
Summary
- Dedicated Rust + Postgres repo for the weekly CL8Y blog worker so
CL8Y-webstays a static Vite SPA (issue moved from CL8Y-web#4 → cl8y-research#1). - Fixture pipeline writes
plan.json,outline.md, editor-pass artifacts,post.mdx, andreport.mdwithout live Replicate / Telegram / indexer tokens. - Vector search over ingested sources (in-memory hashing embedder; optional pgvector). Telegram hits are never treated as onchain fact.
Test plan
-
cargo test --all-targets(twice) -
cargo clippy --all-targets -- -D warnings -
cargo run -- week --fixtures fixtures/happy-week -
cargo run -- week --dry-runstops after plan -
cargo run -- search "dex volume" - Drop
post.mdx+ hero into a throwaway CL8Y-web checkout:yarn test && yarn typecheck && yarn lint && yarn build -
/blog/weekly-dex-indexer-volumeprerendered;dist/rss.xmlcontains the item (quoted YAMLdate/authorrequired) - Reviewer: no auto-merge path to CL8Y-web
main - Optional:
docker compose up+cargo test --features postgres -- --ignored
Closes #1