[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-82054":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":14,"subscribersCount":14,"size":14,"stars1d":14,"stars7d":15,"stars30d":16,"stars90d":14,"forks30d":14,"starsTrendScore":14,"compositeScore":17,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":20,"hasPages":18,"topics":21,"createdAt":9,"pushedAt":9,"updatedAt":22,"readmeContent":23,"aiSummary":24,"trendingCount":14,"starSnapshotCount":14,"syncStatus":15,"lastSyncTime":25,"discoverSource":26},82054,"pi-config","zekdevs\u002Fpi-config","zekdevs","my person pi agent setup",null,"TypeScript",33,3,23,0,2,5,1.81,false,"main",true,[],"2026-06-12 02:04:22","My pi agnet config\n\n## Layout\n\n```\n~\u002F.pi\u002Fagent\u002F\n├── README.md                  this file\n├── APPEND_SYSTEM.md           add to system prompt\n├── settings.json              entry point pi reads (provider, model, packages, agents)\n├── agents\u002F                    11 agent definitions (orchestrator + specialists)\n├── prompts\u002F                   slash-prompt entry points (e2e, feature, spec)\n├── skills\u002F                    domain knowledge bundles (full directories)\n└── extensions\u002F\n    ├── safety\u002F                blocks dangerous bash patterns at the tool boundary\n    ├── quality\u002F               runs ruff\u002Feslint on edited files; surfaces lint as context\n    ├── budget-guard\u002F          limits subagent scope\n    ├── pi-hashline\u002F           hashline read & edit inspired by omp\n    ├── pi-web-access\u002F         basic web tools\n    ├── subagent\u002F              basic subagent support\n    ├── todo\u002F                  tasks tools\n    └── rtk-wrap\u002F              proxy cli bash calls\n```\n\n\n## Invoking an Individual Agent\n\nRun any agent directly without a chain:\n\n```\npi --agent researcher\npi --agent architect\n```\n\n- `pi.registerCommand(...)` for slash commands\n- `pi.on(event, handler)` for lifecycle hooks\n\nRegistration calls are gated with `typeof pi.X === 'function'` checks so missing methods degrade gracefully.\n","该项目是一个个人的Pi代理配置工具，主要用于设置和管理Pi代理的行为与功能。它使用TypeScript编写，核心功能包括通过定义不同的代理角色（如研究员、架构师等）来执行特定任务，并且支持自定义命令和生命周期钩子，使得用户可以根据需要灵活扩展或调整代理行为。此外，项目还提供了一系列安全性和质量控制相关的扩展插件，比如阻止危险的bash模式、对编辑文件进行代码检查等。适用于需要高度定制化AI助手以提高工作效率或自动化处理复杂任务的开发者和个人用户场景。","2026-06-11 04:07:35","CREATED_QUERY"]