publish-new-version

Solid

Use when the maintainer wants to publish / ship a new PUBLIC version of Personal Jarvis to GitHub — the periodic (~biweekly) release of the current folder state to the one public repo. Triggers: "veröffentliche eine neue Version", "neue Jarvis-Version raus", "mach ein Release", "push nach GitHub", "publish the new version", "cut a release", "neue Public-Version". NOT for untangling git chaos (use git-rescue) and NOT a quick local-only commit.

AI & Automation 30 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
50
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Publish a New Public Version ## Overview One public repo, infrequent releases. This is the maintainer's **single entry point** to put the CURRENT folder state — **all features, none of the personal data** ��� onto the public GitHub repo as a clean, versioned update, and to **prove it actually landed**. It does NOT reimplement the privacy machinery; it runs the quality checks the maintainer cares about, then drives the local `security-github` skill (the depersonalized public-release privacy gate), then verifies. ## Context you must hold (the mental model) - **There is ONE project repo: the public flagship** `github.com/PersonalJarvis/PersonalJarvis`. The lowercase `personal-jarvis` (`origin`) is a silent private backup only — never the deliverable. - The local working tree **mixes shippable code with the maintainer's personal data** (config, API keys, Wiki/Vault, real name, `C:\Users\...` paths, machine ids). Personal data must **NEVER** reach the public repo — its history is world-readable forever. - Releases are **infrequent** (≈ every 2 weeks). Each one is a **complete snapshot since the last release**, not continuous pushing. The downloader gets the maintainer's whole folder minus the personal parts. ## Process — run in order; STOP on any failure ### 1. Pre-flight quality gate (what downloaders get must actually work) Verify each, **with evidence**, before anything is shipped: - **Completeness** — no half-built features in what ships. Scan the diff since ...

Details

Author
PersonalJarvis
Repository
PersonalJarvis/PersonalJarvis
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category