Reimport skills from boxel-workspaces (removes edit-tracking convention)#96
Merged
jurgenwerk merged 1 commit intoJul 16, 2026
Merged
Conversation
Staging Workspace Sync SuccessfulSuccessfully synced changes to staging workspace Sync Details |
Full reimport via scripts/import-from-workspaces.mjs against the current boxel-workspaces source. Headline change is retiring the `.gts` edit-tracking convention — the line-1 `// ═══ [EDIT TRACKING: ON] Mark all changes with ⁿ ═══` banner, the sequential `// ⁿ` markers, and all prose/rules/checklists/examples that taught it — including removing the tracking Cardinal Rule and renumbering the remaining rules 1–13. Because this is a faithful reimport (not a scoped delta), it also carries the other content that had drifted ahead in boxel-workspaces since the last sync (boxel-environment references, integration-surfaces, and write-text-file/`.json` wording in source-code-editing / glossary / file-editing / boxel-create-instance). Verified: `import-from-workspaces.mjs --check` reports the checkout matches the source. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Hyod3e9qr2vwrN421Pjv4E
jurgenwerk
force-pushed
the
cs-12108-remove-change-tracking-comments-from-skills
branch
from
July 16, 2026 08:58
ea77ed8 to
055f0f1
Compare
habdelra
approved these changes
Jul 16, 2026
lukemelia
approved these changes
Jul 16, 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.
What
Full reimport of the skills from
boxel-workspacesviascripts/import-from-workspaces.mjs.import-from-workspaces.mjs --checkconfirms the checkout now matches the source.Headline change — retire the
.gtsedit-tracking convention// ═══ [EDIT TRACKING: ON] Mark all changes with ⁿ ═══, the sequential// ⁿmarkers (and<!-- ⁿ -->//* ⁿ */variants), and all prose/rules/checklists/examples that taught them.skills/boxel/SKILL.md— removed the edit-tracking Cardinal Rule and renumbered the remaining rules to a contiguous 1–13; updated everyCardinal Rule Ncross-reference to match.source-code-editing/SKILL.md— dropped the "Edit tracking" section.glossary.md/index.md— reframed "Read before writing" around SEARCH/REPLACE matching.Also included (reimport catch-up)
Because this is a faithful reimport rather than a scoped delta, it also carries the content that had drifted ahead in
boxel-workspacessince the last sync:boxel-environment/SKILL + references (calling-commands,card-tool-selection,host-commands-reference,source-code-editing,workflows-and-orchestration)boxel-patterns/references/integration-surfaces.mdwrite-text-file/.jsonwording insource-code-editing,glossary,file-editing,boxel-create-instanceSource PR: cardstack/boxel-workspaces#26
🤖 Generated with Claude Code