fiser_framework_ia  ·  v3.27.0

My AI
Operating System

A personal framework that turns knowledge into autonomous action —
four agents, a Git-versioned vault, 35 active skills, 15 live integrations.

0 Layers
·
0 Skills
·
0 MCPs
·
0 Agents

↓   scroll to explore


4-Layer Stack

Each layer has a single responsibility. Information lives in exactly one place — if another layer needs it, it references it, never duplicates it.

LAYER 01 INFRA ≈ Terraform

~/.configfiles/aifiser/

Reproducibility. Bootstrap the entire system from zero on a new machine. Dotfiles, MCP server configurations, Claude Code settings and environment setup managed as versioned code.

dotfilesmcp.jsonsettings.jsonhooksbootstrap scripts
LAYER 02 RUNTIME ≈ RAM

~/.claude/  +  ~/.mcp.json

Execution state. What the agent needs right now — 15 live MCP connections, permission matrix, slash commands and event hooks. Ephemeral but reproducible from Layer 1.

Claude Code CLI15 MCPsALLSILENT modeslash commandsevent hooks
LAYER 03 KNOWLEDGE ≈ Disk

Nexus/  (PARA + 900-SYSTEM/)

Persistent knowledge base. Projects, areas, resources, 35 executable skills, session state and autonomous loop governance. Git-versioned with GitHub as the Single Source of Truth. Each active project has a dedicated NotebookLM notebook as its RAG layer — the agent queries it to retrieve context from specs, emails and decisions without loading everything into the prompt.

PARA method~428 notes35 skillsGit SoTObsidianNotebookLM RAGproject-level notebooksADR Guarddependency graph
LAYER 04 TOPOGRAPHY ≈ Technical Manual

Nexus/003 - Resources/  (Systems/ + Connectivity/)

Technical graph of all production systems and their interfaces. Lazy-loaded — only read when diagnosing incidents or mapping impact. Enables bidirectional navigation between projects and the systems they touch.

31 system nodesinterface graphimpact mapsDataview querieslazy access

Tetracefalia

Four AI agents with complementary roles operating over the same vault. None is a generalist — each owns its domain and environment.

Claudia
Technical Executor · Cloud
Handles diagnosis, framework changes, Layer 4 operations and anything requiring real-time access to external systems via MCP. Runs the full 15-MCP stack. Powered by Claude Code (Anthropic).
obsidian-cli-mcp  ·  vsp-ds5 synapse  ·  powerbi  ·  graph powerplatform  ·  outlook  ·  gmail manageengine  ·  notebooklm playwright  ·  pushover
VAULT
SoT
Gemma
Memory Strategist · Cloud
Manages the knowledge lifecycle — inbox processing, note routing, documentation, health auditing and session handovers. Optimised for vault-wide reasoning. Powered by Gemini (Google).
obsidian-cli-mcp  ·  notebooklm playwright  ·  pluck opencode-mcp
LOCAL
PRIV
Myra
Local Confidant · On-device
Runs locally via Hermes & Ollama. The uncensored, private agent — cross-session persistent memory, no cloud APIs, no corporate filters. What stays with Myra stays on disk.
Hermes CLI · qwen3.6:35b uncensored — air-gapped · persistent memory —
LOCAL
CODE
Nyra
Code Sub-agent · On-device
Runs on-device via OpenCode & Ollama. Specialised in closed-prompt code tasks — scripts, health checks, structured parsing, code generation from templates. Fast and precise.
OpenCode · phi4:14b — air-gapped · code-focused —

Executable Runbooks

A skill is a numbered, self-contained procedure that any agent can execute correctly without prior context. Each declares its inputs, outputs, MCP dependencies and failure mode.


Track Record

Every claim below is a measured number, not an aspiration — this is the same discipline (P1 Eval-First, P2 Complexity Budget) that governs every change to the system.

Cold Start −20.5%
Session boot cost
23,008 → 18,299 tokens/session after a full harness audit — zero regressions across 52 tests + 22/22 health checks.
84 / 84 Tests
Automated test suite
Full regression coverage on every framework change — including 7 new tests added the same commit as the ADR Guard rollout.
NexusBench A@3: 84–88%
Retrieval evaluation
Custom 25-question benchmark gates every retrieval change — 84% ensemble accuracy macOS, 88% WSL. No embedding pipeline ships without beating this baseline.
ADR Guard + Dependency Graph
Architecture governance (v3.27.0)
Structured ADR contract + Check 29 enforce integrity on every architectural decision. Check 30 audits a live dependency graph (skills ↔ MCPs) — catching orphaned integrations and broken references automatically.

MCP Ecosystem

15 Model Context Protocol servers give the agents structured, typed access to external systems — far beyond what shell commands alone can provide.


Session Lifecycle

No context is assumed, none is lost. Every session follows a deterministic boot and close protocol — so the agent is always oriented, and handover between sessions is lossless.

COLD START
git pull --rebase
git log --oneline
READ CONTEXT
ENTRYPOINT.md
HANDOVER.md
MEMORY.md
LOOP CHECK
incident_followup
#sev/critical scan
Pushover if breach
EXECUTE
skills · MCPs
WORKSPACE staging
confirmation gate
CLOSE
STATE.md ← row
HANDOVER.md ← state
git commit + push

A real session, step by step

An AI agent session using Capa 4 topology, RAG knowledge retrieval, and multi-MCP orchestration — all names sanitised.

01

COLD START

Agent boots, reads HANDOVER.md and STATE.md to reconstruct prior session context. Runs git pull --rebase to sync vault.

git sync HANDOVER.md STATE.md
02

CONTEXT LOAD — RAG

Queries the per-project NotebookLM notebook for domain context. Capa 3 KNOWLEDGE layer injects relevant architecture decisions without loading the full vault into the prompt.

NotebookLM MCP notebook_query Capa 3 KNOWLEDGE
03

INCIDENT DETECTED

Monitoring surfaces a #sev/high alert. Agent notifies via Pushover MCP and opens a ManageEngine ticket automatically — zero human touch.

Pushover MCP ManageEngine MCP create_request
04

LAYER 4 TOPOLOGY

Reads the Technical Map in Capa 4 TOPOGRAPHY. Graph nodes and connectivity edges pinpoint affected systems and downstream dependencies in seconds.

Technical Map Capa 4 TOPOGRAPHY dependency graph
05

MULTI-MCP TRACE

Agent calls trace_data_flow skill, fanning out across three MCP servers in parallel: SAP backend, Analytics DB, and BI Workspace — assembling a unified trace timeline.

SAP MCP Synapse MCP Power BI MCP trace_data_flow
06

ROOT CAUSE

Cross-referencing trace data with RAG-retrieved past incidents, the agent identifies a schema drift introduced in the last deployment. Evidence packaged as structured output.

RAG cross-ref schema diff structured output
07

WORKSPACE STAGING

Proposed fix drafted in 900-SYSTEM/WORKSPACE/ sandbox. SharePoint MCP uploads runbook draft for review. ManageEngine ticket updated with resolution notes.

WORKSPACE sandbox SharePoint MCP ManageEngine MCP
08

SESSION CLOSE

Agent writes HANDOVER.md, appends a row to STATE.md session log, commits vault snapshot, and pushes to GitHub — full audit trail preserved.

HANDOVER.md STATE.md git commit + push

See the system in action

Browse my portfolio for projects built on top of this framework, or reach out directly.