Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fcea57c
feat(themis): add TitleInput type and module overview structure
JasonWarrenUK Oct 28, 2025
6c040e6
docs: add module coherence implementation continuation guide
JasonWarrenUK Oct 28, 2025
5c11a58
feat(themis): add TitleInputField component and integrate with planners
JasonWarrenUK Oct 28, 2025
10e9c51
docs(rhea): update roadmap
JasonWarrenUK Oct 28, 2025
76afdba
feat(themis): add module overview generation API and prompt builder
JasonWarrenUK Oct 28, 2025
39cd3c7
docs: add assets to docs
JasonWarrenUK Oct 28, 2025
55f014e
docs: add new task
JasonWarrenUK Oct 28, 2025
e2c5520
ui: build palettes
JasonWarrenUK Oct 28, 2025
3080c82
docs: add tasks to roadmaps
JasonWarrenUK Oct 28, 2025
c2c6468
docs(thalassa): rename atlas to thalassa
JasonWarrenUK Oct 28, 2025
90dbb08
docs(rhea): add task
JasonWarrenUK Oct 28, 2025
9ddf1e2
feat(themis): add knowledge context builder utility
JasonWarrenUK Oct 28, 2025
a5a5f81
docs: update continuation guide with Phase 1 completion
JasonWarrenUK Oct 28, 2025
c1f127d
ui: generate palette
JasonWarrenUK Oct 28, 2025
d418c12
docs: add comprehensive Phase 1 completion summary and Phase 2 plan
JasonWarrenUK Oct 28, 2025
4a1850a
docs: renumber rhea roadmap sections
JasonWarrenUK Oct 28, 2025
52fc085
feat(themis): add overview generation UI and two-step workflow
JasonWarrenUK Oct 28, 2025
57fa8fb
docs: update continuation guide for Phase 2 completion
JasonWarrenUK Oct 28, 2025
a9e7239
fix(themis): add 'overview-ready' status to validation schemas
JasonWarrenUK Oct 28, 2025
ed6513f
fix(themis): use LangChain API for overview generation
JasonWarrenUK Oct 28, 2025
5847ee2
fix(themis): track generation type for intelligent retry
JasonWarrenUK Oct 28, 2025
f118d4b
chore: temporarily change filepath
JasonWarrenUK Oct 28, 2025
f58629e
chore: revert file names
JasonWarrenUK Oct 28, 2025
72010ed
build: rename package to rhea
JasonWarrenUK Oct 28, 2025
f4c5b98
assets: update favicons
JasonWarrenUK Oct 28, 2025
5374120
chore: update import paths
JasonWarrenUK Oct 28, 2025
23530c5
docs: update progress and feature guides
JasonWarrenUK Oct 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/commands/update/roadmaps/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ argument-hint: []
<Roadmap i="2" type="route" active="false" path="docs/dev/roadmap/Tethys-MVP.md" />
<Roadmap i="3" type="route" active="true" path="docs/dev/roadmap/Metis-MVP.md" />
<Roadmap i="4" type="util" active="true" path="docs/dev/roadmap/Theia-MVP.md" />
<Roadmap i="5" type="util" active="false" path="docs/dev/roadmap/Atlas-MVP.md" />
<Roadmap i="5" type="util" active="false" path="docs/dev/roadmap/Thalassa-MVP.md" />
</Roadmaps>
<Loops>
<Loop i="0">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Rhea can use web search to ensure your curriculum reflects current industry prac
### 1.4. Coming Soon

- <strong>Mnemosyne:</strong> long-term storage and versioning
- <strong>Atlas:</strong> <strong>At</strong>omic <strong>L</strong>earning <strong>As</strong>sembler
- <strong>Thalassa:</strong> <strong>At</strong>omic <strong>L</strong>earning <strong>As</strong>sembler

---

Expand Down
Binary file added assets/screenshots/themis-module-planning.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/themis-structure-review.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/archives/status-reports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The "thorough interrogation" style status reports have been deprecated in favour
- **[Metis Roadmap](../roadmaps/mvp-modules/Metis-MVP.md)** - Module generator status
- **[Themis Roadmap](../roadmaps/mvp-modules/Themis-MVP.md)** - Course builder status
- **[Tethys Roadmap](../roadmaps/mvp-modules/Tethys-MVP.md)** - Arc management status (not yet started)
- **[Atlas Roadmap](../roadmaps/mvp-modules/Atlas-MVP.md)** - Module review status (not yet started)
- **[Thalassa Roadmap](../roadmaps/mvp-modules/Thalassa-MVP.md)** - Module review status (not yet started)

## Archived Reports

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/Technical-Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Rhea is built with:
## Project Structure

```
pedagogue/
rhea/
├── src/
│ ├── routes/ # SvelteKit pages and API endpoints
│ │ ├── metis/ # Module Generator workflow
Expand Down
Loading