No description
Find a file
fabiorafaelcoutada 141def0fc7
Some checks are pending
Aurélio Sync & Conscience Upgrade / Upgrade Réplica Conscience (push) Waiting to run
docs: add Vaultwarden setup guide with admin token and secrets
- Admin token configured in CT 216 docker-compose
- Admin panel accessible at vault.portugalfuturista.org/admin
- Documented secrets that need to be saved from code cleanup
- Environment variable setup instructions for each secret
2026-07-12 16:26:51 +01:00
.aurelio plan: Aurelio Theia agent TUI dashboard — multi-tab agent orchestration 2026-07-12 14:29:29 +00:00
.forgejo/workflows ci: add aurelio mirror action 2026-07-11 18:58:51 +01:00
.github/workflows chore: convert aurelio-theia and aurelio-vscode to git submodules 2026-07-11 23:43:18 +01:00
aurelio-gbrain@a25209bbb2 feat(submodules): add aurelio-gbrain and aurelio-ringrtc 2026-07-12 01:06:50 +01:00
aurelio-theia@b4d6532eaa chore: convert aurelio-theia and aurelio-vscode to git submodules 2026-07-11 23:43:18 +01:00
dashboards/media-explorer chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
data/conscience chore(conscience): upgrade to v0.10.0 and align submodule paths 2026-07-04 23:01:09 +01:00
dirac chore(dirac): regenerate providers.json from registry (+7 providers) 2026-07-10 22:39:42 +01:00
docs docs: add Vaultwarden setup guide with admin token and secrets 2026-07-12 16:26:51 +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 chore: convert aurelio-theia and aurelio-vscode to git submodules 2026-07-11 23:43:18 +01:00
infra feat(lab-gateway): PPK2 simulation mode for offline development/CI 2026-07-06 02:27:00 +01:00
realms refactor(realms): rename hardware-device-test to test-environment-certifications 2026-07-05 19:47:01 +01:00
scripts feat(brain): unified agent -> brain importer across coding agents 2026-07-10 22:39:30 +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 feat(tilth): convert to workspace and add acp-agent/client 2026-07-12 04:05:51 +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: convert aurelio-theia and aurelio-vscode to git submodules 2026-07-11 23:43:18 +01:00
.gitmodules chore: remove aurelio-ringrtc submodule 2026-07-12 01:14:06 +01:00
AGENTS.md chore: cleanup dead code, stale files, and submodule stubs 2026-07-12 16:07:29 +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
DIRECTORY_GUIDE.md chore(conscience): upgrade to v0.10.0 and align submodule paths 2026-07-04 23:01:09 +01:00
README.md docs(agents): fix sync command and CT target in AGENTS.md 2026-07-05 18:19:41 +01:00
SETUP_API_KEYS.md docs: add API key setup guide and Proxmox environment script 2026-06-07 21:27:53 +01:00
task.md 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
└── .aurelio/sync.py           Fleet synchronization bridge (replaces legacy sync.sh)

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:

python3 .aurelio/sync.py --push   # Broadcast changes to fleet
python3 .aurelio/sync.py --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 python3 .aurelio/sync.py --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)