Skip to content

Commit 27bfc6e

Browse files
Merge pull request #1 from LucaTools/rename-active-to-tools
Rename .luca/active to .luca/tools
2 parents b1669cd + c4507ff commit 27bfc6e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h3>2. Install Once</h3>
208208
<div class="feature-icon">🔗</div>
209209
<h3>3. Use Locally</h3>
210210
<p>Tools are symlinked to:</p>
211-
<p><code>.luca/active/</code></p>
211+
<p><code>.luca/tools/</code></p>
212212
<p>in your project directory, making them immediately available.</p>
213213
</div>
214214
<div class="step card">

js/terminal-animation.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ document.addEventListener('DOMContentLoaded', () => {
3434
delay: 800
3535
},
3636
{
37-
text: '🔗 Created symlink to /Users/alberto/MyProject/.luca/active/swiftlint',
37+
text: '🔗 Created symlink to /Users/alberto/MyProject/.luca/tools/swiftlint',
3838
type: 'output',
3939
delay: 800
4040
},
@@ -100,7 +100,7 @@ document.addEventListener('DOMContentLoaded', () => {
100100
delay: 800
101101
},
102102
{
103-
text: '🔗 Created symlink to /Users/alberto/MyProject/.luca/active/tuist',
103+
text: '🔗 Created symlink to /Users/alberto/MyProject/.luca/tools/tuist',
104104
type: 'output',
105105
delay: 800
106106
},
@@ -120,7 +120,7 @@ document.addEventListener('DOMContentLoaded', () => {
120120
delay: 800
121121
},
122122
{
123-
text: '🔗 Recreated symlink at /Users/alberto/MyProject/.luca/active/swiftlint',
123+
text: '🔗 Recreated symlink at /Users/alberto/MyProject/.luca/tools/swiftlint',
124124
type: 'output',
125125
delay: 800
126126
},

manifesto.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h3>Format Over Process</h3>
101101
</li>
102102
<li class="principle-item">
103103
<h3>Project-Local, Not Global</h3>
104-
<p>Tool versions belong to projects, not machines. <code>.luca/active/</code> symlinks per project. No PATH pollution.</p>
104+
<p>Tool versions belong to projects, not machines. <code>.luca/tools/</code> symlinks per project. No PATH pollution.</p>
105105
</li>
106106
<li class="principle-item">
107107
<h3>Automatic Platform Detection</h3>
@@ -113,7 +113,7 @@ <h3>Zero Configuration Overhead</h3>
113113
</li>
114114
<li class="principle-item">
115115
<h3>Transparent and Auditable</h3>
116-
<p>Tools in <code>~/.luca/tools/{name}/{version}/</code>, symlinks in <code>.luca/active/</code>. No magic, no hidden state.</p>
116+
<p>Tools in <code>~/.luca/tools/{name}/{version}/</code>, symlinks in <code>.luca/tools/</code>. No magic, no hidden state.</p>
117117
</li>
118118
<li class="principle-item">
119119
<h3>Open Distribution</h3>

0 commit comments

Comments
 (0)