From 1ad93ecfe72194c9a4c129dd7ec75cf38369f742 Mon Sep 17 00:00:00 2001 From: "huzhening.hzn" Date: Mon, 22 Jun 2026 11:17:49 +0800 Subject: [PATCH] docs: add agent-historian to projects --- data/projects/agent-historian.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/projects/agent-historian.yaml diff --git a/data/projects/agent-historian.yaml b/data/projects/agent-historian.yaml new file mode 100644 index 0000000..75b328b --- /dev/null +++ b/data/projects/agent-historian.yaml @@ -0,0 +1,4 @@ +name: agent-historian +repo: https://github.com/adlternative/agent-historian +tagline: Search and read past AI coding-agent sessions from the CLI +description: A read-only CLI (ochist) plus an Agent Skill so OpenCode and other agents can search and re-read their own past conversation history before redoing research. Reads transcripts the agents already persist locally — no memory layer, embeddings, index, daemon, or network. Project- or global-scoped, subagent-aware, zero runtime dependencies.