Skip to content

Commit 54dcfb4

Browse files
authored
Merge pull request #1 from halos-org/chore/migrate-to-halos-org
chore: migrate org references from hatlabs to halos-org
2 parents 583cada + d6304cd commit 54dcfb4

7 files changed

Lines changed: 21 additions & 21 deletions

File tree

docs/developer-guide/contributing.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ If you're using Claude Code or a similar AI assistant, you can ask it to survey
1414

1515
Report bugs and feature requests on the appropriate GitHub repository:
1616

17-
- **General / cross-cutting**: [halos-distro](https://github.com/hatlabs/halos-distro/issues)
18-
- **Image builds**: [halos-pi-gen](https://github.com/hatlabs/halos-pi-gen/issues)
19-
- **Package manager UI**: [cockpit-apt](https://github.com/hatlabs/cockpit-apt/issues)
20-
- **Container app store**: [cockpit-container-apps](https://github.com/hatlabs/cockpit-container-apps/issues)
21-
- **Container packaging tools**: [container-packaging-tools](https://github.com/hatlabs/container-packaging-tools/issues)
22-
- **Marine apps**: [halos-marine-containers](https://github.com/hatlabs/halos-marine-containers/issues)
23-
- **mDNS publisher**: [halos-mdns-publisher](https://github.com/hatlabs/halos-mdns-publisher/issues)
24-
- **Dashboard adapter**: [homarr-container-adapter](https://github.com/hatlabs/homarr-container-adapter/issues)
17+
- **General / cross-cutting**: [halos-distro](https://github.com/halos-org/halos-distro/issues)
18+
- **Image builds**: [halos-pi-gen](https://github.com/halos-org/halos-pi-gen/issues)
19+
- **Package manager UI**: [cockpit-apt](https://github.com/halos-org/cockpit-apt/issues)
20+
- **Container app store**: [cockpit-container-apps](https://github.com/halos-org/cockpit-container-apps/issues)
21+
- **Container packaging tools**: [container-packaging-tools](https://github.com/halos-org/container-packaging-tools/issues)
22+
- **Marine apps**: [halos-marine-containers](https://github.com/halos-org/halos-marine-containers/issues)
23+
- **mDNS publisher**: [halos-mdns-publisher](https://github.com/halos-org/halos-mdns-publisher/issues)
24+
- **Dashboard adapter**: [homarr-container-adapter](https://github.com/halos-org/homarr-container-adapter/issues)
2525

2626
When reporting a bug, include:
2727

@@ -72,6 +72,6 @@ See [Development Workflow](development-workflow.md) for the full process.
7272

7373
## Communication
7474

75-
- **Discussions**: [GitHub Discussions](https://github.com/hatlabs/halos-distro/discussions) for questions, ideas, and general conversation
75+
- **Discussions**: [GitHub Discussions](https://github.com/halos-org/halos-distro/discussions) for questions, ideas, and general conversation
7676
- **Issues**: For specific bugs and feature requests
7777
- **Pull Requests**: For code contributions

docs/developer-guide/development-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The fastest way to work on HaLOS is with Claude Code from the `halos-distro` wor
88

99
> *"Work on cockpit-apt issue #12. Follow the development workflow."*
1010
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).
1212

1313
The rest of this page documents the conventions that Claude (and human developers) follow.
1414

docs/developer-guide/workspace-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ With this setup, tasks that would otherwise require navigating multiple config f
1414
- *"Fix the search filtering in cockpit-apt"* -- Claude navigates the three-tier architecture, writes the fix, adds tests, and creates a PR
1515
- *"Why is the Grafana OIDC login failing?"* -- Claude checks the SSO config, Docker labels, prestart script, and Authelia client registration
1616

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.
1818

1919
## Clone the Workspace
2020

2121
```bash
2222
# Clone the workspace repository
23-
git clone https://github.com/hatlabs/halos-distro.git
23+
git clone https://github.com/halos-org/halos-distro.git
2424
cd halos-distro
2525

2626
# Clone all component repositories

docs/getting-started/choosing-an-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ These images include HALPI2 drivers but **not** the HaLOS web stack (no Traefik,
5959

6060
## Download
6161

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).
6363

6464
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.

docs/getting-started/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Get HaLOS running on your Raspberry Pi in under five minutes.
1212

1313
## 1. Download the image
1414

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).
1616

1717
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`**.
1818

docs/reference/cockpit-modules.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ APT package manager interface for Cockpit. Appears as **Packages** in the sideba
2222

2323
| Property | Value |
2424
|----------|-------|
25-
| Repository | [cockpit-apt](https://github.com/hatlabs/cockpit-apt) |
25+
| Repository | [cockpit-apt](https://github.com/halos-org/cockpit-apt) |
2626
| Sidebar name | Packages |
2727
| Tech stack | Python backend + React/TypeScript frontend |
2828

@@ -48,7 +48,7 @@ Container app store interface. Appears as **Container Apps** in the sidebar.
4848

4949
| Property | Value |
5050
|----------|-------|
51-
| Repository | [cockpit-container-apps](https://github.com/hatlabs/cockpit-container-apps) |
51+
| Repository | [cockpit-container-apps](https://github.com/halos-org/cockpit-container-apps) |
5252
| Sidebar name | Container Apps |
5353

5454
### Features
@@ -69,7 +69,7 @@ Docker container manager for Cockpit.
6969

7070
| Property | Value |
7171
|----------|-------|
72-
| Repository | [cockpit-dockermanager-debian](https://github.com/hatlabs/cockpit-dockermanager-debian) |
72+
| Repository | [cockpit-dockermanager-debian](https://github.com/halos-org/cockpit-dockermanager-debian) |
7373

7474
### Features
7575

@@ -84,7 +84,7 @@ Authelia user management module for Cockpit.
8484

8585
| Property | Value |
8686
|----------|-------|
87-
| Repository | [cockpit-authelia-users](https://github.com/hatlabs/cockpit-authelia-users) |
87+
| Repository | [cockpit-authelia-users](https://github.com/halos-org/cockpit-authelia-users) |
8888

8989
### Features
9090

@@ -103,7 +103,7 @@ Cockpit branding and configuration for HaLOS.
103103

104104
| Property | Value |
105105
|----------|-------|
106-
| Repository | [halos-cockpit-config](https://github.com/hatlabs/halos-cockpit-config) |
106+
| Repository | [halos-cockpit-config](https://github.com/halos-org/halos-cockpit-config) |
107107

108108
### Purpose
109109

docs/user-guide/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ If you've forgotten the new hostname, find the device by:
135135
136136
## Getting help
137137
138-
- **[GitHub Discussions](https://github.com/hatlabs/halos-distro/discussions)** — Ask questions and share ideas with the community
139-
- **[GitHub Issues](https://github.com/hatlabs/halos-distro/issues)** — Report bugs or request features
138+
- **[GitHub Discussions](https://github.com/halos-org/halos-distro/discussions)** — Ask questions and share ideas with the community
139+
- **[GitHub Issues](https://github.com/halos-org/halos-distro/issues)** — Report bugs or request features

0 commit comments

Comments
 (0)