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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bcb556d99a18280e3339c68e65df1fd7e821c1a55e55e2be9f4a8972ab50f07c
4
- data.tar.gz: f999edff5d375ce8fc34bc708d3ff2c9e7bb099bf8d8301bc25519411b67e0a4
3
+ metadata.gz: 9a0e6357f497b70aa2ce6feb5932babafb0db836b80147830ae772347fae304b
4
+ data.tar.gz: 4fda87967c00f84ce106eb26b73cfb7badc702e0f4d1c001cd80928acfe54e61
5
5
  SHA512:
6
- metadata.gz: 77c0312c15cb033e6c7c23ebe6e2c81b18214b199297e25fd0f030faf8de76d479460a93d700066a1a7e1cc9c560f3d20af3263933a35ab2b409dfc1be37533b
7
- data.tar.gz: 360c380d91269fc8db5bd7713350aaadce1182e918b5318db52ce7e3744b92d0ecce93e4dc0e36af4e8fbb4e31bdef6c943bda8ccbe2aaff94317d6f5c4cb53b
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.