aico-cli 2.0.26 → 2.0.28
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.
- package/README.md +3 -0
- package/bin/cli/cli.js +1345 -1336
- package/bin/cli/package.json +2 -2
- package/bin/cli/sdk-tools.d.ts +9 -1
- package/bin/cli/vendor/claude-code-jetbrains-plugin/lib/claude-code-jetbrains-plugin-0.1.12-beta-searchableOptions.jar +0 -0
- package/bin/cli/vendor/claude-code-jetbrains-plugin/lib/{claude-code-jetbrains-plugin-0.1.11-beta.jar → claude-code-jetbrains-plugin-0.1.12-beta.jar} +0 -0
- package/dist/chunks/simple-config.mjs +1 -1
- package/dist/cli.mjs +0 -1
- package/package.json +3 -3
- package/templates/agents/aico/requirement/requirement-aligner.md +0 -47
- package/templates/agents/aico/requirement/requirement-identifier.md +0 -45
- package/templates/agents/aico/requirement/task-executor-validator.md +24 -67
- package/templates/agents/aico/requirement/task-executor.md +13 -58
- package/templates/agents/aico/requirement/task-splitter-validator.md +32 -75
- package/templates/commands/base//350/275/257/344/273/266/345/274/200/345/217/221/345/257/274/345/270/210.md +61 -0
- package/templates/personality.md +6 -3
- package/templates/settings.json +2 -2
- package/bin/cli/sdk.d.ts +0 -446
- package/bin/cli/sdk.mjs +0 -14840
- package/bin/cli/vendor/claude-code-jetbrains-plugin/lib/claude-code-jetbrains-plugin-0.1.11-beta-searchableOptions.jar +0 -0
- package/templates/agents/aico/requirement/WINDOWS_USAGE.md +0 -478
- package/templates/agents/aico/requirement/crossplatform-utils.ps1 +0 -465
- package/templates/agents/aico/requirement/crossplatform-utils.sh +0 -307
- package/templates/agents/aico/requirement/requirement-functions-crossplatform.ps1 +0 -458
- package/templates/agents/aico/requirement/requirement-functions-crossplatform.sh +0 -472
- package/templates/agents/aico/requirement/requirement-launcher.ps1 +0 -223
- package/templates/agents/aico/requirement/requirement-launcher.sh +0 -146
- package/templates/agents/aico/requirement/test-crossplatform.ps1 +0 -506
- package/templates/agents/aico/requirement/test-crossplatform.sh +0 -456
- package/templates/hooks/README.md +0 -291
- package/templates/hooks/pre-requirement-identifier.ps1 +0 -160
- package/templates/hooks/requirement-processor.sh +0 -180
- package/templates/hooks/subagent-context-injector.sh +0 -65
- package/templates/hooks/utils/crossplatform-detector.ps1 +0 -117
- package/templates/hooks/utils/crossplatform-detector.sh +0 -111
- package/templates/utils/platform-launcher.ps1 +0 -333
- package/templates/utils/task-manager.sh +0 -401
package/README.md
CHANGED
|
@@ -91,3 +91,6 @@ For open source projects, say how it is licensed.
|
|
|
91
91
|
|
|
92
92
|
## Project status
|
|
93
93
|
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
|
94
|
+
|
|
95
|
+
215,119,87
|
|
96
|
+
118,193,255
|