Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/developer-guide/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ If you're using Claude Code or a similar AI assistant, you can ask it to survey

Report bugs and feature requests on the appropriate GitHub repository:

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

When reporting a bug, include:

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

## Communication

- **Discussions**: [GitHub Discussions](https://github.com/hatlabs/halos-distro/discussions) for questions, ideas, and general conversation
- **Discussions**: [GitHub Discussions](https://github.com/halos-org/halos-distro/discussions) for questions, ideas, and general conversation
- **Issues**: For specific bugs and feature requests
- **Pull Requests**: For code contributions
2 changes: 1 addition & 1 deletion docs/developer-guide/development-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The fastest way to work on HaLOS is with Claude Code from the `halos-distro` wor

> *"Work on cockpit-apt issue #12. Follow the development workflow."*

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

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

Expand Down
4 changes: 2 additions & 2 deletions docs/developer-guide/workspace-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ With this setup, tasks that would otherwise require navigating multiple config f
- *"Fix the search filtering in cockpit-apt"* -- Claude navigates the three-tier architecture, writes the fix, adds tests, and creates a PR
- *"Why is the Grafana OIDC login failing?"* -- Claude checks the SSO config, Docker labels, prestart script, and Authelia client registration

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

## Clone the Workspace

```bash
# Clone the workspace repository
git clone https://github.com/hatlabs/halos-distro.git
git clone https://github.com/halos-org/halos-distro.git
cd halos-distro

# Clone all component repositories
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/choosing-an-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ These images include HALPI2 drivers but **not** the HaLOS web stack (no Traefik,

## Download

All images are available on the [HaLOS releases page](https://github.com/hatlabs/halos-pi-gen/releases/latest).
All images are available on the [HaLOS releases page](https://github.com/halos-org/halos-pi-gen/releases/latest).

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.
2 changes: 1 addition & 1 deletion docs/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Get HaLOS running on your Raspberry Pi in under five minutes.

## 1. Download the image

Download your preferred image from the [HaLOS releases page](https://github.com/hatlabs/halos-pi-gen/releases/latest).
Download your preferred image from the [HaLOS releases page](https://github.com/halos-org/halos-pi-gen/releases/latest).

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

Expand Down
10 changes: 5 additions & 5 deletions docs/reference/cockpit-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ APT package manager interface for Cockpit. Appears as **Packages** in the sideba

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

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

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

### Features
Expand All @@ -69,7 +69,7 @@ Docker container manager for Cockpit.

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

### Features

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

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

### Features

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

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

### Purpose

Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@ If you've forgotten the new hostname, find the device by:

## Getting help

- **[GitHub Discussions](https://github.com/hatlabs/halos-distro/discussions)** — Ask questions and share ideas with the community
- **[GitHub Issues](https://github.com/hatlabs/halos-distro/issues)** — Report bugs or request features
- **[GitHub Discussions](https://github.com/halos-org/halos-distro/discussions)** — Ask questions and share ideas with the community
- **[GitHub Issues](https://github.com/halos-org/halos-distro/issues)** — Report bugs or request features