Skip to content

fix: remove merge conflict artifacts from meta SKILL.md files#34

Merged
KyleAMathews merged 3 commits intomainfrom
fix/resolve-merge-conflicts
Mar 5, 2026
Merged

fix: remove merge conflict artifacts from meta SKILL.md files#34
KyleAMathews merged 3 commits intomainfrom
fix/resolve-merge-conflicts

Conversation

@KyleAMathews
Copy link
Collaborator

Summary

  • Removed merge conflict markers and duplicate content left behind in all three meta skill files (domain-discovery, generate-skill, tree-generator)
  • Kept the HEAD (intent) versions, removed the stale playbooks duplicates
  • ~2,156 lines of duplicate/conflict content removed

Test plan

  • Verified no merge conflict markers (<<<<<<<, =======, >>>>>>>) remain in the repo
  • Verified no references to "playbooks" remain
  • Confirmed each file retains the correct intent content

🤖 Generated with Claude Code

The previous merge left conflict markers in all three meta skill files
(domain-discovery, generate-skill, tree-generator). Resolved by keeping
the HEAD (intent) versions and removing the duplicate playbooks content.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 5, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@tanstack/intent@34

commit: 0c9f2e7

The merge in f25814d corrupted the YAML frontmatter and left conflict
markers in all three meta skill files. Restores them from 5e10815
(the last clean version) with proper indentation and frontmatter delimiters.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@KyleAMathews KyleAMathews force-pushed the fix/resolve-merge-conflicts branch from d1ed3d7 to 32e75c7 Compare March 5, 2026 21:26
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@KyleAMathews KyleAMathews merged commit f21ccc9 into main Mar 5, 2026
4 checks passed
KyleAMathews added a commit that referenced this pull request Mar 5, 2026
…lls/_artifacts in monorepos

Restore content accidentally removed in PR #34's merge conflict resolution:
- Hard rules section enforcing mandatory interactive interviews
- STOP gates after Phase 1c, 2e, 3i
- Interactive phase headings and preambles for Phases 2 and 4
- Expanded rules for Phases 2 and 4 (open-ended questions, wait for response)
- Monorepo cross-package question in Phase 2a
- Phase 3 docs file listing preamble
- packages field in domain_map.yaml schema
- Additional constraints table rows (interview interactivity, STOP gates, etc.)
- Cross-model compatibility notes about STOP gates and hard rules

Also fix !skills/_artifacts to only be added in non-monorepo packages,
since in monorepos _artifacts lives at repo root.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
LadyBluenotes pushed a commit that referenced this pull request Mar 5, 2026
* feat: split setup into focused commands and improve meta skills

Replace `intent setup` with three focused commands:
- `intent add-library-bin` — generates the bin/intent bridge file
- `intent edit-package-json` — wires package.json for skill publishing
- `intent setup-github-actions` — copies CI workflow templates

Improve meta skill SKILL.md files based on real scaffolding feedback:
- Soften lightweight path threshold and narrative guide reading
- Add companion library and experimental features questions
- Add YAML validation step in domain discovery
- Add subagent guidance and review cadence preference in generate-skill
- Replace inline feedback sections with pointer to feedback-collection
- Update tree-generator to reference edit-package-json command

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* chore: add changeset

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* ci: apply automated fixes

* fix: resolve TS2532 in indentMatch optional group access

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: restore hard rules and STOP gates in domain-discovery, skip !skills/_artifacts in monorepos

Restore content accidentally removed in PR #34's merge conflict resolution:
- Hard rules section enforcing mandatory interactive interviews
- STOP gates after Phase 1c, 2e, 3i
- Interactive phase headings and preambles for Phases 2 and 4
- Expanded rules for Phases 2 and 4 (open-ended questions, wait for response)
- Monorepo cross-package question in Phase 2a
- Phase 3 docs file listing preamble
- packages field in domain_map.yaml schema
- Additional constraints table rows (interview interactivity, STOP gates, etc.)
- Cross-model compatibility notes about STOP gates and hard rules

Also fix !skills/_artifacts to only be added in non-monorepo packages,
since in monorepos _artifacts lives at repo root.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* ci: apply automated fixes

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant