I hereby claim:
- I am nhsy on github.
- I am nhsy (https://keybase.io/nhsy) on keybase.
- I have a public key ASBw5h5TMiF4E7oK3sCQR6wU1nEtIdKMToZUONWnqOmtggo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This document provides core operating constraints for AI agents. These rules apply across all tasks within this environment.
.tmp/ within the project root for all temporary files. Ensure this directory is created if it doesn't exist..plans/ within the project root for all development plans. Ensure this directory is created if it doesn't exist.pyproject.toml, requirements.txt, package.json) before proceeding with implementation.| data "cloudflare_zone" "domain" { | |
| count = var.enable_cloudflare_tunnel ? 1 : 0 | |
| zone_id = var.cloudflare_zone_id | |
| } | |
| data "http" "my_ip" { | |
| count = var.enable_cloudflare_tunnel ? 1 : 0 | |
| url = "https://ipinfo.io/ip" | |
| request_timeout_ms = 10000 | |
| } |