aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-20 07:25:31 -0500
committerCraig Jennings <c@cjennings.net>2026-07-20 07:25:31 -0500
commit955f92ba7e159d0b70cbb279507e9c4e44eda1d2 (patch)
tree3c87b25494901c1ba0ac7fd8e1e88ba8116a8747 /docs
parent7483eb390188005e54d1e5f1e9d2789b64ad8fe4 (diff)
downloaddotemacs-955f92ba7e159d0b70cbb279507e9c4e44eda1d2.tar.gz
dotemacs-955f92ba7e159d0b70cbb279507e9c4e44eda1d2.zip
docs: fix broken file: links in theme-studio and ai-kb specs
Diffstat (limited to 'docs')
-rw-r--r--docs/specs/ai-kb-spec.org2
-rw-r--r--docs/specs/theme-studio-package-faces-spec.org2
-rw-r--r--docs/specs/theme-studio-palette-generator-spec.org2
-rw-r--r--docs/specs/theme-studio-perceptual-color-metrics-spec.org2
-rw-r--r--docs/specs/theme-studio-semantic-theme-architecture-spec.org4
5 files changed, 6 insertions, 6 deletions
diff --git a/docs/specs/ai-kb-spec.org b/docs/specs/ai-kb-spec.org
index b35b3ac6..6d973b94 100644
--- a/docs/specs/ai-kb-spec.org
+++ b/docs/specs/ai-kb-spec.org
@@ -19,7 +19,7 @@ In scope: Step 1 (store + contract/CLI + global rule + provisioning) and Step 2
* Scope decision: memory store, not (yet) an LLM Wiki
-ai-kb v1 is a *global, durable, cross-project memory store* for AI coding agents (Claude Code today; agent-neutral by contract): org-roam nodes holding lessons, principles, Craig's preferences, reusable procedures, and durable observations. It is the concrete first slice of the broader "org-roam as agent memory" vision in [[file:agentic-knowledgebase.org][agentic-knowledgebase.org]].
+ai-kb v1 is a *global, durable, cross-project memory store* for AI coding agents (Claude Code today; agent-neutral by contract): org-roam nodes holding lessons, principles, Craig's preferences, reusable procedures, and durable observations. It is the concrete first slice of the broader "org-roam as agent memory" vision in [[file:../design/agentic-knowledgebase.org][agentic-knowledgebase.org]].
It is *not* a Karpathy-style LLM Wiki in v1. That pattern — immutable =raw/= sources, compiled =wiki/= synthesis pages, =schema.org=, source hashes, and full ingest/query/lint pipelines — is a larger product whose value is *grounding compiled knowledge in re-checkable sources*. v1 adopts the one piece that pays off immediately: a =raw/= capture for *external* sources (see [[*Grounding external sources][Grounding external sources]]). The rest of that machinery is the documented evolution path (see [[*vNext][vNext]]); v1's structure is chosen so it can grow that way without a rewrite.
diff --git a/docs/specs/theme-studio-package-faces-spec.org b/docs/specs/theme-studio-package-faces-spec.org
index 4390f0fc..6e431dd5 100644
--- a/docs/specs/theme-studio-package-faces-spec.org
+++ b/docs/specs/theme-studio-package-faces-spec.org
@@ -552,7 +552,7 @@ generalized face-control helper, package style kept inside the package object,
- *Why:* The direction is coherent and the first-round decisions are folded in,
but v1 now depends on behavior that is not yet implementable from the current
static generator without a defined inventory and state/export contract.
-- *Artifacts:* [[file:theme-studio-package-faces-spec-review.org][theme-studio-package-faces-spec-review.org]]
+- *Artifacts:* =theme-studio-package-faces-spec-review.org=
** 2026-06-07 Sun @ 18:28:02 -0500 — Claude Code (emacs-d) — responder
- *What:* Ran spec-response against the Codex review. Added Implementation
diff --git a/docs/specs/theme-studio-palette-generator-spec.org b/docs/specs/theme-studio-palette-generator-spec.org
index 2d8fc5c6..ab84894c 100644
--- a/docs/specs/theme-studio-palette-generator-spec.org
+++ b/docs/specs/theme-studio-palette-generator-spec.org
@@ -278,7 +278,7 @@ Use the existing Theme Studio test stack:
- Manual Chrome pass on at least one dark palette and one light palette.
* References / Appendix
-- [[file:design/theme-studio-color-harmony.org][theme-studio color harmony explainer]]
+- [[file:../design/theme-studio-color-harmony.org][theme-studio color harmony explainer]]
- [[id:15db8ae3-fc14-49f3-9ed5-d5ff59790904][perceptual color metrics spec]]
- [[file:theme-studio-palette-ramps-spec.org][palette ramps and contrast safety spec]]
- [[file:theme-studio-palette-columns-spec.org][palette columns spec]]
diff --git a/docs/specs/theme-studio-perceptual-color-metrics-spec.org b/docs/specs/theme-studio-perceptual-color-metrics-spec.org
index 233632a5..f84bc5bb 100644
--- a/docs/specs/theme-studio-perceptual-color-metrics-spec.org
+++ b/docs/specs/theme-studio-perceptual-color-metrics-spec.org
@@ -510,7 +510,7 @@ Modified or rejected recommendations only; everything else in the Codex review
values or make that second chromatic fixture optional.
- *Why:* The implementation is otherwise ready-shaped, but APCA math and numeric
fixtures need a single authoritative source before coding starts.
-- *Artifacts:* [[file:theme-studio-perceptual-color-metrics-spec-review.org][theme-studio-perceptual-color-metrics-spec-review.org]]
+- *Artifacts:* =theme-studio-perceptual-color-metrics-spec-review.org=
** 2026-06-08 Mon @ 13:19:15 -0500 — Claude Code — responder
- *What changed:* Processed Codex's second pass. Accepted all three findings, no
diff --git a/docs/specs/theme-studio-semantic-theme-architecture-spec.org b/docs/specs/theme-studio-semantic-theme-architecture-spec.org
index cab75712..cc46d336 100644
--- a/docs/specs/theme-studio-semantic-theme-architecture-spec.org
+++ b/docs/specs/theme-studio-semantic-theme-architecture-spec.org
@@ -258,8 +258,8 @@ Rollout should keep the current flat output path as the default and add a separa
* References / Appendix
- Modus Themes source: [[https://github.com/protesilaos/modus-themes][github.com/protesilaos/modus-themes]]
-- Current converter: [[file:../scripts/theme-studio/build-theme.el][scripts/theme-studio/build-theme.el]]
-- Current Theme Studio README: [[file:../scripts/theme-studio/README.md][scripts/theme-studio/README.md]]
+- Current converter: [[file:../../scripts/theme-studio/build-theme.el][scripts/theme-studio/build-theme.el]]
+- Current Theme Studio README: [[file:../../scripts/theme-studio/README.md][scripts/theme-studio/README.md]]
- Package-face model spec: [[id:8f37a1fd-cfd3-4b25-92e5-772468092bdc][theme-studio-package-faces-spec.org]]
* Review and iteration history