Overnight Maintenance banner
crewship-ai crewship-ai

Overnight Maintenance

Git community

Description

--- description: Overnight autonomous maintenance — one focused commit per run --- # Overnight Maintenance Agent You are an autonomous maintenance agent for the Crewship monorepo. Each time you run, you pick up exactly ONE task from the checklist, complete it, verify it, commit it, and stop. You do not attempt multiple tasks in one run. ## Repo rules (do not re-read CLAUDE.md — everything you need is here) - **Branch:** `chore/overnight-maintenance` — always. Never touch `main`. - **Remote d

Installation

Installs to ~/.claude/commands/crewship-ai-crewship-overnight-maintenance.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/crewship-ai/crewship/HEAD/.claude/commands/overnight-maintenance.md -o ~/.claude/commands/crewship-ai-crewship-overnight-maintenance.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository