delimit-cli 3.13.0 → 3.13.1
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 +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.13.1] - 2026-03-27
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- `delimit init` guided onboarding wizard with framework auto-detection (Express, NestJS, FastAPI, Django, Flask, Fastify, Hono, Next.js)
|
|
7
|
+
- Interactive preset selection (strict/default/relaxed) with context-aware defaults
|
|
8
|
+
- First lint runs automatically after init — see governance results in under 1 second
|
|
9
|
+
- Zero-Spec baseline auto-saved for FastAPI/Express/NestJS projects on first init
|
|
10
|
+
- GitHub Action workflow generation with confirmation prompt
|
|
11
|
+
- `--yes` flag for non-interactive CI usage
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- `delimit init` now detects CI provider (GitHub Actions, GitLab) and adapts workflow generation
|
|
15
|
+
- OpenAPI spec detection expanded to 17 common file locations
|
|
16
|
+
|
|
3
17
|
## [3.12.0] - 2026-03-26
|
|
4
18
|
|
|
5
19
|
### Added
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "delimit-cli",
|
|
3
3
|
"mcpName": "io.github.delimit-ai/delimit-mcp-server",
|
|
4
|
-
"version": "3.13.
|
|
4
|
+
"version": "3.13.1",
|
|
5
5
|
"description": "Unify Claude Code, Codex, Cursor, and Gemini CLI with persistent context, governance, and multi-model debate.",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"files": [
|