{
  "markdown": "# Todo\n\nA small, dependency-free browser Todo app. Todos stay in this browser through `localStorage`; open tabs synchronize through the browser storage event. All, Active, and Completed are per-tab views that reset to All on reload and are never saved with tasks.\n\n## Run locally\n\nOpen `index.html` in a modern browser, or serve this directory with any static-file server. No build step is required.\n\n## Unattended test setup\n\nRequires Node 20 or newer. Install the locked development dependencies and all supported Playwright browsers without prompts:\n\n```sh\nnpm ci\nnpx playwright install chromium firefox webkit\n```\n\nRun the full automated verification with `npm run verify`. Run unit or browser acceptance checks separately with `npm run test:unit` and `npm run test:e2e`.\n\n## Manual spot checks\n\n- Use only the keyboard to add, edit, complete/reopen, and delete a todo; ensure the focus ring is visible.\n- Check the layout at a narrow mobile width and a desktop width.\n- Verify clear labels, readable text, completed styling, All/Active/Completed views, persistence after refresh, and updates in a second open tab.\n",
  "bytes": 1119,
  "sha": "58cb4dd4e4373b74c44afc085e57bea5e41cea40e527acb7baff2dbdc831118e",
  "repo_slug": "hassanvfx/clineflow-todo",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_hassanvfx_clineflow_todo_knowledge_index_e1cc096a/readme"
}