Armor Memory banner
licat233 licat233

Armor Memory

Development community

Description

ARMOR Minimal Stable is a deterministic shared memory architecture for Codex, Claude Code, and Hermes Agent.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ARMOR Minimal Stable

This repository is the implementation and maintenance layer for ARMOR's shared memory architecture. It stores the router, tests, documentation, migration tooling, and read-only knowledge-quality tooling. It does not store live ARMOR business memory.

Identity

Repository:
licat233/armor-memory

Shared Skill:
/Users/licat/AI-Agent-Skills/armor-memory

Active Vault:
/Users/licat/armor-vault

Frozen Legacy Vault:
/Users/licat/Obsidian-V7.2-Legacy

The architecture name is `ARMOR Minimal Stable`.

Do not call this system `V8.0`.

Current Status

  • Status: Production / Stable
  • Migration: Completed on 2026-07-28
  • Active Vault: /Users/licat/armor-vault
  • Legacy V7.2: Frozen and read-only
  • Last verified full-suite baseline before the knowledge-quality upgrade: 104 passed
  • Knowledge-quality focused validation on 2026-09-05: 12 passed

Architecture Flow

Codex / Claude Code / Hermes Agent
                ↓
Shared Skill: armor-memory
                ↓
Router / explicit knowledge-quality tools
                ↓
ARMOR_VAULT_ROOT
                ↓
/Users/licat/armor-vault
  • The Shared Skill defines memory behavior and routing discipline.
  • The Router determines the destination path.
  • Knowledge-quality checks are explicit, read-only diagnostics.
  • ARMOR_VAULT_ROOT resolves the active Vault location.
  • The Vault stores ARMOR business memory.
  • This repository stores architecture, code, tests, and maintenance tools.
  • The frozen V7.2 Vault is historical and read-only.

Active Vault Structure

armor-vault/
├── 00-System/
├── 01-Knowledge/
├── 02-Projects/
├── 03-Records/
├── 04-Research/
├── 90-Inbox/
└── 99-Archive/
  • 00-System/: system rules, start points, and operational guidance
  • 01-Knowledge/: canonical business knowledge and reusable facts
  • 02-Projects/: active projects and persistent workspaces
  • 03-Records/: published records, meetings, journals, and communications
  • `04-Research/