Below you will find pages that utilize the taxonomy term “Spekhq”
July 23, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/spekhq/spek to version v1.9.1.
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.
Action Summary The spek GitHub Action provides a lightweight, read-only viewer for OpenSpec content, offering structured browsing with BDD syntax highlighting, task progress tracking, and full-text search. It automates the process of displaying and managing specs, changes, and tasks in a single interface, making it easier to collaborate and understand complex projects.
July 21, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/spekhq/spek to version v1.9.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.
Action Summary Summary: spek is a lightweight, read-only viewer for OpenSpec content that provides a structured browsing interface with features such as BDD syntax highlighting, task progress tracking, and full-text search. It allows users to view specs, changes, and tasks in one place, aggregating worktrees of a repository into a single view for better visibility.
July 19, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/spekhq/spek to version v1.8.3.
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.
Action Summary Spek is a lightweight read-only viewer for OpenSpec content that automates tasks such as browsing specs, changes, and tasks with structure. It solves problems related to managing parallel worktrees in AI-agent environments by aggregating all in-flight changes into one view, providing full-text search capabilities, and offering a responsive layout across various screen sizes.
July 16, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/spekhq/spek to version v1.8.2.
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.
Action Summary spek is a lightweight read-only viewer for OpenSpec content that provides structured browsing with BDD syntax highlighting, task progress tracking, and full-text search. It allows developers to navigate through specs, changes, and tasks in a local directory without server deployment or data leaving their machine. The action automates the process of aggregating git worktrees into one view, enabling seamless access to all in-flight changes across multiple branches and worktrees.
July 16, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/spekhq/spek to version v1.8.1.
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.
Action Summary Spek is a lightweight read-only viewer that transforms local OpenSpec directories into an interactive, structured interface. It provides features like dashboard overview, spec browsing, change management, Git worktree aggregation, timeline visualization, BDD syntax highlighting, task progress tracking, and full-text search. The tool is available in various forms including web apps, VS Code extensions, and IntelliJ plugins, all designed for read-only access to OpenSpec content without server deployment or authentication.
July 14, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/spekhq/spek to version v1.8.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.
Action Summary Spek is a lightweight, read-only viewer for OpenSpec content. It provides structured browsing with BDD syntax highlighting, task progress tracking, and full-text search capabilities. The action automates the process of viewing specs, changes, and tasks in an organized manner using OpenSpec data.
July 13, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/spekhq/spek to version v1.7.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.
Action Summary Spek is a lightweight, read-only viewer designed to explore OpenSpec content. It provides structured browsing with BDD syntax highlighting, task progress tracking, and full-text search capabilities. spek turns your local OpenSpec directory into an accessible interface, enabling users to browse specs, changes, and tasks in a hierarchical manner. The action automates the process of aggregating multiple git worktrees into one view, offering a comprehensive overview of project changes and tasks.
July 13, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/spekhq/spek to version v1.6.1.
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 TOC navigation lands on the section you clicked — clicking a table-of-contents entry, or opening a #hash deep link, on a Change or Spec detail page no longer scrolls the target heading behind the sticky header, which made it look like the click had jumped one section too far. The offset is now measured from the header that is actually rendered instead of an assumed 80px, and the entry you clicked is the one the TOC highlights. Schema badge under worktree aggregation — when changes are aggregated across worktrees, each change’s schema is now compared against the default schema of the worktree it actually lives in, rather than the main worktree’s. A change that uses its own worktree’s default no longer shows a badge, and the list and detail views agree on this. Scanning also reads each worktree’s openspec/config.yaml once instead of once per change. Thanks to @nthansen (Norman Hansen) for both.