{"id":51244552,"url":"https://github.com/agentruntimecontrolprotocol/site","last_synced_at":"2026-06-29T03:02:47.991Z","repository":{"id":364899758,"uuid":"1269421972","full_name":"agentruntimecontrolprotocol/site","owner":"agentruntimecontrolprotocol","description":"Marketing + docs site for the Agent Runtime Control Protocol (Astro + Markdoc) — rebuild of agentruntimecontrolprotocol/www","archived":false,"fork":false,"pushed_at":"2026-06-15T02:08:57.000Z","size":147,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T03:15:39.792Z","etag":null,"topics":["agent-runtime-control-protocol","arcp","astro","docs-site","documentation","markdoc","tailwindcss"],"latest_commit_sha":null,"homepage":"https://agentruntimecontrolprotocol.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agentruntimecontrolprotocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":null,"dco":null,"cla":null}},"created_at":"2026-06-14T17:37:26.000Z","updated_at":"2026-06-15T02:09:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/agentruntimecontrolprotocol/site","commit_stats":null,"previous_names":["agentruntimecontrolprotocol/site"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/agentruntimecontrolprotocol/site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentruntimecontrolprotocol%2Fsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentruntimecontrolprotocol%2Fsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentruntimecontrolprotocol%2Fsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentruntimecontrolprotocol%2Fsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agentruntimecontrolprotocol","download_url":"https://codeload.github.com/agentruntimecontrolprotocol/site/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agentruntimecontrolprotocol%2Fsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34911134,"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-29T02:00:05.398Z","response_time":58,"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":["agent-runtime-control-protocol","arcp","astro","docs-site","documentation","markdoc","tailwindcss"],"created_at":"2026-06-29T03:02:47.364Z","updated_at":"2026-06-29T03:02:47.985Z","avatar_url":"https://github.com/agentruntimecontrolprotocol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# site\n\nMarketing + docs site for the **Agent Runtime Control Protocol** (Astro + Markdoc).\n\nThis is the in-progress rebuild of [`agentruntimecontrolprotocol/www`](https://github.com/agentruntimecontrolprotocol/www)\n(currently Nuxt 4) on **Astro + Markdoc**, preserving the existing \"Inkwell\" design\nsystem, fonts, dark/light themes, and all URLs. It is developed in parallel with `www`;\nthe domain [agentruntimecontrolprotocol.io](https://agentruntimecontrolprotocol.io) stays\non `www` until this reaches visual + route parity, then cuts over.\n\n## Status\n\n🚧 **Planning / scaffolding.** The migration is tracked as GitHub issues:\n\n- **[Epic] Migrate ARCP website from Nuxt to Astro + Markdoc** — the tracking issue.\n- `Step 0`–`Step 9` — one issue per migration phase, each self-contained for an\n  implementing agent.\n\nThe full, canonical spec lives in [`docs/markdoc-migration.md`](docs/markdoc-migration.md).\nEvery issue is derived from it.\n\n## Target stack\n\n- [Astro 5.x](https://astro.build) (`output: 'static'`)\n- [`@astrojs/markdoc`](https://docs.astro.build/en/guides/integrations-guide/markdoc/) — content rendering\n- [Tailwind CSS v4](https://tailwindcss.com) via `@tailwindcss/vite`\n- [Shiki](https://shiki.style) with the custom `arcp-light` / `arcp-dark` themes\n- `@astrojs/sitemap`, Fontsource (IBM Plex Mono + Newsreader)\n- Deployed on Vercel via Git integration\n\n## Source of truth\n\nThe existing site at `../www` (`agentruntimecontrolprotocol/www`) is the reference for\nlook, behavior, and the docs-sync pipeline. SDK + spec docs are synced in at build time\nfrom the sibling `*-sdk` and `spec` repos by `scripts/sync-docs.mjs` (ported from `www`).\n\n## Local development\n\n\u003e Once Step 0 lands, this becomes the standard Astro flow:\n\n```sh\npnpm install\npnpm sync:docs   # pulls SDK + spec docs (set SDK_DOCS_REMOTE=1 for GitHub mode)\npnpm dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentruntimecontrolprotocol%2Fsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagentruntimecontrolprotocol%2Fsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagentruntimecontrolprotocol%2Fsite/lists"}