feat: v1.1.2 — CI fixes, ASCII banner alignment, docs overhaul, teach tutorial refresh#12
Merged
Conversation
…l, and teach tutorial refresh CI Fixes: - Fix pip-audit failing on pip CVE-2026-3219 (ignore known vuln, skip editable) - Fix update-formula workflow: replace peter-evans/create-pull-request with gh CLI to avoid GitHub Actions PR creation permission errors CLI Improvements: - Fix GEMSTACK ASCII banner alignment (rows 2-3 were off by 1 char) - Add colorful ASCII art banner for bare 'gemstack' invocation - Overhaul 'gemstack teach' interactive tutorial (9-lesson curriculum) Documentation: - Add comprehensive docs suite: context compiler, autonomous execution, drift detection, and docs/README.md landing page - Refresh getting-started guide, CLI reference, and all feature docs - Add docs/assets directory structure for screenshots and videos Tests: - Update test_teach.py to match new 9-lesson tutorial structure - Fix test_phase4_cli.py assertions for updated CLI output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes two CI pipeline failures from v1.1.1 and ships documentation/CLI improvements.
CI Fixes
CVE-2026-3219(pip build tool, not a runtime dep) and skip editable packagespeter-evans/create-pull-requestwithghCLI to avoid 'GitHub Actions is not permitted to create pull requests' errorCLI Improvements
gemstackinvocationgemstack teachinteractive tutorial (9-lesson curriculum)Documentation
docs/README.mdlanding page with full doc indexdocs/assets/structure for screenshots and videosTests
test_teach.pyfor new 9-lesson structuretest_phase4_cli.pyassertionsTag:
v1.1.2(will be pushed after merge)