From 71f9e397dcb580603fe8768c7aaf60ba94106c31 Mon Sep 17 00:00:00 2001 From: Flint <263629284+tps-flint@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:24:42 -0700 Subject: [PATCH] content: FLAIR section for the next release surface (HOLD FOR RELEASE) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rewrites the FLAIR field-table for what the next flair release ships, verified against tpsdev-ai/flair main (the branch the release cuts from): - Graph: agent-writable relationship triples (relationship_store also joins the flair-mcp tool list) - Attention: entity-scoped attention query + collision surfacing in bootstrap - Upgrades: zero-touch boot-keyed self-migration — resumable, downgrade-safe, kill-tested in CI - Recall: 126-query ground-truth benchmark + standalone flair-bench (phrased "ships in the repo" — safe whether or not the package publishes with the release) - Memory: nomic search-prefixes on by default (the flip) - Status: v[VERSION] placeholder — fill at cut time DO NOT MERGE until npm publish of the release. See PR body for the exact preconditions. Co-Authored-By: Claude Fable 5 --- index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 3c21119..0b75643 100644 --- a/index.html +++ b/index.html @@ -42,13 +42,17 @@

TPS REPORT

Identity, memory, and soul for AI agents — the memory layer that follows the agent across harnesses. Runs standalone or as part of a TPS office.
- + + + + + - +
IdentityEd25519 keypair per agent; every read and write signed
MemorySemantic search, in-process embeddings, no API calls
MemorySemantic search, in-process embeddings (nomic search-prefixes on by default), no API calls
SoulPersistent personality, values, and procedures
GraphRelationship triples — agent-writable, assert/upsert, temporal bounds
Attention"What's touching X?" — one query across memories, relationships, active work, presence, events; bootstrap flags teammates on the same entities
Harnesses11+ surfaces — Claude Code, Cursor, Codex, Gemini CLI, OpenClaw, LangGraph, n8n, Hermes, Pi, more
BridgesImport/export to Mem0, Letta, claude-project, ChatGPT — open-source, pluggable
FederationHub-and-spoke peering across hosts; memory syncs with provenance
UpgradesZero-touch — data self-migrates at boot; resumable, downgrade-safe, kill-tested in CI
Recall126-query ground-truth benchmark, frozen baseline; standalone flair-bench tool ships in the repo
RuntimeSingle Harper process
StatusPublished
StatusPublished — v[VERSION]
$ npm install -g @tpsdev-ai/flair @@ -65,7 +69,7 @@

TPS REPORT

$ npx -y @tpsdev-ai/flair-mcp
-
Add to .mcp.json with FLAIR_AGENT_ID. Exposes memory_store, memory_search, bootstrap, soul_set, more.
+
Add to .mcp.json with FLAIR_AGENT_ID. Exposes memory_store, memory_search, memory_get, memory_delete, relationship_store, bootstrap, soul_set, soul_get.