Problem Solution Recorder v0.1.0
Problem Solution Recorder v0.1.0
The first formal GitHub release of Problem Solution Recorder: a Markdown-native problem-solving memory workflow for AI tools and independent developers.
Highlights
- Store solved incidents as readable Markdown records.
- Maintain both a human
INDEX.mdand an AI-orientedAI_SUMMARY_INDEX.md. - Resolve the knowledge-base root through environment variables, project markers, or XDG config.
- Initialize a minimal knowledge base with records, reusable patterns, and review templates.
- Install the Agent Skill locally for Codex, Claude, Cursor, Agents, and OpenClaw-compatible directories.
- Validate the skill structure and run an end-to-end smoke test without external services.
Quick start
git clone --branch v0.1.0 https://github.com/rongyishuaige7/problem-solution-recorder-oss.git
cd problem-solution-recorder-oss
skill/problem-solution-recorder/scripts/init-kb.sh "$HOME/problem-solution-kb"
export PROBLEM_SOLUTION_KB_ROOT="$HOME/problem-solution-kb"
skill/problem-solution-recorder/scripts/validate-skill.sh
skill/problem-solution-recorder/scripts/smoke-test.shRelease scope
This release points to the existing v0.1.0 tag created on 2026-04-26. Improvements currently on main, including the later knowledge-base secret scanner and index-preservation fixes, are not part of this tag and will belong to a future version.
Verification
Before publishing this GitHub Release, the tag passed:
- skill structure validation
- end-to-end temporary knowledge-base smoke test
- secret scan of the tagged tree
See CHANGELOG.md for the tagged release notes.