forked from Neptune/mirror.kickstart.nvim
-
v1.11.0 — Wiki Infrastructure & Standards
StableAll checks were successfulCI / validate-branch (push) Has been skippedCI / validate-release-pr (push) Has been skippedCI / json-check (push) Successful in 4sCI / lua-check (push) Successful in 7sCI / security (push) Successful in 4sCI / manifest (push) Successful in 4sPublish / detect-release (push) Successful in 5sPublish / tag (push) Successful in 6sPublish / promote-release (push) Successful in 1sCI / sast (push) Successful in 37sreleased this
2026-02-17 05:13:23 +00:00 | 389 commits to master since this releaseWiki Infrastructure & Standards
This release migrates 46 wiki pages from OpenProject to local markdown, establishes a 7-domain taxonomy, and introduces the wiki management skill for local-first authoring with bidirectional sync.
What's New
Wiki Migration (OP#752)
- Migrated 46 wiki pages from OpenProject to
docs/with YAML frontmatter - Organized into 7 domains: adr, architecture, research, process, guides, security, metrics
- Created domain index pages and root Map of Content
- Converted absolute OP wiki URLs to relative markdown paths
Wiki Skill (OP#753)
- New wiki management skill (
configs/claude/skills/wiki/SKILL.md) - Domain taxonomy reference with assignment rules
- Frontmatter specification with validation checklist
- Supports create, update, delete, move, and bulk operations
- Bidirectional sync to OpenProject wiki and git (independently configurable)
- Obsidian vault compatibility (standard markdown, relative links, YAML frontmatter)
Content Audit (OP#754)
- Audited all 46 pages across 7 domains
- Found 42 issues: 8 critical, 16 moderate, 18 minor
- Structured audit report at
docs/process/wiki-content-audit-report.md - Created v1.11.1 follow-up version with 7 work packages for fixes
Validation (OP#785)
- Verified migration completeness (47 content pages, 7 indexes, MOC)
- Fixed 35 structural broken links (slug-based → relative paths)
- Validated frontmatter, skill deployment, wiki config, file naming
- 13 remaining content-level broken links tracked in v1.11.1
Files Added
- 54 wiki pages in
docs/(47 content + 7 domain indexes) docs/index.md(Map of Content)docs/.wiki-config.yaml(sync configuration)configs/claude/skills/wiki/SKILL.mdconfigs/claude/skills/wiki/references/domain-taxonomy.mdconfigs/claude/skills/wiki/references/frontmatter-spec.md
Follow-Up
- v1.11.1 tracks 42 content issues from the audit (Epic #789, 7 child tasks)
Full Changelog: https://git.bros.ninja/mike/kickstart.nvim/compare/v1.10.0...v1.11.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Migrated 46 wiki pages from OpenProject to