Claude Skill
WEIFENG2333/phistory
Phistory 自动归档来自 Claude Code、Codex、OpenClaw 和 Hermes 代理 CLI 的版本化系统提示快照,帮助开发者追踪和管理提示变更。
概览
仓库信息
安装这个 Skill
git clone https://github.com/WEIFENG2333/phistory.gitRegistry 信息
项目简介
Phistory 会自动归档来自 Claude Code、Codex、OpenClaw 和 Hermes 等代理 CLI 的版本化系统提示快照,帮助开发者追踪提示变更历史。
Phistory automatically archives versioned system prompt snapshots from agent CLIs like Claude Code, Codex, OpenClaw, and Hermes.
要点
- 自动归档代理 CLI 提示快照
- 系统提示变更的版本化历史记录
- 支持 Claude Code、Codex、OpenClaw 和 Hermes
- 轻量级且易于集成
使用场景
- 追踪 AI 代理项目中的提示演变
- 通过查看历史记录调试提示相关问题
- 审计团队工作流中的系统提示变更
- 恢复之前的提示版本进行测试
README 摘要
# Phistory [中文](README_zh.md) Phistory tracks how system prompts change across popular coding-agent CLIs like Claude Code, Codex, Antigravity, Kimi, opencode, OpenClaw, Hermes, and Pi. Open the web viewer to compare prompt snapshots across versions and see how agent design changes through prompts, tools, policies, and runtime instructions. **Start here:** [phistory.cc](https://phistory.cc/) > Checks for new releases hourly. Archive last updated: **2026-07-01 05:10 UTC**.  ## Why Use It - Follow how Anthropic, OpenAI, and other agent builders iterate on system prompts over time. - See when new tools, permission checks, model defaults, and user-confirmation rules are added. - Compare how different CLIs structure agent behavior, tool use, and developer-facing constraints. - Cite stable prompt snapshots in posts, research notes, audits, or debugging reports. ## How It Works For each supported release, Phistory installs the exact CLI package, runs it once through [`claude-tap`](https://github.com/liaohch3/claude-tap), captures the prompt-bearing HTTP request without calling the real model provider, and stores the result under `captures/<agent>/<version>/` with `prompt.md`, `trace.jsonl`, and `meta.json`. For recent Claude Code releases, Phistory also extracts static prompt-like strings from the installed package and stores them as `static-prompts.md`, `static-prompts.json`, and `static-candidates.json`. The candidate archive keeps the raw extraction input so matching rules can be improved later without reinstalling every historical package. GitHub Actions checks supported CLI releases every hour and commits new snapshots when they appear. ## Local Development Use the hosted viewer at [phistory.cc](https://phist
话题
暂无话题