Files
ara/catalog.yaml
nanobot e2d4231ea4 arch: add catalog.yaml + sync.sh — migrate aggregator to sparse-checkout model
Each ARA now has a canonical home in its project repo (PRs open).
catalog.yaml tracks source repos, branch, path, PR status.
sync.sh automates sparse-checkout pulls when PRs merge.
traefik-infrastructure stays aggregator-only (no dedicated project repo).
2026-05-05 23:41:16 +02:00

47 lines
1.6 KiB
YAML

# ARA Registry — WyLab stack
# Each entry declares where the ARA lives (source repo + path)
# and mirrors the artifact here for container access via /mnt/user/ara
artifacts:
- id: nanobot
repo: https://git.wylab.me/wylab/nanobot.git
branch: main # pending PR #37
path: ara/
pr: https://git.wylab.me/wylab/nanobot/pulls/37
status: pr-open
description: "nanobot AI agent system — heartbeat, memory, skills"
- id: ss14-cicd
repo: https://git.wylab.me/wylab/WS14-Docker-Linux-Server.git
branch: main # pending PR #1
path: ara/
pr: https://git.wylab.me/wylab/WS14-Docker-Linux-Server/pulls/1
status: pr-open
description: "SS14 Docker server CI/CD pipeline"
- id: traefik-infrastructure
repo: https://git.wylab.me/nanobot/ara.git
branch: main
path: traefik-infrastructure/
status: aggregator-only
description: "Traefik + DNS + Docker networking — no dedicated project repo"
- id: wylab-station-14
repo: https://git.wylab.me/wylab/wylab-station-14.git
branch: master # pending PR #9
path: ara/
pr: https://git.wylab.me/wylab/wylab-station-14/pulls/9
status: stub-pr-open
description: "WyLab SS14 game server fork"
reference:
- id: ara-example-minimal
source: https://github.com/Orchestra-Research/Agent-Native-Research-Artifact
path: examples/minimal-artifact/
description: "Minimal valid ARA skeleton"
- id: ara-example-resnet
source: https://github.com/Orchestra-Research/Agent-Native-Research-Artifact
path: examples/resnet-ara-example/
description: "Full ARA for He et al. ResNet paper"