You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: archive/devcontainers-features/Earthfile
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ devcontainer:
14
14
RUN curl --location--fail--silent--show-error-o /usr/local/bin/devpod https://github.com/loft-sh/devpod/releases/download/v$version/devpod-linux-$TARGETARCH
Copy file name to clipboardExpand all lines: packages/docs/logs/2026-05-17_shepherdjerred-repo-reference-audit.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,3 +58,26 @@ The Cooklang plugin release flow no longer hardcodes its external plugin reposit
58
58
- The lefthook-wrapped `quality-ratchet` check hung after visible pre-commit checks had passed; running `bun scripts/quality-ratchet.ts` directly passed, so the recovered audit commit was created with `--no-verify`.
59
59
- The branch merge pulled current `origin/main` changes into the PR to clear the dirty merge state; those files are expected to appear in the merge commit.
60
60
- Buildkite #2597 also reported Knip and Trivy as soft-failed warning jobs; the blocking failure was the Homelab lint job.
61
+
62
+
## Session Log — 2026-05-20
63
+
64
+
### Done
65
+
66
+
- Audited the changed non-Markdown files for URL contexts that are consumed by tools rather than humans.
67
+
- Fixed remaining browser-path URLs in clone/source/SCM contexts: Ansible dotfiles clone, DevPod prebuild target, Maven SCM entries, MkDocs repo/edit links, chezmoi install scripts, Helm Types package metadata, the ArgoCD blog example, Temporal deps-summary clone path, and Cabal source repository metadata.
68
+
- Re-ran the strict non-`monorepo``shepherdjerred` repository reference audit; no matches remain.
69
+
- Re-ran the invalid clone/source URL scan for `monorepo/tree/main` in programmatic contexts; only unrelated `repoUrl:` multiline false positives remain.
70
+
- Verified with `git -c core.fsmonitor=false diff --check`, Prettier check for supported edited files, ShellCheck for the dotfiles install scripts, `bun run --filter='./packages/temporal' typecheck`, `bun run --filter='./packages/homelab' typecheck`, `bun run --filter='./packages/sjer.red' typecheck`, `bun run --filter='./packages/homelab/src/helm-types' typecheck`, `bun run --filter='./packages/temporal' test` outside the sandbox, and `bun run --filter='./packages/sjer.red' build` outside the sandbox.
71
+
- Rebased the PR branch onto current `origin/main`, preserving `main`'s Temporal worker maintenance RBAC additions alongside the PR's fixture URL wiring.
72
+
- Re-ran `cd packages/homelab && bun run lint` after the rebase and trimmed `packages/homelab/src/cdk8s/src/resources/temporal/worker.ts` back under the file length limit without changing rendered environment values.
73
+
74
+
### Remaining
75
+
76
+
- Watch the replacement Buildkite run after the rebased branch is pushed.
77
+
78
+
### Caveats
79
+
80
+
- The first sandboxed `packages/temporal` test run failed because the sandbox blocked Temporal's ephemeral server and a local listener; the same suite passed outside the sandbox.
81
+
- The first sandboxed `packages/sjer.red` build failed because the sandbox blocked Chromium's Mach port registration during MDX processing; the same build passed outside the sandbox.
82
+
- Browser links, package homepages, rule documentation URLs, Cargo `repository`, and generated RSS/notebook links intentionally remain as GitHub web URLs because those contexts are not Git clone/source endpoints.
83
+
- A range-wide `git diff --check origin/main...HEAD` still reports whitespace churn already present in older archived/generated files in this PR; `git -c core.fsmonitor=false diff --check` is clean for the current working tree.
0 commit comments