Skip to content

Releases: rongyishuaige7/problem-solution-recorder-oss

Problem Solution Recorder v0.2.0

Choose a tag to compare

@rongyishuaige7 rongyishuaige7 released this 14 Jul 14:13

Problem Solution Recorder v0.2.0

This release hardens the Markdown-native problem-solving archive for safer day-to-day use.

Highlights

  • Preserves manual notes in AI_SUMMARY_INDEX.md while refreshing generated entries.
  • Escapes Markdown table cells when appending records to INDEX.md.
  • Adds check-kb.sh to scan a knowledge base for likely leaked secrets.
  • Runs the knowledge-base security scan in CI.
  • Cleans up ShellCheck issues across helper scripts.

Validation

  • Skill structure validation
  • End-to-end smoke test
  • Example knowledge-base secret scan
  • ShellCheck
  • Gitleaks repository scan

See CHANGELOG.md for the full history.

Problem Solution Recorder v0.1.0

Choose a tag to compare

@rongyishuaige7 rongyishuaige7 released this 14 Jul 13:11

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.md and an AI-oriented AI_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.sh

Release 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.