feat: add agent-readme script for AI development workflow #38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Add
scripts/agent-readme.tsto provide a unified AI development index and task management system.Features
索引脚本 (
pnpm agent): 一次执行获取所有开发信息任务管理: 集成 GitHub Project (ci: add pnpm build step to PR checks #5)
--claim <#>: 领取任务--create "x": 创建任务(自动设置版本)--done <#>: 完成任务--stats: 进度统计版本规划: V1/V2/V3/DRAFT + 别名 (CURRENT/NEXT)
Changes
scripts/agent-readme.ts: 新增索引脚本AGENTS.md: 更新工作流图示CLAUDE.md: 精简,指向 AGENTS.mdpackage.json: 添加pnpm agent命令Token 优化
使用紧凑格式代替 Markdown 表格,输出减少约 28%。