• v1.11.0 a54ebcbca8

    v1.11.0 — Wiki Infrastructure & Standards
    All checks were successful
    CI / validate-branch (push) Has been skipped
    CI / validate-release-pr (push) Has been skipped
    CI / json-check (push) Successful in 4s
    CI / lua-check (push) Successful in 7s
    CI / security (push) Successful in 4s
    CI / manifest (push) Successful in 4s
    Publish / detect-release (push) Successful in 5s
    Publish / tag (push) Successful in 6s
    Publish / promote-release (push) Successful in 1s
    CI / sast (push) Successful in 37s
    Stable

    Gravity Bot released this 2026-02-17 05:13:23 +00:00 | 389 commits to master since this release

    Wiki 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.md
    • configs/claude/skills/wiki/references/domain-taxonomy.md
    • configs/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