docs(dx): daemon-lifecycle drift + fix docs:lint on main (mache-823d91, mache-89e322)#466
Merged
Merged
Conversation
…s:lint on main docs:lint requires covers-version + last-verified frontmatter on every top-level docs/*.md; this dated snapshot shipped without it and reddened the gate on main. Add minimal valid frontmatter (covers-version v0.8.0 to match ARCHITECTURE.md / latest CHANGELOG, last-verified = measurement date).
…` supervisor The keepalive supervisor shipped in v0.10.0 (#464): `mache init --global` installs a launchd LaunchAgent (macOS) or systemd --user unit (Linux) that starts + keepalives the shared HTTP daemon. GETTING-STARTED still told users it was unbuilt and "tracked in mache-823d91". Update the connection-refused gotcha to point at the shipped one-command fix.
There was a problem hiding this comment.
Pull request overview
Updates developer documentation to reflect the current daemon lifecycle/onboarding flow and to restore docs:lint green on main by ensuring required frontmatter exists.
Changes:
- Update the first-run “connection refused” guidance to point to the shipped
mache init --globalsupervisor-based fix (launchd/systemd user service). - Add minimal YAML frontmatter to
docs/smell-debt-baseline-2026-06-24.mdsotask docs:lintpasses.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| GETTING-STARTED.md | Refreshes onboarding troubleshooting to reference the global supervisor install as the recommended fix for the HTTP daemon lifecycle. |
| docs/smell-debt-baseline-2026-06-24.md | Adds required frontmatter (covers-version, last-verified, etc.) to satisfy docs lint rules. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…w nit) Copilot flagged "keepalives" as jargon/incorrect verb form in user-facing docs. Use the standard phrasing.
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.
DX docs-hygiene pass. Two independent doc defects, both green-gate now.
mache-89e322— docs:lint red on maindocs/smell-debt-baseline-2026-06-24.mdshipped without frontmatter, sotask docs:lintfailed onmain(missing frontmatter). Added minimal valid frontmatter (covers-version: v0.8.0to match ARCHITECTURE.md / latest CHANGELOG,last-verified= measurement date).docs:lintnow reports 0 fail, 0 warn.mache-823d91— stale claim on a shipped featureThe keepalive supervisor shipped in v0.10.0 (#464):
mache init --globalinstalls a launchd LaunchAgent (macOS) or systemd--userunit (Linux) that starts + keepalives the shared HTTP daemon (cmd/daemon_agent.go, wired atcmd/init.go:62, 5 passing tests). ButGETTING-STARTED.mdstill told users the connection-refused fix was unbuilt and "tracked in mache-823d91". Updated the #1 first-run gotcha to point at the shipped one-command fix.Not in scope
mache-823d91's second half — daemon-reliability hardening (stale~/.machestate, singleton-socket clobber; see ADR-0022 +mache-0a1ded) — is untouched here and stays open. This PR only closes the supervisor-doc gap.Verification
task docs:lint→ 0 fail, 0 warngo test ./cmd/ -run 'TestLaunchAgent|TestSystemd|TestDaemonAgent'→ ok