Conversation
presets/ was a grab-bag — copyable tool-configs, agent-facing prose, and GitHub templates all mixed. Split by purpose: configs stay in presets/; the @-includable prose (code-standards, collaboration, agent-loop) -> agent-docs/; the ticket kit (ISSUE_TEMPLATE, ticket-schema) -> templates/. Updated README, setup-labels.sh, and the feature-driver design refs. foundry-init doesn't fetch these, so no scaffold change. First step of the foundry restructure. Interface (workflow inputs + six-verb contract) is unchanged, so not a semver break; consumers @-including by the old presets/ path update the path, jobbuddy vendors copies so is unaffected.
Owner
Author
|
Superseded — implementing the unified restructure (finer presets grouping + docs/ cleanup + workflow prefix) fresh on current main in one PR. |
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.
Restructure, step 1 of the sweep (presets split — the self-contained, low-collision part; workflow
_-prefix + theruleset-guardcomposite action follow separately).presets/was a grab-bag. Split by purpose:presets/— copyable tool-configs (habit-hooks, pmd, eslint, gitleaks, renovate) stay.agent-docs/— the @-includable prose:code-standards.md,collaboration.md,agent-loop.md.templates/— the ticket kit:ISSUE_TEMPLATE/agent-feature.yml,ticket-schema.md.Refs updated: README,
setup-labels.sh, feature-driver design.foundry-initdoesn't fetch these (they're @-included/referenced), so no scaffold change. Interface unchanged → not a semver break; jobbuddy vendors copies so is unaffected.feat/verb-tiers-wipeditsagent-loop.mdand the tooling branch editsjava.yml— those rebase onto this cleanly for agent-loop (a move) but the workflow-rename step (next) will need coordinating with the tooling branch'sjava.yml.