appydave-tools 0.76.9 → 0.76.10
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/docs/planning/library-boundary-cleanup/IMPLEMENTATION_PLAN.md +4 -4
- data/lib/appydave/tools/version.rb +1 -1
- data/package.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db3a1d2f227f3c14b27f1844c8010c2ea376f5daad9abd0597bf76ab252448d9
|
|
4
|
+
data.tar.gz: f23f850b700e5bec008f2c6604e1cf6026c15869ea510f41ba474beb0f0a4787
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae6688ee7e4dc2659a89b1e2ecbdebdeb7cd358d4bc70b1ba443bf7fba2023d3ea280a1d169acd0080e70098319a4a825bab7ada8902863c18e86f238fcc546e
|
|
7
|
+
data.tar.gz: 2d94146f17b5ca36c25b968b80c5bcdf1a3eb40faab36ddcb283338d13ad026ad2f24381071cebd0eef87a187e02596e36364a1334cbea91cb5576748b273f12
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.76.9](https://github.com/appydave/appydave-tools/compare/v0.76.8...v0.76.9) (2026-03-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* remove ENV BRAND_PATH side-effect from S3ArgParser; return brand_path in result hash ([762da4b](https://github.com/appydave/appydave-tools/commit/762da4b445b41d8109f6c48539736455ee66d8de))
|
|
7
|
+
|
|
1
8
|
## [0.76.8](https://github.com/appydave/appydave-tools/compare/v0.76.7...v0.76.8) (2026-03-19)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
**Target**: 4 items complete; 847+ examples passing; rubocop 0 offenses; no regressions
|
|
6
6
|
|
|
7
7
|
## Summary
|
|
8
|
-
- Total: 4 | Complete:
|
|
8
|
+
- Total: 4 | Complete: 2 | In Progress: 2 | Pending: 0 | Failed: 0
|
|
9
9
|
|
|
10
10
|
## Pending
|
|
11
|
-
- [ ] B036 — tests-s3-scan-command — Rebuild S3ScanCommand spec from D-grade to B; 8–10 examples covering happy path, manifest missing, empty results, orphaned projects (DEPENDS ON B034)
|
|
12
|
-
- [ ] B037 — tests-local-sync-status — Add :partial case, local_file_count assertion, Zone.Identifier exclusion, unknown format guard
|
|
13
11
|
|
|
14
12
|
## In Progress
|
|
15
|
-
- [~]
|
|
13
|
+
- [~] B036 — tests-s3-scan-command — Rebuild S3ScanCommand spec from D-grade to B; 8–10 examples covering happy path, manifest missing, empty results, orphaned projects
|
|
14
|
+
- [~] B037 — tests-local-sync-status — Add :partial case, local_file_count assertion, Zone.Identifier exclusion, unknown format guard
|
|
16
15
|
|
|
17
16
|
## Complete
|
|
18
17
|
- [x] B034 — extract-exit-calls — UsageError added to errors.rb; exit 1 replaced in s3_scan_command.rb (1) and s3_arg_parser.rb (4); show_share_usage_and_exit renamed. 847 examples, 0 failures. v0.76.8. Commit: 87bb43a.
|
|
18
|
+
- [x] B035 — extract-env-side-effect — ENV['BRAND_PATH'] removed from s3_arg_parser.rb (3 locations); brand_path: returned in all 3 result hashes; 8 VatCLI callers updated. 847 examples, 0 failures. v0.76.9. Commit: 762da4b.
|
|
19
19
|
|
|
20
20
|
## Complete
|
|
21
21
|
|
data/package.json
CHANGED