From 912c470bbb328a8684b5754cf794a2586cc41af3 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 17 Aug 2026 22:47:56 -0500 Subject: [PATCH] docs(template): the owner is _null README.md's status header named a person; it now names _null. healthcheck.sh's crontab example hard-coded one operator's home directory in two lines. Those are now $HOME, rather than a literal /home/_null, because a template copied into every project should not carry anyone's home path and an invented one would be a path that does not exist -- which this tree refuses everywhere else. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 2 +- docs/architecture/scripts/healthcheck.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2376e9d..52272d6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ create the labels and the first milestone in the repository's issue tracker. ``` Status: Current -Owner: Kaspa +Owner: _null Last reviewed: 2026-08-12 Governs: Projects/Template/** Review trigger: Any change to the tracker conventions or the QA run-state diff --git a/docs/architecture/scripts/healthcheck.sh b/docs/architecture/scripts/healthcheck.sh index 6c01012..5f637ee 100755 --- a/docs/architecture/scripts/healthcheck.sh +++ b/docs/architecture/scripts/healthcheck.sh @@ -44,8 +44,8 @@ # # install -m 0755 healthcheck.sh ~/bin/healthcheck.sh # # then, in the crontab — every five minutes -# */5 * * * * /home/kaspa/bin/healthcheck.sh \ -# >> /home/kaspa/.healthcheck.log 2>&1 +# */5 * * * * $HOME/bin/healthcheck.sh \ +# >> $HOME/.healthcheck.log 2>&1 # # On this deployment it is run by an OpenClaw cron job instead, which is the # same thing with a scheduler that can also deliver the alert.