• v1.0 49e01dc4c8

    Gravity Bot released this 2026-02-15 19:26:15 +00:00 | 487 commits to master since this release

    Establishes Gravity as a lightweight IaC system for developer environments.

    Changes

    Migrate Claude skills into Gravity-managed configs (PR #3)

    All 5 Claude skills (openproject, npm-release, refinement, testing, Writing) moved into configs/claude/skills/ with manifest entries so Gravity can sync them to ~/.claude/skills/. Base settings.json and format hook also added to managed configs.

    Fix hardcoded home path for portability (PR #4)

    Replaced /home/dockyard/ with $HOME in Claude settings so configs work on any Gravity-managed machine.

    Rewrite README as Gravity identity (PR #5)

    Reframes the repo from "kickstart.nvim fork" to Gravity — documenting the manifest system, Claude skill distribution, architecture overview, and quick start guide.

    OpenProject References

    • OP#408 — Migrate Claude skills and settings
    • OP#409 — Update README
    • OP#411 — Migrate skills into repo tree
    • OP#412 — Add settings and format hook
    Downloads