Skip to content

Commit 4afe91e

Browse files
committed
Merge branch 'develop' for v0.4.0 release
2 parents 789abc6 + cc3e04b commit 4afe91e

160 files changed

Lines changed: 42594 additions & 8197 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
python-version: "3.12"
2424
cache: pip
25+
- run: python -m pip install --upgrade pip
2526
- run: pip install ruff
2627
- run: ruff check src/ tests/
2728
- run: ruff format --check src/ tests/
@@ -34,6 +35,7 @@ jobs:
3435
with:
3536
python-version: "3.12"
3637
cache: pip
38+
- run: python -m pip install --upgrade pip
3739
- run: pip install -e ".[dev]"
3840
- run: mypy src/specsmith/
3941

@@ -51,6 +53,7 @@ jobs:
5153
with:
5254
python-version: ${{ matrix.python-version }}
5355
cache: pip
56+
- run: python -m pip install --upgrade pip
5457
- run: pip install -e ".[dev]"
5558
- run: pytest --cov=specsmith --cov-report=term-missing
5659

@@ -62,6 +65,7 @@ jobs:
6265
with:
6366
python-version: "3.12"
6467
cache: pip
68+
- run: python -m pip install --upgrade pip
6569
- run: pip install pip-audit
6670
- run: pip install -e .
67-
- run: pip-audit
71+
- run: pip-audit --ignore-vuln CVE-2026-3219

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ venv/
2626

2727
# Testing / coverage
2828
.pytest_cache/
29+
.pytest_tmp/
30+
.ruff_cache/
2931
.coverage
3032
htmlcov/
3133
.mypy_cache/
@@ -35,3 +37,7 @@ htmlcov/
3537
tmp/
3638
temp/
3739
*.log
40+
41+
# Secrets and local-only Nexus artifacts
42+
.env
43+
.repo-index/

.specsmith/chat/chat-2026-04-09T13-18-42.jsonl

Lines changed: 0 additions & 7 deletions
This file was deleted.

.specsmith/chat/chat-2026-04-09T14-04-43.jsonl

Lines changed: 0 additions & 26 deletions
This file was deleted.

.specsmith/chat/chat-2026-04-09T15-09-20.jsonl

Whitespace-only changes.

.specsmith/chat/chat-2026-04-09T15-22-50.jsonl

Whitespace-only changes.

.specsmith/chat/chat-2026-04-09T15-42-20.jsonl

Whitespace-only changes.

.specsmith/chat/chat-2026-04-09T15-46-27.jsonl

Whitespace-only changes.

.specsmith/chat/chat-2026-04-09T19-51-35.jsonl

Whitespace-only changes.

.specsmith/chat/chat-2026-04-09T19-52-42.jsonl

Whitespace-only changes.

0 commit comments

Comments
 (0)