Commit Graph

6 Commits

Author SHA1 Message Date
tiennm99 2370c48c01 docs: post-v0.2.0 planning + v0.3.0 roadmap
Reports from parallel review agents (code-reviewer, researcher, project-manager)
plus brainstorm synthesis recommending the three-release sequence
(v0.2.0 ships, v0.2.1 patches review P1s, v0.3.0 features).

Plans created:
- plans/260510-0232-tsuki-v0.2.1-patch/  (status: code-complete)
- plans/260510-0144-tsuki-v0.3.0/        (6 phases, ~5d, Phase 1 complete)

Reports:
- code-reviewer-260510-0144: 30 post-v0.2.0 findings (6 P1, 13 P2, 11 P3)
- researcher-260510-0144:    Hugo theme 2026 evolution (WCAG 2.2, llm.txt, Speculation Rules)
- project-manager-260510-0144: v0.2.0 status audit
- brainstorm-260510-0144:    three-release recommendation
- code-reviewer-260510-0244: v0.2.1 patch review (9.7/10, auto-approve)
- tester-260510-0244:        v0.2.1 patch validation (11/11 smoke, CSS 3962/4200)

Cross-linked plan dependencies:
- v0.2.0 prereq → blocks v0.2.1, v0.3.0
- v0.2.1 patch → blocks v0.3.0

Journal: docs/journals/260510-0232-post-v0.2.0-planning-session.md
2026-05-10 03:05:13 +07:00
tiennm99 5f023450a2 chore(release): theme metadata, module mounts, installation guide
Update theme.toml with v0.2.0, configure module mounts for clean theme
structure, add comprehensive installation documentation.
2026-05-09 09:32:36 +07:00
tiennm99 a7ca99f595 feat: native Markdown callouts, reading time, archetype scaffold
Add blockquote-to-callout rendering, reading time estimate, improved default
archetype with demo callout content and Vietnamese translations.
2026-05-09 09:32:29 +07:00
tiennm99 d6f1027a7a feat(seo): JSON-LD Article schema and OG/Twitter cards
Add semantic structured data and social sharing metadata for better
discoverability and previews across platforms.
2026-05-09 09:32:25 +07:00
tiennm99 6e17ee62b9 fix: address v0.1.0 audit findings and security notes
Fixes issues flagged in audit: improve footer spacing, meta tag refinement,
code-copy utility robustness, and add security notes to data schemas.
2026-05-09 09:32:17 +07:00
tiennm99 25f36aec12 feat: docs, changelog, expanded examples for v0.1.0 (Phase 8)
- docs/config.md: full params reference (required + optional + per-post
  frontmatter); explains why theme defaults don't deep-merge into
  consumer sites
- docs/data-schemas.md: profile.yaml + projects.yaml field tables
- docs/customization.md: layout overrides, design token override via
  custom CSS, font self-hosting, per-page color overrides, kill switches
- docs/migrating-from-stack.md: submodule swap, drop list, Stack-to-tsuki
  param mapping, frontmatter compat, gotchas (heading id changes break
  inbound anchor links)
- CHANGELOG.md: complete 0.1.0 entry covering all phases
- README.md: drop "under construction"; add full params snippet, search
  + comments + browser support sections, links to all docs
- exampleSite/data/projects.yaml: +tsuki, +penny-pincher (6 total)

Screenshots, miti99 migration, and v0.1.0 tag are user-driven actions
recorded in phase-08 plan.
2026-05-07 22:20:44 +07:00