Attache Knowledge Base Foundation
Build an extensible Astro-based personal knowledge base foundation.
Next Actions
- Decide deployment target and publishing workflow.
- Add lightweight full-text search if content volume grows.
Goal
Establish a stable structure that supports many content types without reorganizing the repo each month.
Scope
- Typed metadata via Astro content collection.
- Entry browsing by kind and tag.
- Dynamic entry pages for all notes under
src/content/kb.
Decisions
- Keep source content as Markdown for portability.
- Use frontmatter fields for status, dates, and next actions.
- Keep taxonomy lightweight:
kind+tags.