@enfocussw/switch-scripting-context 25.11.0-beta.11 → 25.11.0-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ All notable changes to this package are documented here. Format follows
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [25.11.0-beta.12] - 2026-09-08
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- `README.md` — linked the two `CHANGELOG.md` mentions to the jsdelivr-served copy of the file
|
|
12
|
+
instead of leaving them as unlinked plain text. A relative link would have npm rewrite it to a
|
|
13
|
+
GitHub blob URL that 404s on npmjs.com, since the source repo is private; jsdelivr serves the file
|
|
14
|
+
straight from the published tarball regardless of repo visibility.
|
|
15
|
+
|
|
8
16
|
## [25.11.0-beta.11] - 2026-09-08
|
|
9
17
|
|
|
10
18
|
### Added
|
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ AI coding assistant context for [Enfocus Switch](https://www.enfocus.com/en/swit
|
|
|
4
4
|
|
|
5
5
|
Installs curated API reference docs and generates config files for 8 AI coding agents (Claude Code, GitHub Copilot, Cursor, Codex CLI/OpenCode, Gemini CLI, Windsurf, Zed, and Cline) so AI assistants understand the Switch scripting API out of the box.
|
|
6
6
|
|
|
7
|
-
See CHANGELOG.md (included in this package) for what's changed between versions.
|
|
7
|
+
See [CHANGELOG.md](https://cdn.jsdelivr.net/npm/@enfocussw/switch-scripting-context/CHANGELOG.md) (also included in this package) for what's changed between versions.
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
@@ -84,7 +84,7 @@ A few things this gets you without asking for them by name:
|
|
|
84
84
|
properties (app path/license) are off-limits and left to SwitchScripter's GUI instead.
|
|
85
85
|
|
|
86
86
|
Re-run `init` after upgrading this package so the copied docs and generated config files catch up —
|
|
87
|
-
see CHANGELOG.md for what changed.
|
|
87
|
+
see [CHANGELOG.md](https://cdn.jsdelivr.net/npm/@enfocussw/switch-scripting-context/CHANGELOG.md) for what changed.
|
|
88
88
|
|
|
89
89
|
## Options
|
|
90
90
|
|
package/package.json
CHANGED