Skip to content

Latest commit

Β 

History

History
53 lines (44 loc) Β· 2.17 KB

File metadata and controls

53 lines (44 loc) Β· 2.17 KB

πŸ“‹ Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • πŸ”§ Top troubleshooting section in README covering:
    • Skill add/install issues
    • Authentication and subscription problems
    • Permission prompts explanation (Allow/Deny/Allow for session)
    • File mention @ autocomplete issues
    • Windows shell gotchas
  • πŸ›Ÿ Lesson fallback handling in SKILL.md for early lessons (S1-S3):
    • S1: Fallbacks for /help issues, authentication, and subscription problems
    • S2: Fallbacks for directory/file issues, permission confusion, and @-mention problems
    • S3: Fallbacks for permission model confusion and accidental actions
  • 🀝 Beginner-friendly troubleshooting with clarifying questions using ask_user
  • βœ… Actionable next steps and safe commands in all fallback paths

[1.1.0] - 2026-02-11

Added

  • πŸ›€οΈ Dual-track learning paths (Developer πŸ§‘β€πŸ’» and Non-Developer 🎨)
  • 🀝 CONTRIBUTING.md with local development setup guide
  • πŸ“œ CODE_OF_CONDUCT.md (Contributor Covenant v2.1)
  • πŸ§ͺ TESTING.md with conversation playbooks and QA checklist
  • πŸ“‹ Issue templates (bug report, feature request, lesson idea)
  • πŸ“ Pull request template
  • πŸ”„ "Reset tutorial" support
  • πŸ“– CLI glossary for non-technical users
  • ⚑ Concise Q&A mode for direct technical questions
  • πŸ›‘οΈ Failure handling for offline docs, SQL errors, unclear intent

Changed

  • πŸ“¦ Lesson 1 refactored from "install" to "verify & explore" (user is already running CLI)
  • πŸ“š SKILL.md consolidated to single source of truth with symlink
  • πŸ“‹ PRD updated with dual-track mermaid diagrams
  • πŸ“– README updated with dual-track lesson tables and architecture diagram

[1.0.0] - 2026-02-11

Added

  • πŸš€ Initial release
  • πŸŽ“ 6 interactive tutorial lessons for beginners
  • ❓ On-demand Q&A mode with live doc fetching
  • πŸ“Š SQL-based lesson progress tracking
  • πŸ“‹ PRD with mermaid workflow diagrams
  • πŸ”’ SECURITY.md with vulnerability reporting policy
  • πŸ“„ MIT License