refactor: declutter root into docs/ + group presets/ by concern - #24
Merged
Merged
Conversation
Move narrative docs (OVERVIEW/DESIGN/FEATURES) + design specs (designs/) under docs/; root keeps README/LICENSE/CHANGELOG/CONTRACT + the release-please/commitlint/renovate configs. Group presets/ by concern: lint/ (eslint + pmd), security/ (gitleaks), tickets/ (ticket-schema + ISSUE_TEMPLATE), agent/ (agent-loop, code-standards, collaboration), baselines/ (flaky-baseline). habit-hooks/, arch/, prompt-eval/, renovate.json stay put. Consumer-invisible except foundry-init (gitleaks + pmd fetch paths updated); reusable workflows run in the caller's checkout, not foundry's presets. README + narrative-doc cross-links updated. FEATURES inventory table + minor text path-mentions: follow-up.
The typos check (lint-workflows) flagged it in the demo cast/svg + its source build-cast.mjs. Fixed all three so they stay consistent (the .cast/.svg are generated from the .mjs; hand-fixed here to match without regenerating the whole cast).
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.
Unified restructure — the layout half (the other session's plan; the workflow
_-prefix +ruleset-guardcomposite action follow in a second PR). Superseded my #22/#23 (closed).Root decluttered:
OVERVIEW/DESIGN/FEATURES+designs/→docs/. Root keepsREADME/LICENSE/CHANGELOG/CONTRACT+ the release-please/commitlint/renovate configs (tool-fixed).presets/grouped by concern:lint/(eslint + pmd) ·security/(gitleaks) ·tickets/(ticket-schema + ISSUE_TEMPLATE) ·agent/(agent-loop, code-standards, collaboration) ·baselines/(flaky-baseline).habit-hooks/,arch/,prompt-eval/,renovate.jsonunchanged.Safety: all of this is consumer-invisible — only
foundry-initpulls presets, and itsgitleaks/pmdfetch paths are updated in lockstep; reusable workflows run in the caller's checkout and don't touch foundry's presets. All moves viagit mv(history preserved). README + the narrative docs' cross-links relativized.Follow-ups (small, low-harm): FEATURES' inventory table + a few doc text path-mentions want an accuracy pass; then PR2 = workflow
_-prefix +tier0→_guards+ the composite action.