Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/design/HLD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# agent-usage-manager — High-Level Design

**Refreshed:** 2026-08-19 (0.2.5).
**Refreshed:** 2026-08-22 (service-cite de-staled); previously 2026-08-19 (0.2.5).

## Purpose

Expand Down Expand Up @@ -78,7 +78,8 @@ each probed with `shutil.which` and degrading to empty results when absent:
`--unsafe-expose` (cli.py:219-225). On Ming's host a `tailscale serve` proxy
(:8448) fronts that loopback bind — tailnet-reachable by design, token-gated
for actions; the loopback refusal covers direct binds only (2026-08-14 note).
- **As a service:** README.md:377-392 documents a systemd user unit; on this
- **As a service:** the README's *Run as a service* section documents a
systemd user unit; on this
host it runs under launchd, and the bundled `agents.yaml:133-139` wires alerts
into the fleet's Telegram notifier.
- **CI/release:** GitHub Actions test matrix; hatchling builds published to
Expand Down
Loading