Skip to content

Commit a3ebd35

Browse files
author
committed
Deployed 03c6864 with MkDocs version: 1.6.1
1 parent d02d287 commit a3ebd35

3 files changed

Lines changed: 37 additions & 4 deletions

File tree

roadmap.html

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,17 @@
10681068
</ul>
10691069
</nav>
10701070

1071+
</li>
1072+
1073+
<li class="md-nav__item">
1074+
<a href="#v15-code-quality-framework-unification" class="md-nav__link">
1075+
<span class="md-ellipsis">
1076+
1077+
v1.5 — Code Quality &amp; Framework Unification
1078+
1079+
</span>
1080+
</a>
1081+
10711082
</li>
10721083

10731084
</ul>
@@ -1390,6 +1401,17 @@
13901401
</ul>
13911402
</nav>
13921403

1404+
</li>
1405+
1406+
<li class="md-nav__item">
1407+
<a href="#v15-code-quality-framework-unification" class="md-nav__link">
1408+
<span class="md-ellipsis">
1409+
1410+
v1.5 — Code Quality &amp; Framework Unification
1411+
1412+
</span>
1413+
</a>
1414+
13931415
</li>
13941416

13951417
</ul>
@@ -1513,8 +1535,8 @@ <h2 id="v12-community-polish">v1.2 — Community &amp; Polish<a class="headerlin
15131535
<li>[ ] Community-contributed study topics</li>
15141536
<li>[ ] Localisation support</li>
15151537
<li>[x] TTS voice output (kokoro-tts / ltts integration)</li>
1516-
<li>[ ] MkDocs documentation site polish</li>
1517-
<li>[ ] Gemini CLI / OpenCode / Amp agent testing</li>
1538+
<li>[x] MkDocs documentation site (font toggle, Nord colours, reading preferences, 7 admonition types, <code>studyctl docs</code> CLI)</li>
1539+
<li>[x] Gemini CLI / OpenCode / Amp agents (unified shared framework)</li>
15181540
<li>[ ] CI Python version matrix (3.12, 3.13)</li>
15191541
<li>[ ] GitHub Pages deployment workflow</li>
15201542
<li>[ ] CHANGELOG.md and release automation</li>
@@ -1578,6 +1600,17 @@ <h3 id="dynamic-knowledge-bridging">Dynamic Knowledge Bridging<a class="headerli
15781600
<li>[x] Shared framework: <code>agents/shared/knowledge-bridging.md</code></li>
15791601
<li>[x] Default: networking bridges preserved as zero-configuration experience</li>
15801602
</ul>
1603+
<h2 id="v15-code-quality-framework-unification">v1.5 — Code Quality &amp; Framework Unification<a class="headerlink" href="#v15-code-quality-framework-unification" title="Permanent link">&para;</a></h2>
1604+
<p>Bug fixes, agent framework unification, and documentation polish.</p>
1605+
<ul>
1606+
<li>[x] <strong>Bug fixes</strong>: <code>record_progress()</code> case sensitivity, legacy DB paths removed, <code>init_config()</code> hardcoded machine names</li>
1607+
<li>[x] <strong>Study sessions wired up</strong>: <code>start_study_session()</code>, <code>end_study_session()</code>, <code>get_study_session_stats()</code> for the orphaned <code>study_sessions</code> table</li>
1608+
<li>[x] <strong>Unified agent framework</strong>: All 5 platforms (Kiro, Claude Code, Gemini, OpenCode, Amp) reference <code>agents/shared/</code> — eliminated ~700 lines of inline duplication</li>
1609+
<li>[x] <strong>Interactive config wizard</strong>: <code>studyctl config init</code> with knowledge bridging, NotebookLM, Obsidian vault questions</li>
1610+
<li>[x] <strong>Config viewer</strong>: <code>studyctl config show</code> with Rich tables</li>
1611+
<li>[x] <strong>Docs site</strong>: <code>studyctl docs serve/open/list/read</code> commands</li>
1612+
<li>[x] <strong>Agent installation integration</strong>: <code>install-agents.sh</code> called from <code>config init</code> flow</li>
1613+
</ul>
15811614

15821615

15831616

search/search_index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)