appydave-tools 0.67.0 → 0.68.0
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/CLAUDE.md +33 -0
- data/docs/ai-instructions/behavioral-regression-audit.md +659 -0
- data/docs/code-quality/behavioral-audit-2025-01-22.md +659 -0
- data/docs/code-quality/uat-plan-2025-01-22.md +374 -0
- data/lib/appydave/tools/dam/brand_resolver.rb +7 -1
- data/lib/appydave/tools/dam/errors.rb +9 -1
- data/lib/appydave/tools/dam/fuzzy_matcher.rb +63 -0
- data/lib/appydave/tools/dam/project_listing.rb +51 -12
- data/lib/appydave/tools/dam/s3_operations.rb +95 -0
- data/lib/appydave/tools/version.rb +1 -1
- data/lib/appydave/tools.rb +1 -0
- data/package.json +1 -1
- metadata +5 -1
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appydave-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.68.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Cruwys
|
|
@@ -228,6 +228,7 @@ files:
|
|
|
228
228
|
- bin/youtube_automation.rb
|
|
229
229
|
- bin/youtube_manager.rb
|
|
230
230
|
- docs/README.md
|
|
231
|
+
- docs/ai-instructions/behavioral-regression-audit.md
|
|
231
232
|
- docs/ai-instructions/code-quality-retrospective.md
|
|
232
233
|
- docs/ai-instructions/defensive-logging-audit.md
|
|
233
234
|
- docs/architecture/cli/cli-pattern-comparison.md
|
|
@@ -251,8 +252,10 @@ files:
|
|
|
251
252
|
- docs/archive/tool-discovery.md
|
|
252
253
|
- docs/archive/tool-documentation-analysis.md
|
|
253
254
|
- docs/code-quality/README.md
|
|
255
|
+
- docs/code-quality/behavioral-audit-2025-01-22.md
|
|
254
256
|
- docs/code-quality/implementation-plan.md
|
|
255
257
|
- docs/code-quality/report-2025-01-21.md
|
|
258
|
+
- docs/code-quality/uat-plan-2025-01-22.md
|
|
256
259
|
- docs/guides/configuration-setup.md
|
|
257
260
|
- docs/guides/platforms/windows/README.md
|
|
258
261
|
- docs/guides/platforms/windows/dam-testing-plan-windows-powershell.md
|
|
@@ -302,6 +305,7 @@ files:
|
|
|
302
305
|
- lib/appydave/tools/dam/config_loader.rb
|
|
303
306
|
- lib/appydave/tools/dam/errors.rb
|
|
304
307
|
- lib/appydave/tools/dam/file_helper.rb
|
|
308
|
+
- lib/appydave/tools/dam/fuzzy_matcher.rb
|
|
305
309
|
- lib/appydave/tools/dam/git_helper.rb
|
|
306
310
|
- lib/appydave/tools/dam/manifest_generator.rb
|
|
307
311
|
- lib/appydave/tools/dam/project_listing.rb
|