Skip to content

chore: version packages#92

Merged
SutuSebastian merged 1 commit into
mainfrom
changeset-release/main
May 15, 2026
Merged

chore: version packages#92
SutuSebastian merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@stainless-code/codemap@0.7.3

Patch Changes

  • #91 82bca4b Thanks @SutuSebastian! - Slim the auto-generated <state-dir>/.gitignore header for consumer clarity:

    • Drop the internal function-name reference (ensureStateGitignore) — consumers can't look it up.
    • Drop the "Rule 9 analogue" / "bump alongside any new cache" line — it was guidance for codemap contributors, leaking into every consumer's checkout.
    • Reframe "blacklist" / parenthetical mention of tracked files in plainer language.

    Existing two-line header (# codemap-managed — edits will be overwritten by ensureStateGitignore. / # Blacklist of generated artifacts...) becomes:

    # Managed by codemap — overwritten on next run.
    # Generated artifacts only; user-authored config (config.*, recipes/) stays tracked.
    

    One-time rewrite on consumer side. The reconciler matches the canonical body via exact string comparison, so every consumer's next codemap run rewrites <state-dir>/.gitignore to the new shape (no entries change — only the comment lines). Harmless; the blacklist entries (index.db, index.db-shm, index.db-wal, audit-cache/) are unchanged.

@SutuSebastian SutuSebastian merged commit d0f450a into main May 15, 2026
@SutuSebastian SutuSebastian deleted the changeset-release/main branch May 15, 2026 18:43
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