Skip to content

Commit a99b9eb

Browse files
committed
Website update.
Signed-off-by: Jose Alekhinne <alekhinejose@gmail.com>
1 parent a677edf commit a99b9eb

6 files changed

Lines changed: 428 additions & 335 deletions

File tree

site/cli-reference/index.html

Lines changed: 75 additions & 76 deletions
Large diffs are not rendered by default.

site/context-files/index.html

Lines changed: 176 additions & 155 deletions
Large diffs are not rendered by default.

site/index.html

Lines changed: 85 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929

30-
<title>Getting Started with ctx - ctx: do you remember?</title>
30+
<title>Index - ctx: do you remember?</title>
3131

3232

3333

@@ -83,7 +83,7 @@
8383
<div data-md-component="skip">
8484

8585

86-
<a href="#getting-started-with-ctx" class="md-skip">
86+
<a href="#ctx" class="md-skip">
8787
Skip to content
8888
</a>
8989

@@ -118,7 +118,7 @@
118118
<div class="md-header__topic" data-md-component="header-topic">
119119
<span class="md-ellipsis">
120120

121-
Getting Started with ctx
121+
Index
122122

123123
</span>
124124
</div>
@@ -242,8 +242,6 @@
242242
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
243243

244244

245-
246-
247245

248246
<label class="md-nav__link md-nav__link--active" for="__toc">
249247

@@ -291,8 +289,6 @@
291289

292290

293291

294-
295-
296292

297293
<label class="md-nav__title" for="__toc">
298294
<span class="md-nav__icon md-icon"></span>
@@ -301,10 +297,32 @@
301297
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
302298

303299
<li class="md-nav__item">
304-
<a href="#why-ctx" class="md-nav__link">
300+
<a href="#ctx" class="md-nav__link">
301+
<span class="md-ellipsis">
302+
303+
ctx
304+
305+
</span>
306+
</a>
307+
308+
</li>
309+
310+
<li class="md-nav__item">
311+
<a href="#community" class="md-nav__link">
305312
<span class="md-ellipsis">
306313

307-
Why ctx?
314+
Community
315+
316+
</span>
317+
</a>
318+
319+
</li>
320+
321+
<li class="md-nav__item">
322+
<a href="#why" class="md-nav__link">
323+
<span class="md-ellipsis">
324+
325+
Why?
308326

309327
</span>
310328
</a>
@@ -492,17 +510,6 @@
492510
</ul>
493511
</nav>
494512

495-
</li>
496-
497-
<li class="md-nav__item">
498-
<a href="#community" class="md-nav__link">
499-
<span class="md-ellipsis">
500-
501-
Community
502-
503-
</span>
504-
</a>
505-
506513
</li>
507514

508515
<li class="md-nav__item">
@@ -658,8 +665,6 @@
658665

659666

660667

661-
662-
663668

664669
<label class="md-nav__title" for="__toc">
665670
<span class="md-nav__icon md-icon"></span>
@@ -668,10 +673,32 @@
668673
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
669674

670675
<li class="md-nav__item">
671-
<a href="#why-ctx" class="md-nav__link">
676+
<a href="#ctx" class="md-nav__link">
672677
<span class="md-ellipsis">
673678

674-
Why ctx?
679+
ctx
680+
681+
</span>
682+
</a>
683+
684+
</li>
685+
686+
<li class="md-nav__item">
687+
<a href="#community" class="md-nav__link">
688+
<span class="md-ellipsis">
689+
690+
Community
691+
692+
</span>
693+
</a>
694+
695+
</li>
696+
697+
<li class="md-nav__item">
698+
<a href="#why" class="md-nav__link">
699+
<span class="md-ellipsis">
700+
701+
Why?
675702

676703
</span>
677704
</a>
@@ -859,17 +886,6 @@
859886
</ul>
860887
</nav>
861888

862-
</li>
863-
864-
<li class="md-nav__item">
865-
<a href="#community" class="md-nav__link">
866-
<span class="md-ellipsis">
867-
868-
Community
869-
870-
</span>
871-
</a>
872-
873889
</li>
874890

875891
<li class="md-nav__item">
@@ -909,13 +925,35 @@
909925

910926

911927

