aico-cli 0.1.4 → 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 (47) hide show
  1. package/dist/{shared/aico-cli.CSeKe20G.mjs → chunks/simple-config.mjs} +2468 -2968
  2. package/dist/cli.mjs +176 -989
  3. package/dist/index.d.mts +12 -42
  4. package/dist/index.d.ts +12 -42
  5. package/dist/index.mjs +57 -9
  6. package/package.json +1 -1
  7. package/templates/CLAUDE.md +1 -3
  8. package/templates/agents/aico/plan/get-current-datetime.md +29 -0
  9. package/templates/agents/aico/plan/init-architect.md +117 -0
  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/commands/aico/init-project.md +53 -0
  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/git/commands/git-cleanBranches.md +0 -101
  28. package/templates/en/workflow/git/commands/git-commit.md +0 -152
  29. package/templates/en/workflow/git/commands/git-rollback.md +0 -89
  30. package/templates/en/workflow/git/commands/git-worktree.md +0 -301
  31. package/templates/en/workflow/plan/agents/planner.md +0 -116
  32. package/templates/en/workflow/plan/agents/ui-ux-designer.md +0 -91
  33. package/templates/en/workflow/plan/commands/feat.md +0 -105
  34. package/templates/en/workflow/sixStep/commands/workflow.md +0 -230
  35. package/templates/zh-CN/memory/mcp.md +0 -34
  36. package/templates/zh-CN/memory/personality.md +0 -1
  37. package/templates/zh-CN/memory/rules.md +0 -45
  38. package/templates/zh-CN/memory/technical-guides.md +0 -126
  39. package/templates/zh-CN/workflow/bmad/commands/bmad-init.md +0 -109
  40. package/templates/zh-CN/workflow/git/commands/git-cleanBranches.md +0 -101
  41. package/templates/zh-CN/workflow/git/commands/git-commit.md +0 -162
  42. package/templates/zh-CN/workflow/git/commands/git-rollback.md +0 -90
  43. package/templates/zh-CN/workflow/git/commands/git-worktree.md +0 -301
  44. package/templates/zh-CN/workflow/plan/commands/feat.md +0 -105
  45. package/templates/zh-CN/workflow/sixStep/commands/workflow.md +0 -199
  46. /package/templates/{zh-CN/workflow/plan/agents → agents/aico/plan}/planner.md +0 -0
  47. /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.