Skip to content

Commit 2ea56cf

Browse files
committed
Harden public documentation set
1 parent 9075e80 commit 2ea56cf

43 files changed

Lines changed: 687 additions & 15256 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/docs/src/routes/concepts/signal-theory/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
<h1>Signal Theory</h1>
99
<p>
10-
The theoretical foundation the Optimal Engine is built to instantiate. Adapted from
11-
<em>Signal Theory: The Architecture of Optimal Intent Encoding</em> (MIOSA Research, February 2026).
10+
The classification model Optimal Engine uses to separate useful operating context from
11+
noise before memory, retrieval, workflow, or agent execution touches it.
1212
</p>
1313

1414
<h2>Root Objective</h2>

docs/README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,21 +127,31 @@ Human creates or initiates workspace
127127
- [Storage and projection map](architecture/STORAGE-AND-PROJECTION-MAP.md)
128128
- [Workspace architecture](architecture/WORKSPACE.md)
129129
- [Wiki layer](architecture/WIKI-LAYER.md)
130-
- [Full system architecture](architecture/FULL-SYSTEM-ARCHITECTURE.md)
131130

132131
### Reference
133132

134133
- [Build goal alignment](reference/build-goal-alignment.md)
134+
- [Data model](reference/data-model.md)
135+
- [Component map](reference/components.md)
135136
- [Multimodal open-source stack](reference/multimodal-open-source-stack.md)
136137
- [Search architecture](reference/search-architecture.md)
137138
- [Operations spec](reference/operations-spec.md)
139+
- [Agent hooks](reference/hooks.md)
140+
- [Session lifecycle](reference/session-lifecycle.md)
141+
- [Node template](reference/node-template.md)
138142
- [Vocabulary](reference/vocabulary.md)
139143

140-
## Legacy And Deep-Dive Docs
144+
### Concepts
141145

142-
Some older docs describe earlier architecture language and deeper research
143-
threads. Treat them as background unless a canonical doc links to them directly.
144-
The canonical docs above are the current product path.
146+
- [Signal theory](concepts/signal-theory.md)
147+
- [Failure modes](concepts/failure-modes.md)
148+
149+
## Documentation Rule
150+
151+
This docs tree is intentionally current-only. Historical strategy notes,
152+
private examples, and comparison research do not belong in the public product
153+
documentation path. If a document is not linked from this page, treat it as
154+
non-canonical until it is reviewed and added here.
145155

146156
## Verification
147157

@@ -156,4 +166,3 @@ Current expected result:
156166
```text
157167
126 probes, 126 ok, 0 warn, 0 fail
158168
```
159-

docs/architecture/00-overview.md

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)