{
  "markdown": "# Shared Documentation & Tools\n\nThis repo contains common guides and tools shared across projects.\n\n## Structure\n\n```\nshared/\n  guides/\n    collaborate/    ← working with co\n    develop/        ← coding patterns\n    test/           ← debugging, testing\n  tools/\n    lib/            ← TypeScript tools for VitePress docs\n```\n\n## Guides\n\nRead these to understand how we work:\n\n- `guides/collaborate/voice.md` — writing style\n- `guides/collaborate/chat.md` — problem-solving with co\n- `guides/collaborate/workflow.md` — the meta-system\n- `guides/develop/markdown.md` — doc formatting patterns\n- `guides/test/debugging.md` — systematic debugging\n\n## Tools\n\nTypeScript tools for VitePress documentation management:\n\n- `fix-links.ts` — find and fix broken links\n- `merge-files.ts` — merge markdown files, update references\n- `sync-sidebar.ts` — regenerate sidebar from filesystem\n- `generate-sidebar.ts` — sidebar generation logic\n- `markdown-parser.ts` — link parsing and updating\n- `link-finder.ts` — file search utilities\n- `config-updater.ts` — VitePress config manipulation\n\n### Usage\n\nProjects compile these tools locally:\n\n```bash\ncd <project>/notes/tools\nnpx tsc -p ../../shared/tools/tsconfig.json --outDir ./dist\nnode dist/fix-links.js\n```\n\n## For Projects Using This Repo\n\nEach project's CLAUDE.MD should include:\n\n```markdown\nCOMMON: Read ../shared/CLAUDE.MD and guides first\n```\n\nClone as sibling:\n```\n~/GitHub/\n  shared/        ← this repo\n  di/            ← project\n  webseriously/  ← project\n```\n",
  "bytes": 1506,
  "sha": "9f5531083e680ce519f68ce7eee051ba6575700307ec811cd7f191628bf65a76",
  "repo_slug": "gizmolab10/mono",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_gizmolab10_mono_memory_index_md_7587f6da/readme"
}