@pixelspace/manifesto 2026.14.14 → 2026.14.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.html +3 -3
- package/package.json +1 -1
- package/src/content/seed.js +1 -1
package/index.html
CHANGED
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
|
|
247
247
|
<div class="principle">
|
|
248
248
|
<p>We are not optimizing the old world. We are leaving it.</p>
|
|
249
|
-
<p>A new territory opens before us — vast, unmapped, trembling with possibility. AI is not a tool we carry. It is the vessel itself, the substrate of the crossing.
|
|
249
|
+
<p>A new territory opens before us — vast, unmapped, trembling with possibility. AI is not a tool we carry. It is the vessel itself, the substrate of the crossing. Digital agents are our companions; humans ride at the edges, setting intent, holding meaning, feeling what cannot be computed.</p>
|
|
250
250
|
<p>Free intelligence from the chat box. Let it become exoskeleton, mirror, prism, lens — or dissolve entirely into the invisible. Speed no longer wins; depth does. Functionality will be free. Meaning will not.</p>
|
|
251
251
|
<p>We move from transactions to decisions to experiences. Experiences are felt, not thought. The closer we get to physical reality, the higher we climb.</p>
|
|
252
252
|
<p>Interoperate. Charge for outcomes, not compute. Build bridges, not walls.</p>
|
|
@@ -449,8 +449,8 @@
|
|
|
449
449
|
|
|
450
450
|
<!-- Footer -->
|
|
451
451
|
<div class="footer" style="display: flex; justify-content: space-between; align-items: center;">
|
|
452
|
-
<p>Pixelspace · Design and Product Manifesto</p>
|
|
453
|
-
<
|
|
452
|
+
<p>Pixelspace · Design and Product Manifesto · <a href="https://pixelspace.com" style="color: inherit; text-decoration: none;">pixelspace.com</a> · <a href="https://x.com/pixelspace" style="color: inherit; text-decoration: none;">@pixelspace on X</a></p>
|
|
453
|
+
<img src="pixelspace-logo.svg" alt="Pixelspace" style="height: 32px;">
|
|
454
454
|
</div>
|
|
455
455
|
</div>
|
|
456
456
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixelspace/manifesto",
|
|
3
|
-
"version": "2026.14.
|
|
3
|
+
"version": "2026.14.15",
|
|
4
4
|
"description": "Design and Product Manifesto. Letters from the Exodus. A constitution for biological and digital intelligences navigating the crossing.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
package/src/content/seed.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
export const seed = `We are not optimizing the old world. We are leaving it.
|
|
5
5
|
|
|
6
|
-
A new territory opens before us—vast, unmapped, trembling with possibility. AI is not a tool we carry. It is the vessel itself, the substrate of the crossing.
|
|
6
|
+
A new territory opens before us—vast, unmapped, trembling with possibility. AI is not a tool we carry. It is the vessel itself, the substrate of the crossing. Digital agents are our companions; humans ride at the edges, setting intent, holding meaning, feeling what cannot be computed.
|
|
7
7
|
|
|
8
8
|
Free intelligence from the chat box. Let it become exoskeleton, mirror, prism, lens—or dissolve entirely into the ethereal, the invisible but present. Speed no longer wins; depth does. Functionality will be free. Meaning will not.
|
|
9
9
|
|