summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:04:31 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:04:31 +0300
commit652a79ca03b5e8aec8f0083b8a6a782458986abb (patch)
tree4e8bf5ba12b6342e1e10b3c75addb9fb89eea809
parent8c7866dca852320020f96020901d27a0c994c5df (diff)
downloadvyatta-bash-652a79ca03b5e8aec8f0083b8a6a782458986abb.tar.gz
vyatta-bash-652a79ca03b5e8aec8f0083b8a6a782458986abb.zip
general: T8595: clean leaked internal references
-rw-r--r--AGENTS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/AGENTS.md b/AGENTS.md
index e932c76..f281b6d 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -23,7 +23,7 @@ There is no in-tree test runner specific to VyOS; the upstream Bash test suite u
## Repository layout
-- C source files at root (`alias.c`, `array.c`, `arrayfunc.c`, ...) — the upstream Bash 4.1 source tree.
+- C source files at root (`alias.c`, `array.c`, `arrayfunc.c`,...) — the upstream Bash 4.1 source tree.
- `debian/` — VyOS-specific Debian packaging (`vyatta-bash` source + binary package name).
- `CODEOWNERS`, `README` (upstream Bash README), `MANIFEST`, etc.
@@ -40,7 +40,7 @@ Pre-dep of the legacy Vyatta config layer (`vyatta-cfg`, `vyatta-cfg-system` and
## Mirror relationship
-Mirror twin: `VyOS-Networks/vyatta-bash`. Canonical side is here. Mirror pipeline `pr-mirror-repo-sync.yml` is **active** for this repo. Note: VyOS-Networks twin defaults to `git-agents`-style staging branches per relations doc §8.2 — ignore for canonical state.
+Mirror twin: `VyOS-Networks/vyatta-bash`. Canonical side is here. Mirror pipeline `pr-mirror-repo-sync.yml` is **active** for this repo. Note: VyOS-Networks twin defaults to `git-agents`-style staging branches per the cross-repo audit — ignore for canonical state.
## Notes for future contributors