docs: reattach stale ADR references

This commit is contained in:
Guillaume ARM 2026-06-10 22:48:29 +02:00
parent fa86171d09
commit e1879a562d

View File

@ -142,7 +142,7 @@ build: npm-build
# Pass args through to `craftos`. Prefer `just trapos-exec '<lua>'` for # Pass args through to `craftos`. Prefer `just trapos-exec '<lua>'` for
# automated probes that must not hang the terminal. # automated probes that must not hang the terminal.
# Launch the TrapOS dev environment in CraftOS-PC with repo-local data # 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] [positional-arguments]
trapos *args: check-install trapos *args: check-install
#!/usr/bin/env bash #!/usr/bin/env bash
@ -163,7 +163,7 @@ trapos *args: check-install
# Pass args through to a fresh, vanilla `craftos` with no TrapOS mounts. # Pass args through to a fresh, vanilla `craftos` with no TrapOS mounts.
# Persistent state lives under .craftos-vanilla/. Useful for probes that # Persistent state lives under .craftos-vanilla/. Useful for probes that
# should not see TrapOS files (e.g. verifying upstream CC:Tweaked behavior) # 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] [positional-arguments]
craftos *args: check-install craftos *args: check-install
#!/usr/bin/env bash #!/usr/bin/env bash
@ -325,7 +325,7 @@ craftos-exec code:
# branches are rejected because install-ccpm only knows master/next. # branches are rejected because install-ccpm only knows master/next.
# Network-dependent and slower than `just test`, so not part of `just ci`. # Network-dependent and slower than `just test`, so not part of `just ci`.
# Override timeout with TRAP_CCLIBS_INSTALL_TIMEOUT_SECONDS (default 60). # Override timeout with TRAP_CCLIBS_INSTALL_TIMEOUT_SECONDS (default 60).
# See ADR-0012. # See ADR-0005.
trapos-install: check-install trapos-install: check-install
#!/usr/bin/env bash #!/usr/bin/env bash
set -uo pipefail set -uo pipefail