diff --git a/README.md b/README.md index 6462ae4..60c580c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Claude Code Facts -> Last updated: 2026-03-26 +> Last updated: 2026-04-01 A collection of interesting and useful facts, tips, tools, and guides for working with Claude and Claude Code. @@ -21,3 +21,7 @@ Reusable reference for building CI pipelines, release automation, and installer ### [Windows Code Signing for Open-Source Projects](windows-code-signing.md) Review of code signing options for Windows executables — Azure Trusted Signing ($9.99/mo, immediate SmartScreen trust), SignPath.io (free but GitHub-only), SSL.com, Certum, and self-signed. Includes CI/CD integration examples for Gitea Actions. + +### [Gitea Act Runner — Worker Capacity (TrueNAS)](gitea-runner.md) + +How to configure parallel job capacity for Gitea Act Runner on TrueNAS. Covers the `CONFIG_FILE` env var requirement, custom `config.yaml` mount, and capacity tuning.