Skip to content

Commit 76ab217

Browse files
committed
Regenerate docs
1 parent 2204532 commit 76ab217

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

index.html

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,17 @@
581581
</span>
582582
</a>
583583

584+
</li>
585+
586+
<li class="md-nav__item">
587+
<a href="#isolated-environments-by-purpose" class="md-nav__link">
588+
<span class="md-ellipsis">
589+
590+
Isolated environments by purpose
591+
592+
</span>
593+
</a>
594+
584595
</li>
585596

586597
<li class="md-nav__item">
@@ -595,10 +606,10 @@
595606
</li>
596607

597608
<li class="md-nav__item">
598-
<a href="#isolated-environments-by-purpose" class="md-nav__link">
609+
<a href="#polyglot-workflow-one-action-surface" class="md-nav__link">
599610
<span class="md-ellipsis">
600611

601-
Isolated environments by purpose
612+
Polyglot workflow, one action surface
602613

603614
</span>
604615
</a>
@@ -1339,6 +1350,17 @@
13391350
</span>
13401351
</a>
13411352

1353+
</li>
1354+
1355+
<li class="md-nav__item">
1356+
<a href="#isolated-environments-by-purpose" class="md-nav__link">
1357+
<span class="md-ellipsis">
1358+
1359+
Isolated environments by purpose
1360+
1361+
</span>
1362+
</a>
1363+
13421364
</li>
13431365

13441366
<li class="md-nav__item">
@@ -1353,10 +1375,10 @@
13531375
</li>
13541376

13551377
<li class="md-nav__item">
1356-
<a href="#isolated-environments-by-purpose" class="md-nav__link">
1378+
<a href="#polyglot-workflow-one-action-surface" class="md-nav__link">
13571379
<span class="md-ellipsis">
13581380

1359-
Isolated environments by purpose
1381+
Polyglot workflow, one action surface
13601382

13611383
</span>
13621384
</a>
@@ -1517,9 +1539,6 @@ <h4 id="one-command-surface-for-local-ci-ide-and-ai">One command surface for loc
15171539
<li>CI: <code>python -m finecode run lint check_formatting</code></li>
15181540
<li>Git hooks: run FineCode actions before commit without requiring <code>pre-commit</code></li>
15191541
</ul>
1520-
<h4 id="workspace-aware-by-design">Workspace-aware by design<a class="headerlink" href="#workspace-aware-by-design" title="Permanent link">&para;</a></h4>
1521-
<p>FineCode understands your workspace as a whole, including how individual subprojects fit together.</p>
1522-
<p>Actions can target a single project or the entire workspace, so tasks like linting every subproject run from one command.</p>
15231542
<h4 id="isolated-environments-by-purpose">Isolated environments by purpose<a class="headerlink" href="#isolated-environments-by-purpose" title="Permanent link">&para;</a></h4>
15241543
<p>FineCode keeps developer tooling separate from runtime dependencies:</p>
15251544
<div class="highlight"><pre><span></span><code><a id="__codelineno-5-1" name="__codelineno-5-1" href="#__codelineno-5-1"></a>.venvs/
@@ -1530,6 +1549,12 @@ <h4 id="isolated-environments-by-purpose">Isolated environments by purpose<a cla
15301549
</code></pre></div>
15311550
<p>This reduces dependency cross-talk and makes tool execution more predictable.</p>
15321551
<p>These environment roles are examples, not fixed requirements. You can shape the layout to match your workflow.</p>
1552+
<h4 id="workspace-aware-by-design">Workspace-aware by design<a class="headerlink" href="#workspace-aware-by-design" title="Permanent link">&para;</a></h4>
1553+
<p>FineCode understands your workspace as a whole, including how individual subprojects fit together.</p>
1554+
<p>Actions can target a single project or the entire workspace, so tasks like linting every subproject run from one command.</p>
1555+
<h4 id="polyglot-workflow-one-action-surface">Polyglot workflow, one action surface<a class="headerlink" href="#polyglot-workflow-one-action-surface" title="Permanent link">&para;</a></h4>
1556+
<p>FineCode actions are not tied to a single language. A single action can include handlers for different file types (for example Python code, Markdown docs, and JSON/TOML config) while keeping one shared command surface.</p>
1557+
<p>In practice, this means you can keep using the same <code>lint</code> and <code>format</code> actions across mixed repositories today. Broader first-class preset coverage for combinations such as Python + Rust is on the roadmap.</p>
15331558
<h3 id="additional-benefits-for-teams">Additional benefits for teams<a class="headerlink" href="#additional-benefits-for-teams" title="Permanent link">&para;</a></h3>
15341559
<ul>
15351560
<li>Keep standards centralized in a shared preset package</li>

search/search_index.json

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

0 commit comments

Comments
 (0)