v1.3.0 — Public release
Repo is now public. First release where the install command actually works for everyone:
```bash
curl -fsSL https://raw.githubusercontent.com/noluyorAbi/autonomous-agent-nightshift/main/bin/install.sh | bash
```
Pre-public sanitization
Final sweep before flipping visibility from private to public.
Removed:
- `examples/todo-design-nightshift.md` — 50-task design overhaul for a real soccer-club client. Contained location/founding-year/postal-code identifiers that couldn't be sanitized while preserving the realism that made it useful. Synthetic `todo-simple-example.md` + `bulletproof-steps-example.md` cover the template need without leakage risk.
Sanitized:
- `examples/qa-checklist-saas.md:97` — "BMW" reference → generic phrasing
- `examples/bulletproof-summary.log` — internal repo URL ×3, branch name ×4 → generic placeholders
- `examples/README.md` — restructured for removed entry
Fixed:
- README `/plugin install` block now shows correct `marketplace add` flow (was implying first-party marketplace presence that didn't exist)
- Dead "Claude Code Skill" badge URL → working docs link
- Added CI status + release version badges
- `install.sh` post-install hint lists all 6 slash commands (was 4)
Verified end-to-end:
- Raw URL reachable anonymously: 200 OK
- `curl ... | bash` against the public URL: clones into `~/.claude/skills/autonomous-agent-nightshift/`, idempotent re-pull works, SKILL.md frontmatter present, all 6 slash commands installed.
What's in the box (v1.3.0)
- 1 skill with NOT-for clause to prevent over-triggering
- 6 slash commands: /nightshift-setup, /nightshift-status, /nightshift-review, /nightshift-resume, /nightshift-debug, /nightshift-bulletproof
- 4 scripts: classic runner, bulletproof PR runner, start/stop wrapper, recursive test loop
- 4 templates: todo, codebase-context, QA checklist, tuning presets
- 4 examples: 2 synthetic (todo + bulletproof steps) + 2 real sanitized (SaaS checklist + 100-step run log)
- 8 docs: master playbook, bulletproof mode, Chrome MCP, QA checklist guide, failure modes, test loop, cost-and-safety, FAQ
- Community: CONTRIBUTING, SECURITY, CHANGELOG, ISSUE/PR templates, .editorconfig, LICENSE (MIT), CI
What's still not done (acknowledged)
- Docker-based fresh-machine install test (only local file:// + curl-from-public verified — clean container test not run)
- Asciinema/GIF hero demo
- Real-world validation run on a foreign OSS project
- Anthropic marketplace listing (custom-marketplace flow works today)
- Branch protection on main (recommended but not configured)
These are nice-to-haves. Repo is production-ready for v1.x as a copy-and-adapt resource.