|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
6 | 6 | <title>Roadmap — SigMap</title> |
7 | | -<meta name="description" content="SigMap shipped v0.1 through v2.9 — 97% token reduction, 340+ tests. Impact layer, query-aware retrieval, research-grade benchmarks, ranking optimization, snippet retrieval, and JetBrains plugin complete. Full visual timeline from baseline to complete system."> |
8 | | -<meta property="og:title" content="SigMap Roadmap — v0.1 to v2.9 complete · 97% token reduction"> |
9 | | -<meta property="og:description" content="24 versions shipped. 97% token reduction. 340 tests. MIT license. See how SigMap was built from first extractor to full enterprise system."> |
| 7 | +<meta name="description" content="SigMap shipped v0.1 through v2.10 — 97% token reduction, 340+ tests. Reporting charts and advanced metrics are the current milestone. Full visual timeline from baseline to complete system."> |
| 8 | +<meta property="og:title" content="SigMap Roadmap — v0.1 to v2.10 · 97% token reduction"> |
| 9 | +<meta property="og:description" content="25 versions shipped/planned. 97% token reduction. 340 tests. MIT license. See how SigMap evolved from first extractor to full context platform."> |
10 | 10 | <meta property="og:url" content="https://manojmallick.github.io/sigmap/roadmap.html"> |
11 | 11 | <meta name="twitter:card" content="summary_large_image"> |
12 | 12 | <meta property="og:image" content="https://manojmallick.github.io/sigmap/sigmap-banner.png"> |
13 | 13 | <meta name="twitter:image" content="https://manojmallick.github.io/sigmap/sigmap-banner.png"> |
14 | 14 | <link rel="canonical" href="https://manojmallick.github.io/sigmap/roadmap.html"> |
15 | | -<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","headline":"SigMap roadmap — v0.1 to v2.8 complete","description":"23 versions shipped. 97% token reduction. 340+ tests. MIT license. Impact layer, query-aware retrieval, research-grade benchmarks, ranking optimization, and snippet retrieval shipped. See how SigMap was built from first extractor to full enterprise system.","url":"https://manojmallick.github.io/sigmap/roadmap.html","author":{"@type":"Person","name":"Manoj Mallick","url":"https://github.com/manojmallick"},"isPartOf":{"@type":"WebSite","name":"SigMap","url":"https://manojmallick.github.io/sigmap/"}}</script> |
| 15 | +<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","headline":"SigMap roadmap — v0.1 to v2.10","description":"25 versions shipped/planned. 97% token reduction. 340+ tests. MIT license. Reporting charts and advanced metrics are the current milestone.","url":"https://manojmallick.github.io/sigmap/roadmap.html","author":{"@type":"Person","name":"Manoj Mallick","url":"https://github.com/manojmallick"},"isPartOf":{"@type":"WebSite","name":"SigMap","url":"https://manojmallick.github.io/sigmap/"}}</script> |
16 | 16 | <link href="https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=IBM+Plex+Mono:wght@400;500&family=DM+Sans:wght@300;400;500;600&display=swap" rel="stylesheet"> |
17 | 17 | <script>(function(){var r=document.documentElement;if(localStorage.getItem('cf-theme')==='light')r.classList.add('light');document.addEventListener('DOMContentLoaded',function(){document.querySelectorAll('.theme-toggle').forEach(function(b){b.addEventListener('click',function(){r.classList.toggle('light');localStorage.setItem('cf-theme',r.classList.contains('light')?'light':'dark');});});});})();</script> |
18 | 18 | <style> |
|
145 | 145 |
|
146 | 146 | <div class="page-hero"> |
147 | 147 | <div class="hero-inner"> |
148 | | - <div class="hero-badge"><span class="dot" style="background:var(--g)"></span>v2.6 released</div> |
149 | | - <h1>v0.0 → v2.6</h1> |
150 | | - <p class="hero-sub">Twenty-one versions shipped. Impact layer, query-aware retrieval, and research-grade benchmarks complete. MIT open source from day one.</p> |
| 148 | + <div class="hero-badge"><span class="dot" style="background:var(--g)"></span>v2.10 in progress</div> |
| 149 | + <h1>v0.0 → v2.10</h1> |
| 150 | + <p class="hero-sub">Twenty-five versions shipped/planned. Reporting charts and advanced metrics are now the active milestone. MIT open source from day one.</p> |
151 | 151 | <div class="hero-stats"> |
152 | 152 | <div class="hstat"><span class="hstat-val p">97%</span><span class="hstat-lbl">Token reduction</span></div> |
153 | 153 | <div class="hstat"><span class="hstat-val g">340</span><span class="hstat-lbl">Tests passing</span></div> |
@@ -899,14 +899,38 @@ <h2>Every version, every feature</h2> |
899 | 899 | </div> |
900 | 900 | </div> |
901 | 901 |
|
| 902 | + <!-- v2.10 --> |
| 903 | + <div id="v2.10" class="tl-item"> |
| 904 | + <div class="tl-rail"> |
| 905 | + <div class="tl-dot done">v2.10</div> |
| 906 | + </div> |
| 907 | + <div class="tl-content"> |
| 908 | + <div class="tl-header"> |
| 909 | + <span class="tl-version">v2.10</span> |
| 910 | + <span class="tl-name">Reporting — Charts + Advanced Metrics</span> |
| 911 | + <span class="tl-badge done">● In progress</span> |
| 912 | + </div> |
| 913 | + <div class="tl-desc">Adds chart-ready reporting for token reduction and signature coverage, plus advanced benchmark metrics such as precision@K, recall@K, and MRR trends. Includes richer CLI report output and CI-friendly JSON artifacts for release quality gates.</div> |
| 914 | + <div class="tl-tags"> |
| 915 | + <span class="tl-tag">report charts</span> |
| 916 | + <span class="tl-tag">advanced metrics</span> |
| 917 | + <span class="tl-tag">precision@K</span> |
| 918 | + <span class="tl-tag">recall@K</span> |
| 919 | + <span class="tl-tag">MRR trend</span> |
| 920 | + <span class="tl-tag">issue #25</span> |
| 921 | + </div> |
| 922 | + <div class="tl-impact">Release confidence — measurable quality gates for retrieval and token efficiency</div> |
| 923 | + </div> |
| 924 | + </div> |
| 925 | + |
902 | 926 | </div> |
903 | 927 | </section> |
904 | 928 |
|
905 | 929 | <hr class="divider"> |
906 | 930 |
|
907 | 931 | <section class="section"> |
908 | 932 | <p class="section-ey">Final numbers</p> |
909 | | - <h2>v2.9.0 — Complete feature set</h2> |
| 933 | + <h2>v2.10.0 — Current milestone</h2> |
910 | 934 |
|
911 | 935 | <div class="final-grid"> |
912 | 936 | <div class="final-stat"> |
@@ -935,7 +959,7 @@ <h2>v2.9.0 — Complete feature set</h2> |
935 | 959 |
|
936 | 960 | <footer> |
937 | 961 | <div class="footer-inner"> |
938 | | - <span class="footer-logo">sigmap v2.9.0 · <span style="color:var(--gd)">Latest</span></span> |
| 962 | + <span class="footer-logo">sigmap v2.10.0 · <span style="color:var(--gd)">Latest</span></span> |
939 | 963 | <div class="footer-links"> |
940 | 964 | <a href="quick-start.html">Quick start</a> |
941 | 965 | <a href="cli.html">CLI reference</a> |
|
0 commit comments