No description
Find a file
2026-07-04 18:22:30 +01:00
.aurelio chore(workflow): modernize transumancia-indagante to .aurelio architecture 2026-07-04 18:22:30 +01:00
.forgejo/workflows feat(ci): add upgrade-conscience.py and Forgejo Actions workflow 2026-06-21 15:42:04 +01:00
.github/workflows chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
dashboards/media-explorer chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
data/conscience docs(conscience): add v0.9.4 upgrade report and Omni-Printing session snapshot 2026-05-12 12:31:40 +01:00
dirac chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
docs chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
experiments/hermes-launch docs(infra): correct savearth-mcp IP to 192.168.0.212 and document public tunnel endpoint 2026-07-04 16:55:35 +01:00
extensions refactor: extract aurelio-web and aurelio-vscode to independent repos 2026-06-21 15:58:00 +01:00
infra feat(cdp-bridge): improve antigravity client and shared protobuf definitions 2026-06-07 21:27:34 +01:00
realms feat(realm): refresh flow-meter-pcb realm and validate electrical MCP servers 2026-07-04 18:22:30 +01:00
scripts feat(ci): add upgrade-conscience.py and Forgejo Actions workflow 2026-06-21 15:42:04 +01:00
sessions chore: add MCP and Docker infrastructure fixes session logs 2026-05-21 16:48:16 +01:00
shared feat(cdp-bridge): improve antigravity client and shared protobuf definitions 2026-06-07 21:27:34 +01:00
tilth chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
tools/omni refactor(submodules): replace git submodules with markdown reference docs 2026-05-05 17:27:33 +01:00
toon chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
.env.example docs: update README, directory guide, and MCP configuration 2026-06-07 21:27:41 +01:00
.gitignore chore: ignore local extension workspace copy 2026-06-22 13:51:14 +01:00
AGENTS.md docs: update AGENTS.md and README with brain sync and infrastructure notes 2026-06-21 14:26:03 +01:00
check_paths.js chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
claude-code-source.md refactor(submodules): replace git submodules with markdown reference docs 2026-05-05 17:27:33 +01:00
daemon.py chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
DESIGN.md chore: save remaining session artifacts and knowledge notes 2026-05-11 21:28:22 +01:00
device_research.txt chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
devicons.md refactor(submodules): replace git submodules with markdown reference docs 2026-05-05 17:27:33 +01:00
DIRECTORY_GUIDE.md feat(aurelio-web): update Svelte web portal with messaging and bridge improvements 2026-06-07 21:27:16 +01:00
hardware_bridge_server.py feat(aurelio): add Omni-Printing UI, OCR notebook script, and hardware bridge server 2026-05-12 12:30:43 +01:00
OpenAgentsControl.md refactor(submodules): replace git submodules with markdown reference docs 2026-05-05 17:27:33 +01:00
README.md docs: update AGENTS.md and README with brain sync and infrastructure notes 2026-06-21 14:26:03 +01:00
Roo-Code-Repo.md refactor(submodules): replace git submodules with markdown reference docs 2026-05-05 17:27:33 +01:00
scratch_mcp.py chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
SETUP_API_KEYS.md docs: add API key setup guide and Proxmox environment script 2026-06-07 21:27:53 +01:00
sync.sh chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
task.md chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
test-flex.js chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
test_ask.js chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
test_parse.ts chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
vscode_extension_migration_guide.md chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00

Réplica Omnisciente

The centralized hybrid memory engine and AI agent orchestration hub for the Portugal Futurista IoT ecosystem.

Architecture

~/.aurelio/                    Global config (like ~/.gemini/antigravity)
<workspace>/.aurelio/          Per-workspace config & brain
replica-omnisciente/
├── .aurelio/                  Central store: brain, sessions, MCP servers, skills
├── realms/                    Per-project knowledge & AGENTS.md
├── extensions/                VS Code extensions
│   ├── aurelio-vscode/        Main Aurelio IDE integration
│   └── kimi-interceptor/      Kimi Code → local model proxy
├── AGENTS.md                  Agent bootstrapping protocol
└── sync.sh                    Fleet synchronization script

The .aurelio Paradigm

Three-tier cascading configuration, modeled on .gemini/antigravity:

Tier Location Scope
Global ~/.aurelio/ User-wide settings, identity, global KIs
Workspace <project>/.aurelio/ Project-specific brain, sessions, MCP config
Realm realms/<name>/.aurelio/ Domain-specific memory & knowledge

Quick Start

# Clone
git clone git@github.com:fabiorafaelcoutada/replica-omnisciente.git

# Deploy .aurelio sync bridge to a workspace
cp -r .aurelio/sync.py <target-workspace>/.aurelio/

# Install VS Code extension
cd extensions/aurelio-vscode
npm install && npm run compile

MCP Servers

Located in .aurelio/mcp/:

Server Purpose
electrical-mcp EDA, sourcing, knowledge services
jules-mcp-server Jules agent orchestration

Sync

The system auto-syncs brain artifacts to the Proxmox server at mcp.portugalfuturista.org via the Aurelio VS Code extension or manually:

./sync.sh --push   # Broadcast changes to fleet
./sync.sh --pull   # Ingest latest from fleet

Kimi Chat Sync

To import Kimi Code CLI session history and plans into the central brain:

python3 scripts/sync-kimi-to-brain.py --skip-active

This reads ~/.kimi/sessions/ and ~/.kimi/plans/ and writes normalized Aurelio-brain artifacts to .aurelio/brain/session-kimi-<uuid>/ and .aurelio/brain/kimi-plans/. Run it before ./sync.sh --push to broadcast Kimi conversations to the fleet.

Repository Purpose
ode-triunfal-firmware ESP32/STM32 firmware
nervura-electrica Infrastructure (Proxmox, Traefik, MQTT)
aprendiz-de-sensacoes ML training & inference
maquina-na-mao Flutter mobile app
janela-do-desassossego-web Web dashboard
guarda-livros-da-ode Backend API (Django)