Generated from Documentation/app-surface-catalog.json.
- Lane:
Notes / Knowledge - Label today:
Standalone Root + richer example surface - Entry path:
Templates/NotesKnowledgeApp/Package.swift - Extra route:
Examples/NotesKnowledgeExample - Product target:
Notes / Knowledge Base
- teams evaluating note and knowledge starter flows
- readers comparing productivity and PKM-oriented surfaces
- maintainers reviewing list and detail note patterns
- teams expecting a full PKM platform today
- readers who assume runtime screenshots and demo clips are already published
- teams that assume the hosted standalone iOS workflow is already green for this app pack
- notes list shell
- note detail surface
- tag or workspace routing
- search starter flow
- knowledge starter model
- standalone root package exists
- template-root README exists
Templates/NotesKnowledgeApp/Package.swiftexists- no external dependency lockfile is required today
- local generic iOS build proof is tracked via
xcodebuild -scheme NotesKnowledgeApp -destination 'generic/platform=iOS' build - the hosted standalone iOS proof workflow is active; check live GitHub status on
master - root repo
swift build -c releasepasses - root repo
swift testpasses Examples/NotesKnowledgeExampleinspection route exists
- runtime screenshot not yet published
- demo clip not yet published
- stable green hosted standalone iOS baseline should be checked on current
master
open Templates/NotesKnowledgeApp/Package.swift
open Examples/NotesKnowledgeExample/README.md
xcodebuild -scheme NotesKnowledgeApp -destination 'generic/platform=iOS' buildThen validate the root package:
swift build -c release
swift test