{"id":51120099,"url":"https://github.com/auditmos/ogsfrompoly-lp","last_synced_at":"2026-06-25T01:30:40.239Z","repository":{"id":361659223,"uuid":"1255156959","full_name":"auditmos/ogsfrompoly-lp","owner":"auditmos","description":"Public landing page for ogsfrompoly.com — Polymarket skilled-trader detection: weekly strategy track record + monthly project P\u0026L. Astro on Cloudflare Workers.","archived":false,"fork":false,"pushed_at":"2026-06-08T06:38:41.000Z","size":412,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-08T08:18:31.616Z","etag":null,"topics":["astro","cloudflare-workers","content-collections","landing-page","polymarket","prediction-markets","rss","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://ogsfrompoly.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/auditmos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-31T13:32:26.000Z","updated_at":"2026-06-08T06:38:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/auditmos/ogsfrompoly-lp","commit_stats":null,"previous_names":["auditmos/ogsfrompoly-lp"],"tags_count":14,"template":false,"template_full_name":"auditmos/astro-on-cf","purl":"pkg:github/auditmos/ogsfrompoly-lp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auditmos%2Fogsfrompoly-lp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auditmos%2Fogsfrompoly-lp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auditmos%2Fogsfrompoly-lp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auditmos%2Fogsfrompoly-lp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auditmos","download_url":"https://codeload.github.com/auditmos/ogsfrompoly-lp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auditmos%2Fogsfrompoly-lp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34756205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astro","cloudflare-workers","content-collections","landing-page","polymarket","prediction-markets","rss","tailwindcss","typescript"],"created_at":"2026-06-25T01:30:39.944Z","updated_at":"2026-06-25T01:30:40.223Z","avatar_url":"https://github.com/auditmos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ogsfrompoly-lp\n\n*AI agent index: [llms.txt](./llms.txt)*\n\nSource for **ogsfrompoly.com** — the public-facing landing page for [poly-track](../ogsfrompoly), a Polymarket skilled-trader detection project grounded in the 2026 papers by Gomez-Cram et al. and Akey et al.\n\nThe site publishes methodology, aggregate results, and open-book \"financial statements\" (strategy track record + project P\u0026L) at a regular weekly + monthly cadence. Distribution is RSS plus per-page raw markdown (`/\u003cslug\u003e.md`) for LLM agents. No email capture, no signup, no comments.\n\n\u003e **Disclosure policy (load-bearing):** methodology + aggregate results only. Wallet references appear only as truncated / hashed IDs (e.g. `wallet_a3f…`). Live alpha is never published. See `/methodology` on the deployed site and `docs/` for the authoritative version.\n\n## Status\n\n- **PRD:** [#1](https://github.com/auditmos/ogsfrompoly-lp/issues/1) — single source of truth for scope, user stories, validation strategy\n- **Implementation plan:** [`plans/ogsfrompoly-lp.md`](plans/ogsfrompoly-lp.md) — phased vertical slices\n- **Issues:** [#2–#10](https://github.com/auditmos/ogsfrompoly-lp/issues?q=is%3Aopen+label%3Av1) (v1) · [#11–#12](https://github.com/auditmos/ogsfrompoly-lp/issues?q=is%3Aopen+label%3Av2) (v2, deferred)\n- **Domain:** `ogsfrompoly.com` (registered at Cloudflare Registrar; zone active)\n\n## Quick start\n\n```bash\npnpm install\npnpm cf-typegen\npnpm dev          # http://localhost:3000\n```\n\n## Stack\n\n| Layer | Technology |\n|-------|-----------|\n| Framework | Astro 6 (`output: \"server\"`) |\n| Adapter | `@astrojs/cloudflare` |\n| Runtime | Cloudflare Workers (`nodejs_compat`) |\n| Styling | Tailwind CSS v4 (`@tailwindcss/vite`), no JS config |\n| Content | Astro content collections (markdown in `src/content/`) |\n| Validation | Zod (frontmatter + endpoint boundaries) |\n| Language | TypeScript strict (`@/*` → `src/*`) |\n| Linter | Biome 2 |\n| Testing | Vitest |\n| Dead-code | knip |\n| Analytics | Cloudflare Web Analytics (cookie-less) |\n| Package manager | pnpm 10 |\n\nNo CMS, no submodule, no runtime fetch from upstream — content lives as markdown in this repo.\n\n## Project layout\n\n```\nsrc/\n├── pages/              # File-based routes (.astro, .md, .ts for endpoints)\n├── content/            # Astro content collections (statement, future: article)\n├── layouts/            # Shared HTML shells\n├── components/         # Reusable Astro components\n├── styles/globals.css  # Tailwind v4 entry (@import \"tailwindcss\";)\n└── env.d.ts            # App.Locals typed against Cloudflare Env\n\nplans/                  # Phased implementation plans (carved from PRDs)\ndocs/                   # Authoritative design docs (disclosure policy, schema)\n```\n\nPath alias `@/*` → `src/*`.\n\n## Architecture\n\nThree deep modules carry the system. Each has a small public interface and is tested at its boundary.\n\n| Module | Interface | Hidden implementation |\n|--------|-----------|----------------------|\n| **Content Schema** | Zod-validated frontmatter for `statement` (and future `article`) collections | The cross-repo contract. Producer-side validation, schema version marker, breaking-change discipline |\n| **Dual-Format Serving** | Any content entry resolves at both `/\u003ccollection\u003e/\u003cslug\u003e` (HTML) and `/\u003ccollection\u003e/\u003cslug\u003e.md` (`text/markdown`) | Single helper + catch-all route; no per-route boilerplate when collections grow |\n| **Feed Generators** | `rss.xml`, `llms.txt`, `sitemap.xml` derived from content collections | Format renderers hidden; snapshot-tested for determinism |\n\nSee [`.claude/rules/deep-modules.md`](.claude/rules/deep-modules.md) and the architectural decisions in [`plans/ogsfrompoly-lp.md`](plans/ogsfrompoly-lp.md).\n\n## Brand reference\n\nVoice and aesthetic anchor: [hermes-agent.nousresearch.com](https://hermes-agent.nousresearch.com/). Bold display type, terminal/install-snippet moments, opinionated function-forward copy. The brand name `ogsfrompoly` is retained as owned cheekiness — a credibility signal for the prediction-market-native audience.\n\n## Verification gate\n\nBefore declaring any change done, run all four:\n\n```bash\npnpm types        # astro check + tsc --noEmit\npnpm test         # vitest\npnpm lint         # biome\npnpm knip         # no unused files / deps / exports\n```\n\nThe same four are required by CI on every PR (see issue [#5](https://github.com/auditmos/ogsfrompoly-lp/issues/5)).\n\n## Scripts\n\n| Script | Purpose |\n|--------|---------|\n| `pnpm dev` | Dev server on http://localhost:3000 |\n| `pnpm build` | Production build to `./dist` |\n| `pnpm preview` | Preview the production build locally |\n| `pnpm deploy` | Build + `wrangler deploy` |\n| `pnpm cf-typegen` | Regenerate `Env` types from `wrangler.jsonc` |\n| `pnpm test` / `:watch` / `:coverage` | Vitest |\n| `pnpm types` | astro check + tsc --noEmit |\n| `pnpm lint` / `:fix` | Biome check / auto-fix |\n| `pnpm knip` | Unused files / deps / exports |\n| `pnpm deps` / `:update` | Check / apply dependency updates via taze |\n| `pnpm release` | semantic-release (CI only) |\n\n## Cloudflare specifics\n\n- Use `wrangler.jsonc` (not `.toml`).\n- `custom_domain: true` on the route (never routes-with-zone_name) — see [`.claude/rules/cloudflare-deployment.md`](.claude/rules/cloudflare-deployment.md).\n- SSL/TLS mode must be Full or Full (strict), never Flexible.\n- HTTP → HTTPS via the \"Always Use HTTPS\" toggle, never the \"Redirect from HTTP to HTTPS\" rule (causes self-redirect loops on Worker custom domains).\n- Access bindings via `import { env } from \"cloudflare:workers\"` — `Astro.locals.runtime` was removed in Astro v6.\n- Per-env secrets live in `.dev.vars` / `.dev.vars.staging` / `.dev.vars.production` locally (never committed; wrangler loads `.dev.vars.\u003cenv\u003e` ahead of `.dev.vars` when `CLOUDFLARE_ENV=\u003cenv\u003e` is set) and as Cloudflare secrets in production.\n\n## Agent-assisted development\n\n- [`AGENTS.md`](AGENTS.md) (symlinked as `CLAUDE.md`) — project-wide agent guide\n- [`.claude/rules/`](./.claude/rules/) — topic rules that activate based on the files being touched\n- [`.claude/agents/`](./.claude/agents/) — design-doc writer / implementer / MVP enforcer\n\n## License\n\nISC — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauditmos%2Fogsfrompoly-lp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauditmos%2Fogsfrompoly-lp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauditmos%2Fogsfrompoly-lp/lists"}