sequant 1.14.1 → 1.14.2

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sequant",
3
3
  "description": "Structured workflow system for Claude Code - GitHub issue resolution with spec, exec, test, and QA phases",
4
- "version": "1.14.1",
4
+ "version": "1.14.2",
5
5
  "author": {
6
6
  "name": "admarble",
7
7
  "email": "github@admarble.com"
package/README.md CHANGED
@@ -223,6 +223,7 @@ See [Customization Guide](docs/guides/customization.md) for all options.
223
223
  - [Complete Workflow](docs/guides/workflow.md) — Full workflow including post-QA patterns
224
224
  - [Getting Started](docs/getting-started/installation.md)
225
225
  - [What We've Built](docs/internal/what-weve-built.md) — Comprehensive project overview
226
+ - [What Is Sequant](docs/concepts/what-is-sequant.md) — Elevator pitch, pipeline diagram, architecture
226
227
  - [Workflow Concepts](docs/concepts/workflow-phases.md)
227
228
  - [Run Command](docs/reference/run-command.md)
228
229
  - [Git Workflows](docs/guides/git-workflows.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sequant",
3
- "version": "1.14.1",
3
+ "version": "1.14.2",
4
4
  "description": "Quantize your development workflow - Sequential AI phases with quality gates",
5
5
  "type": "module",
6
6
  "bin": {