Skip to content

Commit e9efb2d

Browse files
authored
docs: reflect localdev architecture in localhost.md, AGENTS.md, subagent-index.toon (t1224.9) (#1953)
- localhost.md: add legacy notice pointing to local-hosting.md as primary agent - AGENTS.md: add Localhost row to progressive disclosure table (local-hosting.md primary, localhost.md legacy) - AGENTS.md: update Localhost Standards section to reference local-hosting.md - subagent-index.toon: add local-hosting|localhost to services/hosting/ entry
1 parent 3248be6 commit e9efb2d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.agents/AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ Orchestration agents can create drafts in `draft/` for reusable parallel process
389389
| Cloud GPU | `tools/infrastructure/cloud-gpu.md` |
390390
| Containers | `tools/containers/orbstack.md` |
391391
| Networking | `services/networking/tailscale.md` |
392+
| Localhost | `services/hosting/local-hosting.md` (primary — localdev-helper.sh, dnsmasq, Traefik, mkcert, port registry), `services/hosting/localhost.md` (legacy reference) |
392393
| Personal AI | `tools/ai-assistants/openclaw.md` (deployment tiers, security, channels) |
393394
| Research | `tools/research/tech-stack-lookup.md`, `tech-stack-helper.sh`, `/tech-stack` (tech stack detection, reverse lookup) |
394395
| Model routing | `tools/context/model-routing.md`, `model-registry-helper.sh`, `fallback-chain-helper.sh`, `model-availability-helper.sh`, `budget-tracker-helper.sh` |
@@ -483,4 +484,4 @@ Proactively use a browser for: dev server verification, form testing, deployment
483484

484485
## Localhost Standards
485486

486-
`.local` domains + SSL via Traefik + mkcert. See `services/hosting/localhost.md`.
487+
`.local` domains + SSL via Traefik + mkcert. See `services/hosting/local-hosting.md` (primary) or `services/hosting/localhost.md` (legacy).

.agents/services/hosting/localhost.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Localhost development environment setup
2+
description: Localhost development environment setup (legacy — see local-hosting.md)
33
mode: subagent
44
tools:
55
read: true
@@ -11,6 +11,10 @@ tools:
1111
webfetch: false
1212
---
1313

14+
> **Legacy reference**: This file documents the original `localhost-helper.sh` approach.
15+
> For new projects, use [`local-hosting.md`](local-hosting.md) which covers the current
16+
> `localdev-helper.sh` system (dnsmasq + Traefik v3.3 + mkcert + port registry).
17+
1418
# Localhost Development Environment Guide
1519

1620
<!-- AI-CONTEXT-START -->

.agents/subagent-index.toon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tools/wordpress/,WordPress ecosystem - local dev and fleet,wp-dev|wp-admin|local
6262
tools/containers/,Container runtimes - Docker and Linux VMs on macOS,orbstack
6363
tools/infrastructure/,Infrastructure - cloud GPU deployment and compute,cloud-gpu
6464
services/accessibility/,Unified web and email accessibility auditing - WCAG compliance remediation and monitoring,accessibility-audit
65-
services/hosting/,Hosting providers - DNS and cloud servers,hostinger|hetzner|cloudflare|cloudflare-platform|cloudron|closte
65+
services/hosting/,Hosting providers - DNS and cloud servers and local dev,local-hosting|localhost|hostinger|hetzner|cloudflare|cloudflare-platform|cloudron|closte
6666
services/networking/,Networking - mesh VPN and secure device connectivity,tailscale
6767
services/email/,Email services - transactional email deliverability and testing,ses|email-health-check|email-testing|email-delivery-test|email-design-test|email-delivery-testing|email-design-testing
6868
services/communications/,Communications - SMS voice and Matrix bot dispatch,twilio|telfon|matrix-bot

0 commit comments

Comments
 (0)