You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1530,6 +1549,12 @@ <h4 id="isolated-environments-by-purpose">Isolated environments by purpose<a cla
1530
1549
</code></pre></div>
1531
1550
<p>This reduces dependency cross-talk and makes tool execution more predictable.</p>
1532
1551
<p>These environment roles are examples, not fixed requirements. You can shape the layout to match your workflow.</p>
1552
+
<h4id="workspace-aware-by-design">Workspace-aware by design<aclass="headerlink" href="#workspace-aware-by-design" title="Permanent link">¶</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
+
<h4id="polyglot-workflow-one-action-surface">Polyglot workflow, one action surface<aclass="headerlink" href="#polyglot-workflow-one-action-surface" title="Permanent link">¶</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>
1533
1558
<h3id="additional-benefits-for-teams">Additional benefits for teams<aclass="headerlink" href="#additional-benefits-for-teams" title="Permanent link">¶</a></h3>
1534
1559
<ul>
1535
1560
<li>Keep standards centralized in a shared preset package</li>
0 commit comments