aico-cli 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist/{shared/aico-cli.mxgSz9yk.mjs → chunks/simple-config.mjs} +2264 -2744
  2. package/dist/cli.mjs +177 -1000
  3. package/dist/index.d.mts +12 -42
  4. package/dist/index.d.ts +12 -42
  5. package/dist/index.mjs +56 -8
  6. package/package.json +1 -1
  7. package/templates/CLAUDE.md +1 -3
  8. package/templates/{zh-CN/workflow/common/agents → agents/aico/plan}/get-current-datetime.md +2 -2
  9. package/templates/{zh-CN/workflow/common/agents → agents/aico/plan}/init-architect.md +11 -8
  10. package/templates/agents/aico/requirement/aico-requirement-aligner.md +231 -0
  11. package/templates/agents/aico/requirement/aico-requirement-identifier.md +221 -0
  12. package/templates/agents/aico/requirement/aico-task-executor-validator.md +289 -0
  13. package/templates/agents/aico/requirement/aico-task-executor.md +328 -0
  14. package/templates/agents/aico/requirement/aico-task-splitter-validator.md +585 -0
  15. package/templates/base.md +51 -0
  16. package/templates/{zh-CN/workflow/common/commands → commands/aico}/init-project.md +1 -1
  17. package/templates/commands/aico/requirement.md +351 -0
  18. package/templates/commands/aico/workflow.md +229 -0
  19. package/templates/language.md +1 -0
  20. package/templates/personality.md +91 -0
  21. package/templates/settings.json +5 -3
  22. package/templates/en/memory/mcp.md +0 -6
  23. package/templates/en/memory/personality.md +0 -1
  24. package/templates/en/memory/rules.md +0 -45
  25. package/templates/en/memory/technical-guides.md +0 -97
  26. package/templates/en/workflow/bmad/commands/bmad-init.md +0 -103
  27. package/templates/en/workflow/common/agents/get-current-datetime.md +0 -29
  28. package/templates/en/workflow/common/agents/init-architect.md +0 -114
  29. package/templates/en/workflow/common/commands/init-project.md +0 -53
  30. package/templates/en/workflow/git/commands/git-cleanBranches.md +0 -101
  31. package/templates/en/workflow/git/commands/git-commit.md +0 -152
  32. package/templates/en/workflow/git/commands/git-rollback.md +0 -89
  33. package/templates/en/workflow/git/commands/git-worktree.md +0 -301
  34. package/templates/en/workflow/plan/agents/planner.md +0 -116
  35. package/templates/en/workflow/plan/agents/ui-ux-designer.md +0 -91
  36. package/templates/en/workflow/plan/commands/feat.md +0 -105
  37. package/templates/en/workflow/sixStep/commands/workflow.md +0 -230
  38. package/templates/zh-CN/memory/mcp.md +0 -34
  39. package/templates/zh-CN/memory/personality.md +0 -1
  40. package/templates/zh-CN/memory/rules.md +0 -45
  41. package/templates/zh-CN/memory/technical-guides.md +0 -126
  42. package/templates/zh-CN/workflow/bmad/commands/bmad-init.md +0 -109
  43. package/templates/zh-CN/workflow/git/commands/git-cleanBranches.md +0 -101
  44. package/templates/zh-CN/workflow/git/commands/git-commit.md +0 -162
  45. package/templates/zh-CN/workflow/git/commands/git-rollback.md +0 -90
  46. package/templates/zh-CN/workflow/git/commands/git-worktree.md +0 -225
  47. package/templates/zh-CN/workflow/plan/commands/feat.md +0 -105
  48. package/templates/zh-CN/workflow/sixStep/commands/workflow.md +0 -199
  49. /package/templates/{zh-CN/workflow/plan/agents → agents/aico/plan}/planner.md +0 -0
  50. /package/templates/{zh-CN/workflow/plan/agents → agents/aico/plan}/ui-ux-designer.md +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.