auto: docs sync 2026-08-20T12:00:04+00:00

Files changed: engine/.embcache.json engine/changelog.md engine/lint-report.md vault/projects/meshwars.md
This commit is contained in:
echo6-autocommit 2026-08-20 12:00:04 +00:00
commit e786b59f46
4 changed files with 14 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -265,3 +265,9 @@
## 2026-08-18T09:00:01Z — sweep complete (0 docs selected)
## 2026-08-19T09:00:01Z — sweep complete (0 docs selected)
## 2026-08-20T09:00:01Z — sweep run
- end: 2026-08-20T09:00:08Z
- mode: incremental
- docs selected: 1
- processed: 1 | written: 1 | flagged: 0 | errors: 0

View file

@ -1,6 +1,6 @@
# Vault Lint Report
Generated: 2026-08-20T05:15:20Z | Docs scanned: 116 | Elapsed: 0.0s
Generated: 2026-08-20T09:00:01Z | Docs scanned: 116 | Elapsed: 0.0s
## Summary

View file

@ -7,8 +7,12 @@ aliases:
- meshwars.com
related:
- [[meshcore-transport]]
status: live
- [[meshai-region-routing-plan]]
- [[meshai-prod-compose-override]]
- [[SESSION-HANDOFF-meshai-test]]
- [[meshtastic-headscale-runbook]]
updated: 2026-08-20
status: live
---
# MeshWars
@ -17,7 +21,7 @@ A territory control game played over mesh radio. Seven teams claim roughly 300 m
## Where it runs
CT 119 (`mesh-territory`) on the utility host. A single Docker container built from the repo, FastAPI plus SQLite, no external services. The database is one file at `/data/game.db` inside the container. TLS terminates on the CT 101 Caddy, which proxies to port 8090.
CT 119 (`mesh-territory`) on the utility host. A single Docker container built from the repo, FastAPI plus SQLite, no external services. The database is one file at `/data/game.db` inside the container. TLS terminates on the CT 101 [[caddy]], which proxies to port 8090.
Credentials — admin token, invite code, the owner's player key — live in `credentials`, never in this vault.