refactor(skills): migrate config/user.md to .apache-steward-overrides/user.md#45
Merged
Merged
Conversation
…d-overrides/user.md The framework adopted a snapshot+overrides architecture in PR apache#38. Under that design, per-user configuration (PMC status, local clone paths, optional tool backends) lives in the adopter repo, not in the framework. The security skills, however, still referenced the legacy config/user.md path from the pre-snapshot architecture. Changes: - Update 4 security skills (sync, import, fix, cve-allocate) to read from .apache-steward-overrides/user.md instead of config/user.md. - Add Step 9b to setup-steward/adopt.md to scaffold a user.md template during first-time adoption. - Update docs and tool adapters that referenced config/user.md: onboarding, prerequisites, gmail, ponymail, fix-workflow template. The fallback-interactive behaviour is preserved: when the file is missing, skills ask the user and offer to save the answer back. Fixes the structural gap where the framework docs described a config/ layer that was never created in the snapshot-based architecture. Signed-off-by: André Ahlert <andre@aex.partners>
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
Migrates the 4 security skills from the legacy
config/user.mdpath (pre-snapshot architecture) to.apache-steward-overrides/user.md, aligning with the snapshot+overrides adoption model introduced in #38.The
config/directory was never created in the framework repo under the new architecture, and the.gitignoreexplicitly states that per-user files live in the adopter repo. This PR closes the gap between the architectural intention and the skill implementation.Changes
.apache-steward-overrides/user.mdinstead ofconfig/user.mduser.mdtemplate during first-time adoptionTest plan
prek run --all-filespasses (check-placeholders + markdownlint)