Skip to content

Conversation

@Gaubee
Copy link
Contributor

@Gaubee Gaubee commented Dec 22, 2025

Summary

Add scripts/agent-readme.ts to provide a unified AI development index and task management system.

Features

  • 索引脚本 (pnpm agent): 一次执行获取所有开发信息

    • 最佳实践(纠正 AI 直觉)
    • 知识地图(代码目录 + 白皮书章节 + 外部文档)
    • 当前任务列表
    • 工作流命令
  • 任务管理: 集成 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.md
  • package.json: 添加 pnpm agent 命令

Token 优化

使用紧凑格式代替 Markdown 表格,输出减少约 28%。

- Add scripts/agent-readme.ts for AI development index
- Integrate with GitHub Project for task management (V1/V2/DRAFT)
- Support task lifecycle: --claim, --create, --done, --stats
- Compact output format to reduce token consumption
- Update AGENTS.md with workflow diagram
- Simplify CLAUDE.md to reference AGENTS.md
- Add pnpm agent shortcut command
@Gaubee Gaubee merged commit 95368e3 into main Dec 22, 2025
6 checks passed
@Gaubee Gaubee deleted the feat/agent-readme-script branch December 22, 2025 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants