{
  "markdown": "# <img src=\"assets/marigold-mark.svg\" height=\"26\" alt=\"\"> marigold\n\n**Local drafts — a review loop for agent-authored HTML.** Your coding agent writes a\nrich HTML/SVG draft to a file; `marigold-draft open` serves it in a comment\nshell in your browser; you highlight, comment, and edit in place; **Send\nfeedback to agent** returns your review to the agent's blocked CLI call as\nJSON, and its next save live-reloads the tab with your comments re-anchored.\n\nNo database, no accounts, no network. One warm background daemon; comments\npersist in a sidecar file next to the draft.\n\n```sh\nnpm i -g marigold-draft\nmarigold-draft agent-setup   # wires up Claude Code (skill) + Claude Desktop (MCP)\n```\n\nOr hand this prompt to your coding agent:\n\n> Install Marigold for me using `npm i -g marigold-draft`, then read\n> https://marigold.page/draft/setup.md and set yourself up\n> to use it.\n\n**Full docs: [packages/local/README.md](packages/local/README.md)** — the\nagent loop, in-place edits, `.svg` drafts, sharing, and graduating a draft to\n[hosted Marigold](https://marigold.page/) when you want a\nlink you can send to someone.\n\n## What's in this repo\n\n| Package | What it is |\n| --- | --- |\n| [`packages/local`](packages/local) | `marigold-draft` (npm) — the CLI, daemon, review shell, and MCP server |\n| [`packages/core`](packages/core) | The shared anchoring engine: deterministic element instrumentation, composite comment anchors (`marigoldId → css → textQuote`), and the Marigold Way methodology packs. Bundled into the CLI at build time. |\n\nThe anchoring engine is the same one hosted Marigold runs, so comments\nre-anchor identically across draft revisions locally and doc versions in the\ncloud, and a draft promoted to the cloud instruments byte-for-byte the same.\n\n```sh\npnpm install\npnpm test        # vitest across both packages\npnpm build       # bundles packages/local/dist/cli.cjs\n```\n\n## Relationship to hosted Marigold\n\nHosted Marigold (\"Google Docs for AI-generated webpages\" — share by email,\ncomment on the rendered page, agents read feedback over MCP) is a separate,\nclosed-source service. This repo is the open-source local tool, MIT-licensed,\nand is where its issues and pull requests live.\n\nDevelopment happens in a private monorepo that also contains the hosted\nservice; the OSS subset is auto-synced here on every change, so this mirror is\nalways current. PRs are welcome — they're reviewed here and ported onto the\ninternal tree with your authorship preserved.\n\n## License\n\n[MIT](LICENSE).\n",
  "bytes": 2507,
  "sha": "6afa5f988714f91672b59f8578cacfe937bf57c0b1bf2c93d5b8fc529758fd4e",
  "repo_slug": "immuneeb/marigold-collab",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_immuneeb_marigold_46859620/readme"
}