Add portable Density guidance source#13
Open
afar1 wants to merge 2 commits into
Open
Conversation
…e-guidance # Conflicts: # plugins/density/skills/data-health/SKILL.md # plugins/density/skills/density/SKILL.md # plugins/density/skills/setup/SKILL.md
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.
Summary
Density guidance now has a shared source that Codex packaging must mirror, so we can keep the polished Codex sibling-skill experience while preparing the guidance for future host adapters.
The packaged Codex skills still load from
plugins/density/skills/*/SKILL.md, but the canonical product text now also lives underplugins/density/guidance/. Packaging tests fail if the Codex skills or design contract drift from that shared source.This also folds in the current setup/data-health/wayfinding guidance we want to preserve: recent-first onboarding language, deterministic sync recovery rules, and live floorplan/socket behavior.
Validation
node --test plugins/density/test/plugin-packaging.test.mjsenv -u DENSITY_CLI_BIN node --test plugins/density/test/*.mjscurrently has one pre-existing failure in unstaged live-wayfinding fixture work:availableBuildingsreturns 2 buildings where the existing test expects 1.