helloagents 1.1.0 → 2.2.7

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 (38) hide show
  1. package/LICENSE.md +51 -0
  2. package/README.md +440 -841
  3. package/bin/cli.mjs +106 -0
  4. package/package.json +23 -38
  5. package/Claude/Skills/CN/CLAUDE.md +0 -998
  6. package/Claude/Skills/CN/skills/helloagents/analyze/SKILL.md +0 -187
  7. package/Claude/Skills/CN/skills/helloagents/design/SKILL.md +0 -261
  8. package/Claude/Skills/CN/skills/helloagents/develop/SKILL.md +0 -352
  9. package/Claude/Skills/CN/skills/helloagents/kb/SKILL.md +0 -249
  10. package/Claude/Skills/CN/skills/helloagents/templates/SKILL.md +0 -451
  11. package/Claude/Skills/EN/CLAUDE.md +0 -998
  12. package/Claude/Skills/EN/skills/helloagents/analyze/SKILL.md +0 -187
  13. package/Claude/Skills/EN/skills/helloagents/design/SKILL.md +0 -261
  14. package/Claude/Skills/EN/skills/helloagents/develop/SKILL.md +0 -352
  15. package/Claude/Skills/EN/skills/helloagents/kb/SKILL.md +0 -249
  16. package/Claude/Skills/EN/skills/helloagents/templates/SKILL.md +0 -451
  17. package/Codex/Skills/CN/AGENTS.md +0 -998
  18. package/Codex/Skills/CN/skills/helloagents/analyze/SKILL.md +0 -187
  19. package/Codex/Skills/CN/skills/helloagents/design/SKILL.md +0 -261
  20. package/Codex/Skills/CN/skills/helloagents/develop/SKILL.md +0 -352
  21. package/Codex/Skills/CN/skills/helloagents/kb/SKILL.md +0 -249
  22. package/Codex/Skills/CN/skills/helloagents/templates/SKILL.md +0 -451
  23. package/Codex/Skills/EN/AGENTS.md +0 -998
  24. package/Codex/Skills/EN/skills/helloagents/analyze/SKILL.md +0 -187
  25. package/Codex/Skills/EN/skills/helloagents/design/SKILL.md +0 -261
  26. package/Codex/Skills/EN/skills/helloagents/develop/SKILL.md +0 -352
  27. package/Codex/Skills/EN/skills/helloagents/kb/SKILL.md +0 -249
  28. package/Codex/Skills/EN/skills/helloagents/templates/SKILL.md +0 -451
  29. package/bin/cli.js +0 -85
  30. package/lib/args.js +0 -106
  31. package/lib/backup.js +0 -81
  32. package/lib/conflict.js +0 -118
  33. package/lib/copy.js +0 -125
  34. package/lib/defaults.js +0 -47
  35. package/lib/index.js +0 -297
  36. package/lib/output.js +0 -220
  37. package/lib/prompts.js +0 -173
  38. package/lib/utils.js +0 -225
package/LICENSE.md ADDED
@@ -0,0 +1,51 @@
1
+ # License & Attribution
2
+
3
+ **Commercial use allowed, attribution required.**
4
+
5
+ ## Dual License
6
+
7
+ This project uses a dual-license scheme to ensure "commercial use allowed + attribution required":
8
+
9
+ ### 1. Code — Apache License 2.0
10
+
11
+ © 2025 [Hellowind](https://github.com/hellowind777/helloagents)
12
+
13
+ Commercial use is allowed. You must retain **LICENSE** and **NOTICE** information in your distribution.
14
+
15
+ Include a `NOTICE` in your distribution:
16
+
17
+ ```
18
+ This product includes "HelloAGENTS" (author: Hellowind, https://github.com/hellowind777/helloagents), licensed under the Apache License 2.0.
19
+ ```
20
+
21
+ ### 2. Documentation — CC BY 4.0
22
+
23
+ © 2025 [Hellowind](https://github.com/hellowind777/helloagents)
24
+
25
+ Commercial use is allowed, but **attribution is required**. Provide a license link and indicate whether changes were made.
26
+
27
+ Suggested attribution when reusing documentation:
28
+
29
+ ```
30
+ Text/graphics adapted from "HelloAGENTS" — © 2025 Hellowind (https://github.com/hellowind777/helloagents), CC BY 4.0.
31
+ ```
32
+
33
+ ## Unified Attribution
34
+
35
+ For both code and documentation:
36
+
37
+ ```
38
+ HelloAGENTS — © 2025 Hellowind (https://github.com/hellowind777/helloagents). Code: Apache-2.0; Docs: CC BY 4.0.
39
+ ```
40
+
41
+ ---
42
+
43
+ ## Full License Text
44
+
45
+ ### Apache License 2.0
46
+
47
+ See: https://www.apache.org/licenses/LICENSE-2.0
48
+
49
+ ### CC BY 4.0
50
+
51
+ See: https://creativecommons.org/licenses/by/4.0/