[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-78429":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":16,"starSnapshotCount":16,"syncStatus":32,"lastSyncTime":33,"discoverSource":34},78429,"gsd-pi","open-gsd\u002Fgsd-pi","open-gsd","A powerful meta-prompting, context engineering and spec-driven development system that enables agents to work for long periods of time autonomously without losing track of the big picture","https:\u002F\u002Fwww.opengsd.net",null,"TypeScript",592,56,5,43,0,14,125,523,84,9.27,"MIT License",false,"main",[26,27,28],"context-engineering","meta-prompting","spec-driven-development","2026-06-12 02:03:47","\u003C!-- GSD Pi - Project overview and setup guide -->\n\n# GSD Pi\n\n[![npm version](https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fv\u002F@opengsd\u002Fgsd-pi?label=npm&logo=npm)](https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002F@opengsd\u002Fgsd-pi)\n[![npm downloads](https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fdm\u002F@opengsd\u002Fgsd-pi?label=downloads&logo=npm&color=red)](https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002F@opengsd\u002Fgsd-pi)\n[![CI](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Factions\u002Fworkflow\u002Fstatus\u002Fopen-gsd\u002Fgsd-pi\u002Fci.yml?branch=main&label=tests&logo=github)](https:\u002F\u002Fgithub.com\u002Fopen-gsd\u002Fgsd-pi\u002Factions\u002Fworkflows\u002Fci.yml)\n[![Discord](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fdiscord-join-5865F2?logo=discord&logoColor=white)](https:\u002F\u002Fdiscord.gg\u002F8NnkKuepmQ)\n[![GitHub stars](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002Fopen-gsd\u002Fgsd-pi?label=stars&logo=github)](https:\u002F\u002Fgithub.com\u002Fopen-gsd\u002Fgsd-pi\u002Fstargazers)\n[![License: MIT](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002Fopen-gsd\u002Fgsd-pi?label=license)](https:\u002F\u002Fgithub.com\u002Fopen-gsd\u002Fgsd-pi\u002Fblob\u002Fmain\u002FLICENSE)\n\nGSD Pi is a local-first coding agent for planning, implementing, verifying, and tracking project work from the command line.\n\nIt combines a terminal agent, project workflow tools, worktree-aware Git automation, and optional UI integrations so a project can move from idea to reviewed implementation with less manual coordination.\n\n## Status\n\nThis repository is starting a new development baseline at version `1.0.0` under the `open-gsd\u002Fgsd-pi` project.\n\nOlder release history has been archived outside the active changelog so new work can be reviewed from a clean project surface.\n\n## Install\n\nInstall from npm (not by cloning this repo):\n\n```bash\nnpm install -g @opengsd\u002Fgsd-pi@latest\n```\n\nSource: [`open-gsd\u002Fgsd-pi`](https:\u002F\u002Fgithub.com\u002Fopen-gsd\u002Fgsd-pi).\n\n## Migrate From Older Installs\n\nGSD Pi now installs from the scoped npm package `@opengsd\u002Fgsd-pi`. If you previously installed the older unscoped `gsd-pi` package, remove it first so the old global binary does not shadow the new package.\n\nmacOS \u002F Linux:\n\n```bash\nnpm uninstall -g gsd-pi\nrm -f ~\u002F.gsd\u002F.update-check ~\u002F.gsd\u002Fagent\u002Fmanaged-resources.json\nnpm install -g @opengsd\u002Fgsd-pi@latest\nwhich gsd\ngsd --version\n```\n\nWindows PowerShell:\n\n```powershell\nnpm uninstall -g gsd-pi\nRemove-Item \"$env:USERPROFILE\\.gsd\\.update-check\" -Force -ErrorAction SilentlyContinue\nRemove-Item \"$env:USERPROFILE\\.gsd\\agent\\managed-resources.json\" -Force -ErrorAction SilentlyContinue\nnpm install -g @opengsd\u002Fgsd-pi@latest\nwhere.exe gsd\ngsd --version\n```\n\nAfter migration, routine upgrades use:\n\n```bash\ngsd upgrade\n```\n\nYou can also run `npx @opengsd\u002Fgsd-pi@latest` to launch the installer from the new package. For deeper recovery steps, see [Upgrade GSD Pi](.\u002Fdocs\u002Fuser-docs\u002Fgetting-started.md#upgrade-gsd-pi) and [Upgrade from older gsd-pi installs](.\u002Fdocs\u002Fuser-docs\u002Ftroubleshooting.md#upgrade-from-older-gsd-pi-installs).\n\n## Quick Start\n\n```bash\ngsd\n```\n\nRun the setup flow, choose your preferred model provider, and open a project directory. GSD stores project planning and runtime state in `.gsd\u002F`.\n\nFor a full first-run walkthrough, see [Getting Started With gsd-pi](.\u002Fdocs\u002Fuser-docs\u002Fgetting-started.md).\n\n## Common Session Commands\n\nStart GSD from your shell:\n\n```bash\ngsd\n```\n\nThen use slash commands inside the GSD session:\n\n```text\n\u002Fgsd config\n\u002Fgsd auto\n\u002Fgsd quick \"Describe the task\"\n\u002Fgsd status\n```\n\n## What GSD Pi Does\n\n- Plans work into milestones, slices, and tasks.\n- Runs coding sessions with project context and verification steps.\n- Uses Git worktrees to isolate implementation work.\n- Tracks project state in a local database with markdown projections for review.\n- Supports extension-based tools and provider integrations.\n- Produces artifacts such as plans, summaries, validation notes, and reports.\n\n## Repository Layout\n\n| Path | Purpose |\n| --- | --- |\n| `src\u002F` | Core runtime resources and bundled extensions |\n| `packages\u002F` | Workspace packages used by the CLI, agent, TUI, RPC, and native bridge |\n| `native\u002F` | Native engine packaging and platform binaries |\n| `studio\u002F` | Desktop studio app |\n| `web\u002F` | Web UI and API surface |\n| `vscode-extension\u002F` | VS Code integration |\n| `docs\u002F` | User and developer documentation |\n| `scripts\u002F` | Build, release, migration, and maintenance scripts |\n\n## Development\n\n```bash\nnpm ci\nnpm run build\nnpm test\n```\n\nBefore opening a pull request, run:\n\n```bash\nnpm run verify:fast   # CI fast-gates locally (scans + policy)\nnpm run verify:pr     # build + typecheck + unit tests\n```\n\n## Versioning\n\nThe active public baseline starts at `1.0.0`.\n\nHistorical tags and archived refs may exist for traceability, but active release notes should be written from this baseline forward.\n\n## Community\n\nJoin the [GSD Discord community](https:\u002F\u002Fdiscord.gg\u002F8NnkKuepmQ).\n\n## Star History\n\n\u003Ca href=\"https:\u002F\u002Fwww.star-history.com\u002F?repos=open-gsd%2Fgsd-pi&type=date&legend=top-left\">\n \u003Cpicture>\n   \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fchart?repos=open-gsd\u002Fgsd-pi&type=date&theme=dark&legend=top-left\" \u002F>\n   \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fchart?repos=open-gsd\u002Fgsd-pi&type=date&legend=top-left\" \u002F>\n   \u003Cimg alt=\"Star History Chart\" src=\"https:\u002F\u002Fapi.star-history.com\u002Fchart?repos=open-gsd\u002Fgsd-pi&type=date&legend=top-left\" \u002F>\n \u003C\u002Fpicture>\n\u003C\u002Fa>\n\n## License\n\nMIT\n","GSD Pi 是一个用于从命令行规划、实施、验证和跟踪项目工作的本地优先编码代理。该项目的核心功能包括终端代理、项目工作流工具、支持工作树的Git自动化以及可选的UI集成，这些特点使得项目可以从概念阶段无缝过渡到审查实施阶段，减少了手动协调的需求。它特别适合需要提高开发效率和代码管理质量的软件开发场景。采用TypeScript编写，并遵循MIT许可协议，确保了项目的开放性和易用性。",2,"2026-06-11 03:56:49","CREATED_QUERY"]