Skip to content

Develop#6

Merged
orioltf merged 18 commits intomainfrom
develop
Apr 30, 2026
Merged

Develop#6
orioltf merged 18 commits intomainfrom
develop

Conversation

@orioltf
Copy link
Copy Markdown
Member

@orioltf orioltf commented Apr 30, 2026

No description provided.

orioltf and others added 18 commits April 30, 2026 23:37
…ns according to Anthropic guidelines

- Updated marketplace.json files for auto-format, confluence-publish, and pr-review plugins to include detailed descriptions, owner information, and keywords.
- Modified README.md files to reflect new installation commands and plugin names.
- Added command documentation for the pr-review plugin.
…o remove version reference in pr-review command
Package was renamed from confluence-publish to unic-confluence but
pnpm-lock.yaml was not regenerated, causing frozen-lockfile CI failures.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Hardcoded /tmp paths fail on Windows (no /tmp directory). Replaced with
mkdtempSync(path.join(os.tmpdir(), ...)) which works cross-platform, and
switched from unlinkSync to rmSync({recursive}) for cleaner temp dir removal.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
On Windows, bare absolute paths (D:\...) are not valid ESM specifiers.
Node's ESM loader requires file:// URLs for local paths. Using
pathToFileURL().href ensures the import URL is valid on all platforms.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@orioltf orioltf merged commit f86dee9 into main Apr 30, 2026
29 checks passed
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