docs(here-now): add House Rules — authenticated publish by default, edit in place to keep the URL#1414
Conversation
…dit in place to keep the URL
Greptile SummaryThis docs-only PR adds a House Rules section to
Confidence Score: 3/5The House Rules section itself is clear and useful, but the unchanged anonymous-publish recipe in the same file now gives agents directly contradictory instructions about when to use --anon. The new House Rules section correctly establishes authenticated-first publish as the default, but the pre-existing Publish a folder and keep it permanently recipe still shows the --anon + claim-dance flow without any qualifier that it applies only when anonymous publish is explicitly requested. An agent reading both sections encounters conflicting directives — the House Rule says never use --anon by default, while the recipe demonstrates exactly that pattern. The recipe should be updated or annotated before this merges to avoid confusing agents. library/cloud/here-now/SKILL.md — the Recipes section needs the anonymous-publish recipe reconciled with the new House Rule #1. Important Files Changed
|
Adds a short House Rules block to the
here-nowSKILL.md, capturing two defaults that came out of real agent usage:--anon+ the claim dance.publish update-site <slug>rather than re-runningpublish diror delete+recreate. Both of the latter mint a new slug, and since deleted slugs are permanently reserved, the original URL is lost.The second one bit us in practice: an "update" via
publish dir --slug <existing>silently produced a new site, and trying to reclaim the old slug by deleting + recreating failed (slug reserved), churning the public URL twice. The note steers agents toupdate-siteso the shared link stays stable.Docs-only change to the source
library/cloud/here-now/SKILL.md; the generated skill mirrors regenerate post-merge. No code changes.