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: docs/developer-guide/development-workflow.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The fastest way to work on HaLOS is with Claude Code from the `halos-distro` wor
8
8
9
9
> *"Work on cockpit-apt issue #12. Follow the development workflow."*
10
10
11
-
Claude creates a feature branch, writes the code and tests, runs CI-matching checks locally via pre-commit hooks, and prepares a PR -- following the conventions documented below. For details on working effectively with AI assistants, see [Life with Claude](https://github.com/hatlabs/halos-distro/blob/main/docs/LIFE_WITH_CLAUDE.md).
11
+
Claude creates a feature branch, writes the code and tests, runs CI-matching checks locally via pre-commit hooks, and prepares a PR -- following the conventions documented below. For details on working effectively with AI assistants, see [Life with Claude](https://github.com/halos-org/halos-distro/blob/main/docs/LIFE_WITH_CLAUDE.md).
12
12
13
13
The rest of this page documents the conventions that Claude (and human developers) follow.
Copy file name to clipboardExpand all lines: docs/developer-guide/workspace-setup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ With this setup, tasks that would otherwise require navigating multiple config f
14
14
-*"Fix the search filtering in cockpit-apt"* -- Claude navigates the three-tier architecture, writes the fix, adds tests, and creates a PR
15
15
-*"Why is the Grafana OIDC login failing?"* -- Claude checks the SSO config, Docker labels, prestart script, and Authelia client registration
16
16
17
-
For practical tips on working with AI assistants, see [Life with Claude](https://github.com/hatlabs/halos-distro/blob/main/docs/LIFE_WITH_CLAUDE.md) in the workspace.
17
+
For practical tips on working with AI assistants, see [Life with Claude](https://github.com/halos-org/halos-distro/blob/main/docs/LIFE_WITH_CLAUDE.md) in the workspace.
Copy file name to clipboardExpand all lines: docs/getting-started/choosing-an-image.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,6 @@ These images include HALPI2 drivers but **not** the HaLOS web stack (no Traefik,
59
59
60
60
## Download
61
61
62
-
All images are available on the [HaLOS releases page](https://github.com/hatlabs/halos-pi-gen/releases/latest).
62
+
All images are available on the [HaLOS releases page](https://github.com/halos-org/halos-pi-gen/releases/latest).
63
63
64
64
Once you've chosen your image, proceed to [Quick Start](quick-start.md#2-flash-the-image) for flashing instructions, or [First Boot](first-boot.md) for what happens next.
Copy file name to clipboardExpand all lines: docs/getting-started/quick-start.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Get HaLOS running on your Raspberry Pi in under five minutes.
12
12
13
13
## 1. Download the image
14
14
15
-
Download your preferred image from the [HaLOS releases page](https://github.com/hatlabs/halos-pi-gen/releases/latest).
15
+
Download your preferred image from the [HaLOS releases page](https://github.com/halos-org/halos-pi-gen/releases/latest).
16
16
17
17
Not sure which image to pick? See [Choosing an Image](choosing-an-image.md). For a generic Raspberry Pi without marine needs, start with **`Halos-RPI`**.
0 commit comments