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
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a0e6357f497b70aa2ce6feb5932babafb0db836b80147830ae772347fae304b
|
|
4
|
+
data.tar.gz: 4fda87967c00f84ce106eb26b73cfb7badc702e0f4d1c001cd80928acfe54e61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 968479f3a3093c46abfbdef6f095a4504213b520162892e29e3f39bd2be68c7d23cd0bf2e80cadc7adedecc717d636c6f467d3459f762a213d61a31cb43b165d
|
|
7
|
+
data.tar.gz: 301b0602883535496ba915f8f3b71d39153f45d6a9e1f91a66046da094a7507a1ce411f7a084ad8cf92d89eb77e959acc24a92a67b30bf3ca1407eff726b827a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [0.67.0](https://github.com/appydave/appydave-tools/compare/v0.66.0...v0.67.0) (2025-11-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* add --detailed flag to project list showing PATH, SSD BACKUP, HEAVY/LIGHT FILES ([ed098b8](https://github.com/appydave/appydave-tools/commit/ed098b8732729bbafb42ad9a6833f9c75d2c2c06))
|
|
7
|
+
|
|
1
8
|
# [0.66.0](https://github.com/appydave/appydave-tools/compare/v0.65.0...v0.66.0) (2025-11-22)
|
|
2
9
|
|
|
3
10
|
|
data/CLAUDE.md
CHANGED
|
@@ -2,6 +2,39 @@
|
|
|
2
2
|
|
|
3
3
|
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
|
4
4
|
|
|
5
|
+
## ⚠️ PENDING: Quality Assurance Process Required
|
|
6
|
+
|
|
7
|
+
**Action Required:** Two-phase validation for 75-commit DAM enhancement sprint
|
|
8
|
+
|
|
9
|
+
### Phase 1: Behavioral Regression Audit (MUST RUN FIRST)
|
|
10
|
+
|
|
11
|
+
- **Instruction Guide:** [docs/ai-instructions/behavioral-regression-audit.md](./docs/ai-instructions/behavioral-regression-audit.md)
|
|
12
|
+
- **Commit Range:** `9e49668` (baseline - known working) → `4228b51` (current - unknown state)
|
|
13
|
+
- **Purpose:** Verify core functionality unchanged except for intentional UX improvements
|
|
14
|
+
- **Method:** Two-snapshot comparison (not 75 individual commits)
|
|
15
|
+
- **5 Phases:** Change inventory → Critical path → Behavioral testing → Logic diff → Spot-check
|
|
16
|
+
- **Output:** `docs/code-quality/behavioral-audit-2025-01-22.md`
|
|
17
|
+
- **Status:** Ready to execute - awaiting user confirmation
|
|
18
|
+
- **Priority:** CRITICAL - Must complete before UAT
|
|
19
|
+
|
|
20
|
+
### Phase 2: User Acceptance Testing (RUN AFTER REGRESSION AUDIT)
|
|
21
|
+
|
|
22
|
+
- **UAT Plan:** [docs/code-quality/uat-plan-2025-01-22.md](./docs/code-quality/uat-plan-2025-01-22.md)
|
|
23
|
+
- **Test Suites:** 4 suites, 20 tests (Core functionality, New features, Edge cases, Performance)
|
|
24
|
+
- **Purpose:** Validate final state after regression fixes
|
|
25
|
+
- **Status:** Ready to execute - run after Phase 1 completes
|
|
26
|
+
- **Priority:** High - Final validation before release
|
|
27
|
+
|
|
28
|
+
### Execution Order
|
|
29
|
+
|
|
30
|
+
1. **Behavioral Regression Audit** → Identify and fix any breaking changes
|
|
31
|
+
2. **User Acceptance Testing** → Validate everything works as designed
|
|
32
|
+
3. **Ship it** → Merge/release with confidence
|
|
33
|
+
|
|
34
|
+
**Also Available:** Code quality retrospective analysis guide at [docs/ai-instructions/code-quality-retrospective.md](./docs/ai-instructions/code-quality-retrospective.md)
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
5
38
|
## Project Purpose
|
|
6
39
|
|
|
7
40
|
**AppyDave Tools** is a consolidated productivity toolkit built for AppyDave's YouTube content creation workflow. All utilities live in one repository for easier maintenance than managing separate codebases.
|