[ci skip] Clean up .claude: remove remote executor and /remote skill references
All commands and skills now reference tools directly without any remote execution wrapper. Archived setup-remote-executor.md for reference. Added rule: all infra changes must go through Terraform.
This commit is contained in:
parent
ebe5eb1e9b
commit
c14dc88ffa
7 changed files with 18 additions and 25 deletions
|
|
@ -284,7 +284,6 @@ smtp_password = var.mailserver_accounts["info@viktorbarzin.me"]
|
|||
### 6. Apply Terraform
|
||||
|
||||
```bash
|
||||
# Via /remote skill
|
||||
terraform init
|
||||
terraform apply -target=module.kubernetes_cluster.module.<service> -auto-approve
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue