Goal
Validate that the current project-standards MVP can produce a safe, reviewable adoption plan for one real public repository without forcing dependency-automation or stack-specific migrations.
Background
project-standards currently ships an MVP centered on file planning, diffing, and safe apply flows.
- The repository README already suggests a slice-oriented workflow such as
apply ... --include quality --dry-run, which makes a narrow first pilot possible.
Jabelic-Works/i18n-at is a public TypeScript pnpm monorepo on main, making it a strong candidate for a first real-world validation.
i18n-at already has dependency automation and an open dependency-maintenance issue (Jabelic-Works/i18n-at#78), so the first pilot should avoid turning into a Renovate-vs-Dependabot migration.
Scope
- Run
diff and dry-run apply from project-standards against Jabelic-Works/i18n-at.
- Prefer the smallest non-dependency slice available, such as
quality, if supported by the current preset layout.
- Review the proposed additions for managed docs, editor files, and quality-related config files.
- Record which changes are clearly safe, which require manual follow-up, and which reveal product gaps in
project-standards.
Out of Scope
- Rolling out the full base preset to
i18n-at in one PR.
- Replacing
Dependabot with Renovate in this issue.
- Automatically mutating target-repo dependencies or scripts unless that behavior is already explicitly supported and remains small.
- Solving every stack-specific integration gap for all repository types.
Acceptance Criteria
- A reproducible pilot target and command path are documented.
- The
diff and/or --dry-run result for i18n-at is reviewed and summarized.
- Any unsafe or unclear output is converted into clearly named follow-up issues instead of being absorbed into this issue.
- The pilot concludes whether the current MVP is ready for one small adoption PR or needs one small blocker issue first.
PR Plan
- 1 issue = 1 PR.
- Keep the PR focused on the pilot workflow, its findings, and only the minimal
project-standards changes needed to make that pilot safe and reviewable.
- If the pilot exposes a larger product gap, open a follow-up issue rather than expanding this PR.
Proposed Plan
- Confirm the smallest usable preset slice for a first pilot, ideally one that avoids dependency automation.
- Run
diff and dry-run apply against Jabelic-Works/i18n-at.
- Classify the output into safe additions, expected manual follow-up, and blockers.
- Make only the minimal
project-standards adjustments required to support a clean pilot.
- Document the pilot result and the next recommended issue.
Notes
- Suggested label:
enhancement.
- If the preset cannot be scoped away from dependency automation, split that blocker into a separate issue before attempting adoption.
Goal
Validate that the current
project-standardsMVP can produce a safe, reviewable adoption plan for one real public repository without forcing dependency-automation or stack-specific migrations.Background
project-standardscurrently ships an MVP centered on file planning, diffing, and safe apply flows.apply ... --include quality --dry-run, which makes a narrow first pilot possible.Jabelic-Works/i18n-atis a public TypeScript pnpm monorepo onmain, making it a strong candidate for a first real-world validation.i18n-atalready has dependency automation and an open dependency-maintenance issue (Jabelic-Works/i18n-at#78), so the first pilot should avoid turning into a Renovate-vs-Dependabot migration.Scope
diffand dry-runapplyfromproject-standardsagainstJabelic-Works/i18n-at.quality, if supported by the current preset layout.project-standards.Out of Scope
i18n-atin one PR.DependabotwithRenovatein this issue.Acceptance Criteria
diffand/or--dry-runresult fori18n-atis reviewed and summarized.PR Plan
project-standardschanges needed to make that pilot safe and reviewable.Proposed Plan
diffand dry-runapplyagainstJabelic-Works/i18n-at.project-standardsadjustments required to support a clean pilot.Notes
enhancement.