Restore files missing from the patch set: agent skills, .gitignore, CI workflow - #1
Merged
Merged
Conversation
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
⚙️ Control Options:
|
sumitshatwara
approved these changes
Sep 10, 2026
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
Compared every file in patches 12 and 15 against this repo (mapping the original
nm-ccm-migration/<pkg>/layout ontosrc/<pkg>/). Everything landed except three groups, which this PR restores, adapted to the root/srclayout and the anonymized naming already used here:.agents/skills/(all six):assess-form-corpus,convert-xdp-form,prepare-designer-handoff,review-rulebook-change,triage-designer-errors,validate-pdf-output. AGENTS.md, README and every playbook already reference them. Paths rewrittenfixtures/->src/fixtures/,decisions/->src/decisions/, etc.;NM_FIXTURE_ROOT->CCM_FIXTURE_ROOT(matchingsrc/tools); customer/partner names replaced as in the rest of the repo..gitignore:src/fixtures/raw/*(hard rule 6 assumed this was already ignored),import_logs/composition_logs*.json, plusout/, caches,*.egg-info/,.venv/..github/workflows/ccm-migration.yml: same verify job as the original (ruff check, rulebook/dictionary lint,pytest,tools.report, conditionaltools.pipelinewhenvars.CCM_FIXTURE_ROOTis set), without the subdirectoryworking-directory/path filters, plusruff format --check.The two
knowledge/nm-*.mdfiles from the patches exist here asknowledge/customer-*.md; not duplicated. Raw customer artifacts are not in the patches and are not added.Verified locally:
ruff check .,ruff format --check .,pytest -q(90 passed, 7 skipped without raw artifacts), rulebook/dictionary imports andtools.reportall succeed.Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/060b9626e9ad430186f22f341a34278b
Open in Devin Desktop: https://partner-workshops.devinenterprise.com/desktop/session/060b9626e9ad430186f22f341a34278b?variant=devin
Requested by: @sumitshatwara