From e1879a562db309dc4eebfbe518c9acb1bd52dcaf Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Wed, 10 Jun 2026 22:48:29 +0200 Subject: [PATCH] docs: reattach stale ADR references --- Justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Justfile b/Justfile index 063eae8..3716e89 100644 --- a/Justfile +++ b/Justfile @@ -142,7 +142,7 @@ build: npm-build # Pass args through to `craftos`. Prefer `just trapos-exec ''` for # automated probes that must not hang the terminal. # Launch the TrapOS dev environment in CraftOS-PC with repo-local data -# (.craftos/) and read-only repo mounts. See ADR-0005 and ADR-0012. +# (.craftos/) and read-only repo mounts. See ADR-0005. [positional-arguments] trapos *args: check-install #!/usr/bin/env bash @@ -163,7 +163,7 @@ trapos *args: check-install # Pass args through to a fresh, vanilla `craftos` with no TrapOS mounts. # Persistent state lives under .craftos-vanilla/. Useful for probes that # should not see TrapOS files (e.g. verifying upstream CC:Tweaked behavior) -# and as the base for `just trapos-install`. See ADR-0012. +# and as the base for `just trapos-install`. See ADR-0005. [positional-arguments] craftos *args: check-install #!/usr/bin/env bash @@ -325,7 +325,7 @@ craftos-exec code: # branches are rejected because install-ccpm only knows master/next. # Network-dependent and slower than `just test`, so not part of `just ci`. # Override timeout with TRAP_CCLIBS_INSTALL_TIMEOUT_SECONDS (default 60). -# See ADR-0012. +# See ADR-0005. trapos-install: check-install #!/usr/bin/env bash set -uo pipefail