You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Importer detects primary + secondary languages (threshold: 5 files or 5%)
- CLI import shows all languages: 'verilog + python, c, vhdl'
- Architecture and AGENTS.md overlay include full language list
- New 'specsmith self-update' command: auto-detects channel (stable/dev),
supports --channel override and --version pinning
- updater.run_self_update accepts target_version for pinned installs
Co-Authored-By: Oz <oz-agent@warp.dev>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
-**Dynamic versioning**: `__version__` now reads from `importlib.metadata` at runtime instead of hardcoded strings. Docs use `{{ version }}` placeholders resolved by MkDocs hook. Tests are version-agnostic.
12
+
-**Multi-language detection**: importer now detects and reports all significant languages (primary + secondary). Architecture, AGENTS.md, and CLI display show the full language mix.
-**Dev-release workflow for managed projects** (#35): `specsmith init` with gitflow + GitHub + Python now generates `.github/workflows/dev-release.yml`.
13
15
-**No-hardcoded-versions rule** (H10): governance template and WARP rule enforce `pyproject.toml` as single version source of truth.
14
16
-**Separate PyPI badges**: README shows both stable (blue) and dev (orange) version badges.
15
17
18
+
### Fixed
19
+
-**Import with large AGENTS.md** (#46): extraction now uses broader keyword matching, unmatched sections go to rules.md, oversized AGENTS.md is backed up and replaced with a hub.
20
+
16
21
### Changed
17
22
- RTD default version set to `stable`, default branch set to `develop` (`latest` now builds from develop).
18
23
- Docs version references use dynamic `{{ version }}` instead of hardcoded strings.
0 commit comments