knowledge-base/scripts/test-fixtures/wiki-lint/clean-wiki/wiki/architecture/memory-system.md

40 lines
1.5 KiB
Markdown
Raw Normal View History

---
created: 2026-01-01
updated: 2026-01-01
sources: [blog/test-blog.md]
tags: [architecture, memory]
---
# Memory System
This is a long enough page to be considered non-stub content. It has multiple
lines, clear structure, and proper frontmatter. All cross-references should
work correctly. The page deliberately uses standard patterns so the lint
script can validate its behavior on a clean wiki.
## Background
Lore ipsum dolor sit amet. This section exists primarily to make the file
longer than thirty lines so that stub detection treats it as a full page
rather than a stub. The script counts lines, and the threshold is currently
set to thirty lines minimum. We add more lines here to be safe and explicit
about the intent of the test fixture.
## Architecture
The architecture section contains a cross-reference to another wiki page.
The reference is formatted as a normal markdown link using the relative
path convention: see [tools section](../tools/anthropic-claude.md) for
related context. If the link is correct, the lint script reports zero
broken references. We also reference a concept page in the same sentence
to make the fixture link-density realistic.
See [LLM Fusion](../concepts/llm/llm-fusion.md) for the related concept.
## Conclusion
This fixture is intentionally verbose so that the lint script returns
zero issues when run against it. The total line count is well above the
stub threshold. Frontmatter is present. Cross-references resolve. There
are no duplicate-topic clusters and no orphan pages in this fixture.