649 B
649 B
FINDINGS.md -- go-help
2026-02-19: Split from core/go (Virgil)
Origin
Extracted from forge.lthn.ai/core/go pkg/help/ on 19 Feb 2026.
Architecture
Topicstruct with title, body, tags, related topicsSectiongroups topics under a headingFrontmatterfor YAML metadata in topic filesCatalogloads topics from YAML files on diskSearchprovides keyword search across topics with scoring:- Title match: +10
- Section match: +5
- Partial/body match: +0.5
Dependencies
- Pure Go, only external dependency is
gopkg.in/yaml.v3
Tests
- 2 test files covering catalog loading and search behaviour