summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:27:23 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:27:23 +0300
commitd9db2273b1ee817e2768994207489e0f1029999f (patch)
tree9c4297075a02305ccea9b0752768bf09bf61714a
parent1d50cc9ac1e96e1107a1aa4f219316c497561c6e (diff)
downloadlibnss-tacplus-T8595-add-agents-md.tar.gz
libnss-tacplus-T8595-add-agents-md.zip
general: T8595: scrub private-org references from public AGENTS.mdT8595-add-agents-md
-rw-r--r--AGENTS.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/AGENTS.md b/AGENTS.md
index a144388..da97a79 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -30,7 +30,7 @@ No in-tree test suite — exercised end-to-end on a VyOS image via `pam_tacplus`
## Cross-repo context
-Pre-dep of the `vyos-1x` runtime auth stack. Built via `VyOS-Networks/vyos-build-packages` and shipped in the ISO from `vyos/vyos-build`. Calls into `libtacplus-map` (mapping helper) and the `libtac` library produced by `libpam-tacplus`. Companion repos: `libpam-tacplus`, `libtacplus-map`, `libnss-mapuser`, `libpam-radius-auth`.
+Pre-dep of the `vyos-1x` runtime auth stack. Built via the internal build-packages workflow and shipped in the ISO from `vyos/vyos-build`. Calls into `libtacplus-map` (mapping helper) and the `libtac` library produced by `libpam-tacplus`. Companion repos: `libpam-tacplus`, `libtacplus-map`, `libnss-mapuser`, `libpam-radius-auth`.
## Conventions
@@ -38,10 +38,6 @@ Pre-dep of the `vyos-1x` runtime auth stack. Built via `VyOS-Networks/vyos-build
- Commit / PR title format: `component: T12345: description` (Phorge task ID at https://vyos.dev) — enforced if PR-message workflow is added later. No workflow files currently in `.github/workflows/`.
- Treat as upstream-vendored: keep diffs against fork minimal; new functionality belongs in `libtacplus-map` or `libpam-tacplus`.
-## Mirror relationship
-
-Mirror twin: `VyOS-Networks/libnss-tacplus`. Canonical side is here. The mirror pipeline (`vyos/.github/.github/workflows/pr-mirror-repo-sync.yml`) is **not** wired up for this repo today (no workflows in `.github/workflows/`).
-
## Notes for future contributors
- README is upstream's `libnss_tacplus v1.0.1` text (June 2016) — do not assume it documents VyOS-specific patches.