Skip to content

docs(runbooks): add repository bootstrap guide#435

Merged
ss-o merged 1 commit into
mainfrom
feature-414-new-repository-runbook
Jun 1, 2026
Merged

docs(runbooks): add repository bootstrap guide#435
ss-o merged 1 commit into
mainfrom
feature-414-new-repository-runbook

Conversation

@ss-o
Copy link
Copy Markdown
Member

@ss-o ss-o commented Jun 1, 2026

Summary

  • add a canonical new-repository bootstrap runbook for plugins, annexes, and compiled modules
  • document the common repository envelope, workflow templates, verification, and tracker setup
  • keep generic AI orchestration centralized and defer generated template repositories until repeated use proves a stable scaffold
  • link the runbook from AGENTS.md

Verification

  • git diff --cached --check

Closes #414.

@ss-o ss-o marked this pull request as ready for review June 1, 2026 07:21
@ss-o ss-o requested a review from a team as a code owner June 1, 2026 07:21
Copilot AI review requested due to automatic review settings June 1, 2026 07:21
@ss-o ss-o merged commit 2f42fb3 into main Jun 1, 2026
4 checks passed
@ss-o ss-o deleted the feature-414-new-repository-runbook branch June 1, 2026 07:22
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a canonical runbook for bootstrapping new z-shell repositories (plugins, annexes, and compiled modules) to reduce ad-hoc scaffolding and keep org-wide policy centralized, and wires it into the main agent guidance index.

Changes:

  • Introduces runbooks/new-repository.md describing classification, repo envelope, artifact layout, CI template adoption, and pre-publication verification.
  • Documents guidance on keeping generic AI orchestration and templates centralized until proven reusable.
  • Links the new runbook from AGENTS.md in both the “Draft-only workflows” list and “See also”.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
runbooks/new-repository.md New bootstrap runbook covering repo classification, scaffolding, CI templates, and verification steps.
AGENTS.md Adds references to the new bootstrap runbook in the runbook index/see-also sections.

Comment on lines +60 to +62
Follow the entry-point, `ZERO`, `Plugins`, guarded `fpath`, and unload patterns
in `PATTERNS.md` and the Z-Shell Plugin Standard. The unload function must
reverse plugin-owned side effects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add new-repository bootstrap runbook and templates

2 participants