docs: packaging workspace tooling and registry-hosting chapter#84
Open
MattDHill wants to merge 2 commits into
Open
docs: packaging workspace tooling and registry-hosting chapter#84MattDHill wants to merge 2 commits into
MattDHill wants to merge 2 commits into
Conversation
Packaging guide: - New Development Workflow page covering the disciplines that apply to every task. - New packaging AGENTS.md (always-on agent context for a packaging workspace) and a barebones package-template/ scaffold (one daemon, no interface, example-* placeholder ids); drop the old SAMPLE-CLAUDE.txt. - Rework Environment Setup around `start-cli s9pk init-workspace`; update README/quick-start/project-structure to the new workspace flow. - versions.md: guidance on sizing release notes to the change. Hosting a Registry (new chapter): - Overview, Setup, and Administration pages for running the startos-registry service. - publishing.md links to the chapter; add the registry section to the start-os cli-reference that Administration links to. start-os guide: - Tighten initial-setup and trust-ca wording. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Webhooks were dropped from the registry, so remove the corresponding docs: the Administration Webhooks section, the start-cli registry webhook command reference, and the passing references in the hosting chapter overview and publishing page. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Omnibus update to the docs site, spanning three themes.
Packaging workspace + AI-agent tooling
workflow.md) — the disciplines that apply to every packaging task, added to the sidebar and the guide's Getting Started list.packaging/AGENTS.md— always-on agent context for a StartOS packaging workspace (layout, local-first guide navigation, golden rules).package-template/scaffold — a barebonesstart-cli s9pk init-packageclone: one daemon, no interface, no health check, runtime i18n trimmed to what's used, andexample-*placeholder ids that signal "rename me." Replaces the oldSAMPLE-CLAUDE.txt.start-cli s9pk init-workspace;README.md,quick-start.md, andproject-structure.mdupdated to the new workspace flow.Hosting a Registry (new chapter)
startos-registryservice.publishing.mdnow links to the chapter instead of inlining the steps.start-os/cli-reference.md, which Administration links to.Misc fixes
versions.md: guidance on sizing release notes to the change (one line vs. bullets vs. headered sections).start-os: tightenedinitial-setup.mdandtrust-ca.mdwording.