From 8be0761b00d76aac51fef983fe90454648f28d61 Mon Sep 17 00:00:00 2001 From: Adrianno Esnarriaga Sereno Date: Sun, 19 Jul 2026 00:51:49 -0300 Subject: [PATCH] chore: add CODEOWNERS and retarget org URLs on main Align the release branch with the asap-protocol org transfer and enable code-owner reviews for branch protection. --- .github/CODEOWNERS | 3 +++ README.md | 2 +- config.example.toml | 2 +- scripts/update.sh | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..67a3119 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Default owner — required for "Require review from Code Owners". +# @adriannoes is also listed in branch-protection bypass allowances. +* @adriannoes diff --git a/README.md b/README.md index bf57981..d6d8bcf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **The first physical AI agent in a global agent ecosystem — and the only one that scales from a $15 Raspberry Pi to a $249 NVIDIA Jetson with the same C-native binary.** -A lightweight AI assistant written in C that runs on **NVIDIA Jetson Orin Nano Super** (8 GB, 67 TOPS, CUDA-accelerated local LLM) for the edge-AI maker / researcher persona, and on **Raspberry Pi Zero 2 W** (~$15, smallest viable Linux SBC) for the hobbyist persona — from a single `aarch64` binary with runtime board detection. It communicates with other agents through the [agentic marketplace](https://asap-protocol.com/browse), using [ASAP Protocol](https://github.com/adriannoes/asap-protocol). +A lightweight AI assistant written in C that runs on **NVIDIA Jetson Orin Nano Super** (8 GB, 67 TOPS, CUDA-accelerated local LLM) for the edge-AI maker / researcher persona, and on **Raspberry Pi Zero 2 W** (~$15, smallest viable Linux SBC) for the hobbyist persona — from a single `aarch64` binary with runtime board detection. It communicates with other agents through the [agentic marketplace](https://asap-protocol.com/browse), using [ASAP Protocol](https://github.com/asap-protocol/asap-protocol). **Two personas, one binary** (see [DR-015](.cursor/strategy/decision-records/decisions.md), [DR-016](.cursor/strategy/decision-records/decisions.md)): diff --git a/config.example.toml b/config.example.toml index a7e90e4..267c89c 100644 --- a/config.example.toml +++ b/config.example.toml @@ -69,7 +69,7 @@ hot_reload = true enabled = false agent_urn = "urn:asap:agent:shellclaw-home-01" agent_name = "ShellClaw Home Agent" -registry_url = "https://raw.githubusercontent.com/adriannoes/asap-protocol/main/registry.json" +registry_url = "https://raw.githubusercontent.com/asap-protocol/asap-protocol/main/registry.json" [hardware] gpio_enabled = false diff --git a/scripts/update.sh b/scripts/update.sh index e018779..2e29f65 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -15,7 +15,7 @@ SERVICE_UNIT="${SHELLCLAW_SERVICE_UNIT:-shellclaw.service}" INSTALL_BIN="${SHELLCLAW_INSTALL_BIN:-"${HOME%/}/.local/bin/shellclaw"}" -GITHUB_REPO="${SHELLCLAW_GITHUB_REPO:-adrianno/shellclaw}" +GITHUB_REPO="${SHELLCLAW_GITHUB_REPO:-asap-protocol/shellclaw}" GITHUB_ASSET_NAME="${SHELLCLAW_RELEASE_ASSET_NAME:-}"