From 7f5dde119f2068b40e840f2c404fbf42d6067ca3 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Fri, 10 Apr 2026 00:15:57 -0700 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index f265a75..6fcdca7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -209,6 +209,7 @@ This message-layer echo/path handling is independent of raw-packet storage dedup │ │ ├── MapView.tsx # Leaflet map showing node locations │ │ └── ... │ └── vite.config.ts +├── pkg/aur/ # AUR package files (PKGBUILD, systemd service, env, install hooks) ├── scripts/ # Quality / release helpers (listing below is representative, not exhaustive) │ ├── build/ │ │ ├── collect_licenses.sh # Gather third-party license attributions @@ -216,7 +217,8 @@ This message-layer echo/path handling is independent of raw-packet storage dedup │ ├── quality/ │ │ ├── all_quality.sh # Repo-standard autofix + validate gate │ │ ├── e2e.sh # End-to-end test runner -│ │ └── extended_quality.sh # Quality gate plus e2e and Docker matrix +│ │ ├── extended_quality.sh # Quality gate plus e2e and Docker matrix +│ │ └── test_aur_package.sh # Build + install AUR package in Arch Docker containers │ └── setup/ │ ├── fetch_prebuilt_frontend.py # Download release frontend fallback │ └── install_service.sh # Install/configure Linux systemd service