Below you will find pages that utilize the taxonomy term “Kewang”
July 10, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/kewang/spek to version v1.6.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Hideable tree navigator (IntelliJ) — the Specs / Changes tree in the spek tool window can now be hidden from the tool window title bar or its gear (⋮) menu, giving the viewer the full tool window. The choice is remembered per project, and the split ratio is persisted too instead of resetting every time you reopen the project. While hidden, the tree no longer rebuilds on file changes; it refreshes when you bring it back. Thanks to @deniskrizanovic for reporting.
July 7, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/kewang/spek to version v1.4.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Live-reload now works inside devcontainers and WSL. On filesystems that don’t deliver native OS change events (9p / drvfs / NFS / CIFS / FUSE), spek automatically falls back to polling — so files created or edited after opening it are still detected. Detection is based on the watched path’s filesystem type and needs no configuration; an optional SPEK_WATCH_POLLING=on|off escape hatch exists only if you ever need to force it. Applies to the Web, VS Code, and IntelliJ live variants. Thanks to @nthansen (Norman Hansen) for contributing this feature.
July 4, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/kewang/spek to version v1.3.3.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Fix: the IntelliJ plugin now installs on IntelliJ Platform 2026.1 (build 261.x) and newer — the until-build upper bound (253.*) that caused “requires IDE build 253.* or earlier” has been removed, so the plugin tracks current and future IDE releases (#4) Update the published kewang/spek GitHub Action off the deprecated Node 20 runtime — bump actions/checkout to v7, actions/setup-node to v6, and actions/cache to v6; internal CI workflows and README examples updated to match (#7)