Skip to content

docs: improve learning guide orchestration - #10

Merged
v-liuxingan merged 2 commits into
mainfrom
codex/issue-9-learning-guide-orchestration
Aug 2, 2026
Merged

docs: improve learning guide orchestration#10
v-liuxingan merged 2 commits into
mainfrom
codex/issue-9-learning-guide-orchestration

Conversation

@v-liuxingan

@v-liuxingan v-liuxingan commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • turn learning-guide into a stateful session orchestrator with explicit mode and conflict decisions
  • require one primary learner action per turn and observable recall/explanation/application/transfer evidence
  • add safe project import, review scoring, session lifecycle, flashcard quality, and failure recovery rules
  • move detailed pedagogy into a progressively loaded teaching playbook
  • refresh the skill UI metadata

Closes #9

Verification

  • skill-creator quick_validate.py
  • npm run lint
  • npm run typecheck
  • npm run test:run (7 tests)
  • npm run build
  • npm run test:e2e (4 tests)
  • npm audit executed; existing brace-expansion and postcss advisories remain
  • forward-tested against a 15-minute OceanBase continuation prompt

Notes

  • No CLI implementation or data model changes are included.
  • Existing untracked release artifacts were not committed.

@v-liuxingan
v-liuxingan merged commit dd9d433 into main Aug 2, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: improve learning-guide session orchestration

1 participant