Flowokr

Staging

Review and approve changes before they reach the vault.

Signal Intelligence Overview

New note

# Signal Intelligence Overview

This is a newly drafted note about signal intelligence concepts.

## Key Topics

- Frequency analysis
- Protocol reverse engineering
- Traffic correlation

This note is pending review before being committed to the vault.

Created: Jul 9, 2026, 02:30 PM

Update to Aegis Core Architecture

Update to “Aegis Core Architecture

Before

# Aegis Core Architecture

Aegis is the primary assistant agent.

## Pipeline Stages

1. Intent classification
2. Context retrieval
3. Response generation

## Security Boundary

All tool calls are sandboxed.

After

# Aegis Core Architecture

Aegis is the primary assistant agent. It routes requests through a tiered model pipeline.

## Pipeline Stages

1. **Intent classification** — Haiku model, fast path
2. **Context retrieval** — searches the [[Obsidian Vault Structure]]
3. **Response generation** — Sonnet model for complex queries
4. **Post-processing** — NEW: Fact-checking layer via Keeper

## Security Boundary

All tool calls go through the sandbox layer.

## Related

- [[Keeper Agent Role]]
- [[Tool Policy Framework]]
- [[OperatorX]]

Created: Jul 10, 2026, 09:15 AM

Update to Obsidian Vault Structure

Update to “Obsidian Vault Structure

Before

# Obsidian Vault Structure

The vault is organized into thematic directories.

## Top-Level Folders

- `inbox/`
- `projects/`
- `references/`
- `dailies/`
- `staging/`

All notes use [[Note Title]] wikilinks.

After

# Obsidian Vault Structure

The vault is organized into thematic directories.

## Top-Level Folders

- `inbox/` — new captures, triaged by Aegis
- `projects/` — active project notes
- `references/` — static reference material
- `dailies/` — daily logs
- `staging/` — reviewed before commit
- `archive/` — NEW: completed projects moved here after 90 days

All notes use [[Note Title]] wikilinks.

Created: Jul 10, 2026, 10:00 AM