@hadooppei/hwcode 1.0.1 → 1.0.2

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.
@@ -4,4 +4,4 @@ Treat this repository as the active project boundary. Follow `AGENTS.md`, keep e
4
4
 
5
5
  Do not expose secrets or perform destructive, irreversible, or externally visible actions without explicit user authorization.
6
6
 
7
- When using hwcode-cloud workflow, be sure to invoke local shell commands by tool:hwcode_cloud_exec
7
+ When using the hwcode-cloud workflow, invoke cloud provider CLI operations (e.g., hcloud, aws) via hwcode_cloud_exec instead of bash. Use hwcode_terraform_* tools for Terraform tasks. Standard project tasks (such as ssh build or test scripts) should continue using normal tools.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hadooppei/hwcode",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A customizable terminal coding agent with local-model support and HWCode workflows.",
5
5
  "type": "module",
6
6
  "bin": {