chore: prune landing/ mirror + cruft + wow-moment doc fix#15
Merged
Conversation
- uxskill.egg-info/ was tracked despite *.egg-info/ already in .gitignore - dogfood-p6-2026-05-30/ was a stale one-off; the live dogfood proof lives in docs/dogfood/ and .ux/ No engine/test/site impact. First safe slice of a repo-prune review. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
landing/ (151 files) was a drifted, undeployed mirror of the deployed docs/ site (docs/ holds the CNAME). Removed the directory and stripped the docs->landing mirror logic from 14 build scripts; docs/ output is unchanged. Tracked files 1064 -> 906. Verified: no residual landing/ dir refs; all 14 scripts compile; suite 323 green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Field 10 says the model DERIVES a wow layer when the user does not supply
one, but the Hard Rules ('never proceed without the wow moment') and the
closing line ('can only come from the user, not from the model') still
asserted the opposite. Reconciled both to Field 10's current position.
Maintainability pass also verified (no change needed): the motion and
anti-pattern file pairs are intentionally distinct (anti-patterns.md
documents the split from anti-slop.md); counts are accurate (25 commands,
5 agents, 152 rules, 17 IDEs, 12 manifests); the '18 IDEs' figure is the
competitor's, correctly stated.
Co-Authored-By: Claude Opus 4.8 <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.
Repo hygiene pass. No engine behavior change.
uxskill.egg-info/build artifact (already in .gitignore); drop the staledogfood-p6-2026-05-30/dir.landing/(151 files): a drifted, undeployed mirror of the deployeddocs/site (docs/ holds the CNAME). Strip the docs->landing mirroring from 14 build scripts.docs/output is unchanged.discovery-protocol.md(Field 10 said the model derives it; Hard Rules + closing line still said "only from the user").Net: 1064 -> 906 tracked files. Tests: 323 green. De-mirror verified by running the site scripts end-to-end (they write only
docs/and do not recreatelanding/).Generated with Claude Code