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
docs: Nexia-List — complete the rename, enshrine the North Star, record ADR-0003 (LambdaDelta) (#31)
* docs: rename product to Nexia-List throughout
The project is Nexia-List (nexialist) — the "-List" is load-bearing.
Renamed the product name in all documentation and user-facing display
strings (README/ROADMAP/TOPOLOGY/QUICKSTART/CONTRIBUTING/CODE_OF_CONDUCT,
the governance a2ml/contractile files, humans.txt, desktop README), the
web app's title/meta/manifest/icon label, the desktop shell's product
name/window title, and doc comments + user-visible error strings.
Deliberately left as-is (technical identifiers, not the product name):
the nexia-core / nexia-desktop crate names, the nexia_core WASM module
and its import paths, the .nexia.json save extension, the
com.hyperpolymath.nexia bundle id, and the nexia-list repo slug.
Verified: cargo test (29), deno test:ui (10), build:res + build:web green.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PAEqVP7Y3bZDhtAaPUTbps
* docs: enshrine the North Star and record ADR-0003 (LambdaDelta)
Capture the converged vision durably so it can't drift:
- The animating purpose, quoted from The Tinderbox Way — "A note is a
letter we send to our future self" — added to the README Philosophy
and to INTENT.contractile as a first-class (north-star ...) form.
Framed as liberation, never constraint: power exists to enlarge the
correspondence, measured by the generative question "does this help
the letter reach a richer future self?"
- ADR-0003: LambdaDelta (λδ), a homoiconic Lisp-power substrate in the
Rust/WASM core, with progressive disclosure (L0 Tinderbox-basic → L4
computational notes), the notebook-as-data architecture, a Tinderbox
capability-coverage table, an honest gap list, and the liberating
benefits beyond Tinderbox. Proposed; no code yet.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PAEqVP7Y3bZDhtAaPUTbps
---------
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .machine_readable/INTENT.contractile
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,22 @@
30
30
; ── End Definitions ──────────────────────────────────────────────
31
31
32
32
(intent-contractile
33
-
(version "1.0.0")
33
+
(version "1.1.0")
34
34
(repo "nexia-list")
35
35
36
+
; === North Star (the animating purpose — read this first) ===
37
+
; Framed as a liberation, never a constraint: every feature exists to
38
+
; enlarge this, not to be fenced by it.
39
+
(north-star
40
+
(quote "A note is a letter we send to our future self.")
41
+
(attribution "Mark Bernstein, The Tinderbox Way")
42
+
(meaning
43
+
"Everything Nexia-List builds serves this correspondence and aims to enlarge it: to help the letter reach a richer future self — resurfaced at the right moment, connected to your other letters, searched and computed over across years. Added power (see the LambdaDelta substrate, docs/adr/0003) is here to liberate and augment the correspondence, not to constrain what the product is or can become. When weighing a feature, ask the generative question: does this help the letter reach a richer future self?")
44
+
)
45
+
36
46
; === Purpose (what this repo IS) ===
37
47
(purpose
38
-
"Nexia is a local-first, spatial personal knowledge management tool: notes arranged on a spatial canvas, first-class bidirectional links between them, and (planned) agents implemented as persistent queries that continuously organise the notebook. It is web-first — a ReScript TEA-style UI drives a Rust core compiled to WASM in the browser — and all user data lives on the user's device in human-readable JSON."
48
+
"Nexia-List is a local-first, spatial personal knowledge management tool: notes arranged on a spatial canvas, first-class bidirectional links between them, and (planned) agents implemented as persistent queries that continuously organise the notebook. It is web-first — a ReScript TEA-style UI drives a Rust core compiled to WASM in the browser — and all user data lives on the user's device in human-readable JSON."
39
49
)
40
50
41
51
; === Anti-Purpose (what this repo is NOT — prevents scope creep) ===
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
## Our Pledge
5
5
6
-
We as members, contributors, and leaders pledge to make participation in Nexia a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, colour, religion, or sexual identity and orientation.
6
+
We as members, contributors, and leaders pledge to make participation in Nexia-List a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, colour, religion, or sexual identity and orientation.
7
7
8
8
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
9
9
@@ -134,7 +134,7 @@ If you experience or witness unacceptable behaviour, or have any other concerns,
134
134
**What Happens Next**
135
135
136
136
1. You will receive acknowledgment within **48 hours**
137
-
2. The Nexia Maintainers will review the report
137
+
2. The Nexia-List Maintainers will review the report
138
138
3. We may ask for additional information
139
139
4. We will determine appropriate action
140
140
5. We will inform you of the outcome (respecting others' privacy)
@@ -150,7 +150,7 @@ All reports will be handled with discretion:
150
150
151
151
### Conflicts of Interest
152
152
153
-
If a Nexia Maintainers member is involved in an incident:
153
+
If a Nexia-List Maintainers member is involved in an incident:
154
154
155
155
- They will recuse themselves from the process
156
156
- Another maintainer or external party will handle the report
@@ -160,7 +160,7 @@ If a Nexia Maintainers member is involved in an incident:
160
160
161
161
## Enforcement Guidelines
162
162
163
-
The Nexia Maintainers will follow these guidelines in determining consequences:
163
+
The Nexia-List Maintainers will follow these guidelines in determining consequences:
164
164
165
165
### 1. Correction
166
166
@@ -218,7 +218,7 @@ If you believe an enforcement decision was made in error:
218
218
219
219
**Appeals Process**
220
220
221
-
- Appeals are reviewed by a different Nexia Maintainers member than the original
221
+
- Appeals are reviewed by a different Nexia-List Maintainers member than the original
0 commit comments