Commit 023d448
authored
chore: launch-prep hygiene for public repo (#117)
* chore: launch-prep hygiene fixes for public repo
- fix: set setuptools-scm fallback_version to 0.1.4 (matches latest
PyPI/GitHub tag); was incorrectly set to 0.19.0 (internal dev series)
- docs: add versioning note to CHANGELOG.md explaining the 0.x.0
internal history vs the public 0.1.x PyPI line
- chore: git rm proof-pr.json (CI artifact, not project source)
- chore: git rm sprint13-*.png (unreferenced dev screenshots)
- chore: add proof-pr.json and sprint*.png to .gitignore
- fix: audit.yml username input default changed from hardcoded owner
account to empty string; remove || fallbacks in run blocks
- ci: expand Python matrix to include 3.12 alongside 3.11
- fix: Development Status classifier bumped from Alpha to Beta
- docs: replace hardcoded dated filenames in README demo section with
generic glob patterns
- docs: replace literal <name> placeholder in workbook-signoff example
with 'yourname'
- docs: remove emoji from README case-study line
* fix(audit-workflow): guard empty username dispatch with saagpatel fallback
`workflow_dispatch` with no username input produced an empty USERNAME,
causing `audit ""` to hit `/users//repos` and build a blank handoff
title. Add `|| 'saagpatel'` fallback to all three USERNAME assignments
so a bare "Run workflow" click audits the canonical owner rather than
failing silently.
Fixes test_packaging.py assertion and addresses P2 review comment on PR #117.1 parent d45e2c6 commit 023d448
9 files changed
Lines changed: 17 additions & 191 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
| 215 | + | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
Binary file not shown.
Binary file not shown.
0 commit comments