No description
  • Python 99.7%
  • Shell 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
github-actions[bot] 5678415c8e
Merge pull request #1670 from joanmarcriera/ralph-loop-batch-512-7840423055717402713
Auto-merged by Jules pipeline after all quality gates passed.
2026-08-30 12:21:38 +00:00
.claude feat: add Claude Code project configuration (.claude/) 2026-02-25 23:35:39 +00:00
.github fix(ci): sweep 'Weekly cross-link fix:' family in issue cleanup 2026-07-13 17:01:02 +01:00
ai-daily-digest chore(digest): update daily AI digest 2026-08-23 06:32:51 +00:00
data chore: weekly growth snapshot 2026-08-24 02:55:04 +00:00
docs docs(ralph-loop): execute batch 512 intake audit and doc upgrades 2026-08-30 12:17:27 +00:00
scripts docs: enhance shortest shallow docs with installation, hello-world, CLI, and API examples 2026-08-17 09:07:50 +00:00
temp_lychee Add Google One plans comparison and fix link-check CI 2026-03-07 00:58:47 +00:00
.gitignore feat: implement calendar tools and home admin UI, update roadmap 2026-04-23 03:42:29 +00:00
AGENTS.md docs: overhaul landing pages and add agent maintenance guides 2026-03-03 22:24:41 +00:00
ARCHITECTURE.md Convert repository to GitHub Pages with MkDocs Material (#5) 2026-02-25 20:52:43 +00:00
CLAUDE.md docs: overhaul landing pages and add agent maintenance guides 2026-03-03 22:24:41 +00:00
CNAME docs: update site domain to ai.riera.co.uk 2026-03-15 14:13:38 +00:00
find_new_sources.py Implement K3s manifests, Home Admin UI voice toggle, and roadmap refinement 2026-04-23 09:11:05 +00:00
find_oldest_docs.py scripts: add sql_validator, verify_node_headscale, find_oldest_docs/issues utilities 2026-06-08 12:54:36 +01:00
find_oldest_issues.py Resolve and close Embabel Agent Framework (Batch 353) and optimize issue parsing 2026-08-12 03:17:20 +00:00
find_open_work.py docs: technical freshness audits for Batch 115 (June 2026) 2026-06-07 12:25:15 +00:00
mkdocs.yml docs(batch-416): integrate remaining 8 intake items from 2026-08-17 2026-08-18 11:45:26 +00:00
playbooks Convert repository to GitHub Pages with MkDocs Material (#5) 2026-02-25 20:52:43 +00:00
README.md docs: improve README.md with logo, badges, emojis and live site link 2026-04-15 21:15:12 +00:00
reference-implementations Convert repository to GitHub Pages with MkDocs Material (#5) 2026-02-25 20:52:43 +00:00
roadmap.md feat(data-copilot): implement blueprint for MCP, RAG, and validation 2026-04-26 03:14:10 +00:00
SERVICES.md Convert repository to GitHub Pages with MkDocs Material (#5) 2026-02-25 20:52:43 +00:00
skills.md skills.md: capture unattended-pipeline + coverage self-evolution learnings 2026-07-13 16:59:55 +01:00
standards-and-conventions.md Convert repository to GitHub Pages with MkDocs Material (#5) 2026-02-25 20:52:43 +00:00

Home-Office Automation & AI Hub

A structured, agent-maintained knowledge repository for building and operating a privacy-first home-office automation stack.

🌐 Live Documentation: ai.riera.co.uk

GitHub stars GitHub forks Repo size

🔍 What You Will Find Here

  • Canonical docs for AI tools, self-hosted services, and orchestration patterns.
  • Practical playbooks for recurring workflows.
  • Architecture maps and data-flow documentation.
  • Automated intake and maintenance workflows that continuously expand the knowledge base.

🗺️ Repository Map

Section Path What it contains Start here if you need to...
Documentation home docs/index.md The MkDocs landing page and high-level navigation. Understand the full docs structure quickly.
Tool catalogue docs/tools/ Canonical pages for AI tools, frameworks, providers, agents, infra, and benchmarking. Compare tooling options or add a new tool page.
Self-hosted services docs/services/ Service-level docs for the homelab stack (storage, automation, media, networking). Deploy or evaluate a self-hosted component.
Knowledge base docs/knowledge_base/ Cross-cutting concepts: MCP/ACP, model classes, RAG, security, and landscape overviews. Learn the underlying concepts before implementation.
Playbooks docs/playbooks/ Step-by-step operational runbooks. Execute a concrete workflow end-to-end.
Reference implementations docs/reference-implementations/ Reusable prompts, mapping rules, and workflow exports. Reuse proven templates/config patterns.
Architecture docs/architecture/ Component map, flow diagrams, governance, and automation model. Understand how systems connect and why.
Intake queue docs/new-sources.md Source ingestion process plus dated logs under docs/new-sources/. Track what is new, pending, and integrated.
Standards docs/standards.md Taxonomy, canonical-page rules, and documentation contract. Validate structure before opening a PR.
Contribution workflow docs/CONTRIBUTING.md Human + agent contribution requirements and quality gates. Contribute safely without breaking repo contracts.
Agent operating guide AGENTS.md Durable rules/checklists for autonomous LLM agents working in this repo. Run maintenance work with consistent outputs.
Agent skills guide skills.md Reusable task patterns for intake, docs updates, and quality checks. Execute recurring tasks with low variance.

🚦 Recommended Entry Points

🛠️ Utility Commands

# List all known tools/services from the catalog
python3 scripts/compare_agents.py list

# Open the canonical documentation path for a tool id
python3 scripts/compare_agents.py doc paperless-ngx

# Validate catalog/nav consistency before a docs PR
python3 scripts/check_catalog_consistency.py

🎯 Project Scope

This repository is optimized for long-term maintainability:

  • One canonical page per tool/framework/provider.
  • Cross-linked documentation with stable taxonomy.
  • CI quality gates for catalog consistency and docs contract compliance.
  • Scheduled GitHub workflows for source intake and backlog processing.\n