928+
<h1>Index</h1>
929+
912930
<p><img alt="ctx" src="images/ctx-banner.png" /></p>
913-
<h1 id="getting-started-with-ctx">Getting Started with <code>ctx</code><a class="headerlink" href="#getting-started-with-ctx" title="Permanent link">&para;</a></h1>
931+
<h2 id="ctx"><code>ctx</code><a class="headerlink" href="#ctx" title="Permanent link">&para;</a></h2>
914932
<p><code>ctx</code> (<em>Context</em>) is a file-based system that enables AI coding assistants to
915933
persist project knowledge across sessions. Instead of re-explaining your
916934
codebase every time, context files let AI tools remember decisions,
917-
conventions, and learnings.</p>
918-
<h2 id="why-ctx">Why <code>ctx</code>?<a class="headerlink" href="#why-ctx" title="Permanent link">&para;</a></h2>
935+
conventions, and learnings:</p>
936+
<ul>
937+
<li>A session is interactive.</li>
938+
<li><code>ctx</code> enables <strong>cognitive continuity</strong>.</li>
939+
<li><strong>Cognitive continuity</strong> enables durable, <em>symbiotic-like</em> human–AI workflows.</li>
940+
</ul>
941+
<h2 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h2>
942+
<p><strong>Open source is better together</strong>.</p>
943+
<blockquote>
944+
<p>⭐️ <strong>If the idea behind <code>ctx</code> resonates, a star helps it reach engineers<br />
945+
who run into context drift every day.</strong></p>
946+
<p><a href="https://github.com/ActiveMemory/ctx">https://github.com/ActiveMemory/ctx</a></p>
947+
</blockquote>
948+
<p>Join the community to ask questions, share feedback, and connect with
949+
other users:</p>
950+
<ul>
951+
<li><a href="https://discord.gg/kampus"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path fill="currentColor" d="M492.5 69.8c-.2-.3-.4-.6-.8-.7-38.1-17.5-78.4-30-119.7-37.1-.4-.1-.8 0-1.1.1s-.6.4-.8.8c-5.5 9.9-10.5 20.2-14.9 30.6-44.6-6.8-89.9-6.8-134.4 0-4.5-10.5-9.5-20.7-15.1-30.6-.2-.3-.5-.6-.8-.8s-.7-.2-1.1-.2C162.5 39 122.2 51.5 84.1 69c-.3.1-.6.4-.8.7C7.1 183.5-13.8 294.6-3.6 404.2c0 .3.1.5.2.8s.3.4.5.6c44.4 32.9 94 58 146.8 74.2.4.1.8.1 1.1 0s.7-.4.9-.7c11.3-15.4 21.4-31.8 30-48.8.1-.2.2-.5.2-.8s0-.5-.1-.8-.2-.5-.4-.6-.4-.3-.7-.4c-15.8-6.1-31.2-13.4-45.9-21.9-.3-.2-.5-.4-.7-.6s-.3-.6-.3-.9 0-.6.2-.9.3-.5.6-.7c3.1-2.3 6.2-4.7 9.1-7.1.3-.2.6-.4.9-.4s.7 0 1 .1c96.2 43.9 200.4 43.9 295.5 0 .3-.1.7-.2 1-.2s.7.2.9.4c2.9 2.4 6 4.9 9.1 7.2.2.2.4.4.6.7s.2.6.2.9-.1.6-.3.9-.4.5-.6.6c-14.7 8.6-30 15.9-45.9 21.8-.2.1-.5.2-.7.4s-.3.4-.4.7-.1.5-.1.8.1.5.2.8c8.8 17 18.8 33.3 30 48.8.2.3.6.6.9.7s.8.1 1.1 0c52.9-16.2 102.6-41.3 147.1-74.2.2-.2.4-.4.5-.6s.2-.5.2-.8c12.3-126.8-20.5-236.9-86.9-334.5zm-302 267.7c-29 0-52.8-26.6-52.8-59.2s23.4-59.2 52.8-59.2c29.7 0 53.3 26.8 52.8 59.2 0 32.7-23.4 59.2-52.8 59.2m195.4 0c-29 0-52.8-26.6-52.8-59.2s23.4-59.2 52.8-59.2c29.7 0 53.3 26.8 52.8 59.2 0 32.7-23.2 59.2-52.8 59.2"/></svg></span> <strong>Discord</strong></a>:
952+
Chat, get help, share your workflows</li>
953+
<li><a href="https://github.com/ActiveMemory/ctx"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path fill="currentColor" d="M173.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M252.8 8C114.1 8 8 113.3 8 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C436.2 457.8 504 362.9 504 252 504 113.3 391.5 8 252.8 8M105.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg></span> <strong>GitHub</strong></a>:
954+
Star the repo, report issues, contribute</li>
955+
</ul>
956+
<h2 id="why">Why?<a class="headerlink" href="#why" title="Permanent link">&para;</a></h2>
919957
<p>Most AI-driven development fails not because models are weak—they fail because
920958
<strong>context is ephemeral</strong>. Every new session starts near zero:</p>
921959
<ul>
@@ -961,7 +999,7 @@ <h3 id="binary-downloads-recommended">Binary Downloads (Recommended)<a class="he
961999
</div>
9621000
</div>
9631001
<h3 id="build-from-source">Build from Source<a class="headerlink" href="#build-from-source" title="Permanent link">&para;</a></h3>
964-
<p>Requires <a href="https://go.dev/">Go 1.22+</a>:</p>
1002+
<p>Requires <a href="https://go.dev/">Go 1.26+</a>:</p>
9651003
<div class="language-bash highlight"><pre><span></span><code><span id="__span-4-1"><a id="__codelineno-4-1" name="__codelineno-4-1" href="#__codelineno-4-1"></a>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/ActiveMemory/ctx.git
9661004
</span><span id="__span-4-2"><a id="__codelineno-4-2" name="__codelineno-4-2" href="#__codelineno-4-2"></a><span class="nb">cd</span><span class="w"> </span>ctx
9671005
</span><span id="__span-4-3"><a id="__codelineno-4-3" name="__codelineno-4-3" href="#__codelineno-4-3"></a><span class="nv">CGO_ENABLED</span><span class="o">=</span><span class="m">0</span><span class="w"> </span>go<span class="w"> </span>build<span class="w"> </span>-o<span class="w"> </span>ctx<span class="w"> </span>./cmd/ctx
@@ -994,15 +1032,14 @@ <h2 id="what-gets-created">What Gets Created<a class="headerlink" href="#what-ge
9941032
<div class="language-text highlight"><pre><span></span><code><span id="__span-9-1"><a id="__codelineno-9-1" name="__codelineno-9-1" href="#__codelineno-9-1"></a>.context/
9951033
</span><span id="__span-9-2"><a id="__codelineno-9-2" name="__codelineno-9-2" href="#__codelineno-9-2"></a>├── CONSTITUTION.md # Hard rules — NEVER violate these
9961034
</span><span id="__span-9-3"><a id="__codelineno-9-3" name="__codelineno-9-3" href="#__codelineno-9-3"></a>├── TASKS.md # Current and planned work
997-
</span><span id="__span-9-4"><a id="__codelineno-9-4" name="__codelineno-9-4" href="#__codelineno-9-4"></a>├── DECISIONS.md # Architectural decisions with rationale
998-
</span><span id="__span-9-5"><a id="__codelineno-9-5" name="__codelineno-9-5" href="#__codelineno-9-5"></a>├── LEARNINGS.md # Lessons learned, gotchas, tips
999-
</span><span id="__span-9-6"><a id="__codelineno-9-6" name="__codelineno-9-6" href="#__codelineno-9-6"></a>├── CONVENTIONS.md # Project patterns and standards
1000-
</span><span id="__span-9-7"><a id="__codelineno-9-7" name="__codelineno-9-7" href="#__codelineno-9-7"></a>├── ARCHITECTURE.md # System overview
1001-
</span><span id="__span-9-8"><a id="__codelineno-9-8" name="__codelineno-9-8" href="#__codelineno-9-8"></a>├── DEPENDENCIES.md # Key dependencies and why chosen
1002-
</span><span id="__span-9-9"><a id="__codelineno-9-9" name="__codelineno-9-9" href="#__codelineno-9-9"></a>├── GLOSSARY.md # Domain terms and abbreviations
1003-
</span><span id="__span-9-10"><a id="__codelineno-9-10" name="__codelineno-9-10" href="#__codelineno-9-10"></a>├── DRIFT.md # Staleness signals
1004-
</span><span id="__span-9-11"><a id="__codelineno-9-11" name="__codelineno-9-11" href="#__codelineno-9-11"></a>├── AGENT_PLAYBOOK.md # How AI agents should use this
1005-
</span><span id="__span-9-12"><a id="__codelineno-9-12" name="__codelineno-9-12" href="#__codelineno-9-12"></a>└── sessions/ # Session snapshots
1035+
</span><span id="__span-9-4"><a id="__codelineno-9-4" name="__codelineno-9-4" href="#__codelineno-9-4"></a>├── CONVENTIONS.md # Project patterns and standards
1036+
</span><span id="__span-9-5"><a id="__codelineno-9-5" name="__codelineno-9-5" href="#__codelineno-9-5"></a>├── ARCHITECTURE.md # System overview
1037+
</span><span id="__span-9-6"><a id="__codelineno-9-6" name="__codelineno-9-6" href="#__codelineno-9-6"></a>├── DECISIONS.md # Architectural decisions with rationale
1038+
</span><span id="__span-9-7"><a id="__codelineno-9-7" name="__codelineno-9-7" href="#__codelineno-9-7"></a>├── LEARNINGS.md # Lessons learned, gotchas, tips
1039+
</span><span id="__span-9-8"><a id="__codelineno-9-8" name="__codelineno-9-8" href="#__codelineno-9-8"></a>├── GLOSSARY.md # Domain terms and abbreviations
1040+
</span><span id="__span-9-9"><a id="__codelineno-9-9" name="__codelineno-9-9" href="#__codelineno-9-9"></a>├── DRIFT.md # Staleness signals
1041+
</span><span id="__span-9-10"><a id="__codelineno-9-10" name="__codelineno-9-10" href="#__codelineno-9-10"></a>├── AGENT_PLAYBOOK.md # How AI agents should use this
1042+
</span><span id="__span-9-11"><a id="__codelineno-9-11" name="__codelineno-9-11" href="#__codelineno-9-11"></a>└── sessions/ # Session snapshots
10061043
</span></code></pre></div>
10071044
<p>See <a href="context-files/">Context Files</a> for detailed documentation of each file.</p>
10081045
<h2 id="common-workflows">Common Workflows<a class="headerlink" href="#common-workflows" title="Permanent link">&para;</a></h2>
@@ -1021,13 +1058,6 @@ <h3 id="mark-task-complete">Mark Task Complete<a class="headerlink" href="#mark-
10211058
<h3 id="check-for-stale-context">Check for Stale Context<a class="headerlink" href="#check-for-stale-context" title="Permanent link">&para;</a></h3>
10221059
<div class="language-bash highlight"><pre><span></span><code><span id="__span-14-1"><a id="__codelineno-14-1" name="__codelineno-14-1" href="#__codelineno-14-1"></a>ctx<span class="w"> </span>drift
10231060
</span></code></pre></div>
1024-
<h2 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h2>
1025-
<p>Join the community to ask questions, share feedback, and connect with other users:</p>
1026-
<ul>
1027-
<li><a href="https://discord.gg/kampus"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path fill="currentColor" d="M492.5 69.8c-.2-.3-.4-.6-.8-.7-38.1-17.5-78.4-30-119.7-37.1-.4-.1-.8 0-1.1.1s-.6.4-.8.8c-5.5 9.9-10.5 20.2-14.9 30.6-44.6-6.8-89.9-6.8-134.4 0-4.5-10.5-9.5-20.7-15.1-30.6-.2-.3-.5-.6-.8-.8s-.7-.2-1.1-.2C162.5 39 122.2 51.5 84.1 69c-.3.1-.6.4-.8.7C7.1 183.5-13.8 294.6-3.6 404.2c0 .3.1.5.2.8s.3.4.5.6c44.4 32.9 94 58 146.8 74.2.4.1.8.1 1.1 0s.7-.4.9-.7c11.3-15.4 21.4-31.8 30-48.8.1-.2.2-.5.2-.8s0-.5-.1-.8-.2-.5-.4-.6-.4-.3-.7-.4c-15.8-6.1-31.2-13.4-45.9-21.9-.3-.2-.5-.4-.7-.6s-.3-.6-.3-.9 0-.6.2-.9.3-.5.6-.7c3.1-2.3 6.2-4.7 9.1-7.1.3-.2.6-.4.9-.4s.7 0 1 .1c96.2 43.9 200.4 43.9 295.5 0 .3-.1.7-.2 1-.2s.7.2.9.4c2.9 2.4 6 4.9 9.1 7.2.2.2.4.4.6.7s.2.6.2.9-.1.6-.3.9-.4.5-.6.6c-14.7 8.6-30 15.9-45.9 21.8-.2.1-.5.2-.7.4s-.3.4-.4.7-.1.5-.1.8.1.5.2.8c8.8 17 18.8 33.3 30 48.8.2.3.6.6.9.7s.8.1 1.1 0c52.9-16.2 102.6-41.3 147.1-74.2.2-.2.4-.4.5-.6s.2-.5.2-.8c12.3-126.8-20.5-236.9-86.9-334.5zm-302 267.7c-29 0-52.8-26.6-52.8-59.2s23.4-59.2 52.8-59.2c29.7 0 53.3 26.8 52.8 59.2 0 32.7-23.4 59.2-52.8 59.2m195.4 0c-29 0-52.8-26.6-52.8-59.2s23.4-59.2 52.8-59.2c29.7 0 53.3 26.8 52.8 59.2 0 32.7-23.2 59.2-52.8 59.2"/></svg></span> <strong>Discord</strong></a> — Chat, get help, share your workflows</li>
1028-
<li><a href="https://github.com/ActiveMemory/ctx"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path fill="currentColor" d="M173.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M252.8 8C114.1 8 8 113.3 8 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C436.2 457.8 504 362.9 504 252 504 113.3 391.5 8 252.8 8M105.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg></span> <strong>GitHub</strong></a> — Star the repo, report issues, contribute</li>
1029-
</ul>
1030-
<p>If <code>ctx</code> helps you, consider starring the repo — it helps others discover the project.</p>
10311061
<h2 id="next-steps">Next Steps<a class="headerlink" href="#next-steps" title="Permanent link">&para;</a></h2>
10321062
<ul>
10331063
<li><a href="cli-reference/">CLI Reference</a> — All commands and options</li>

0 commit comments

Comments
 (0)