docs: phased single-founder production-readiness plan - #3
Merged
Conversation
Five phases from licensing baseline to automated maintenance: license + requirements, CI safety net with macOS portability, versioned releases, installer self-diagnosis (--verify/--dry-run/ prune), and dependabot-driven submodule bumps. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014xQJ2a7n3KXhouygPtCK5Z
… + maintenance scaffolding Implements phases 0-4 of docs/production-readiness.md: - MIT LICENSE; README requirements, pinned-tag install, upgrading, support posture and licensing sections - install.sh: bash 3.2 / stock macOS compatible (drop declare -A and readlink -f); new --verify, --dry-run; stale-link pruning on install; uninstall now sweeps every owned link, not just known names - tests/smoke.sh: end-to-end installer test (idempotency, ownership guarantee, prune, verify, dry-run, uninstall) in a throwaway repo - CI: shellcheck + syntax, alias-symlink and frontmatter integrity, smoke test on ubuntu + macos (incl. /bin/bash 3.2), changelog gate - Dependabot (gitsubmodule + github-actions, monthly); bug-report issue template asking for --verify output - CLAUDE.md: release ritual (semver, tag from changelog) and submodule bump policy; plan doc updated with remaining manual GitHub-side steps (cut v0.1.0, enable branch protection) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014xQJ2a7n3KXhouygPtCK5Z
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Five phases from licensing baseline to automated maintenance:
license + requirements, CI safety net with macOS portability,
versioned releases, installer self-diagnosis (--verify/--dry-run/
prune), and dependabot-driven submodule bumps.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_014xQJ2a7n3KXhouygPtCK5Z