appydave-tools 0.16.0 → 0.17.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.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +6 -0
  3. data/AGENTS.md +22 -0
  4. data/CHANGELOG.md +12 -0
  5. data/CLAUDE.md +206 -51
  6. data/README.md +144 -11
  7. data/bin/archive_project.rb +249 -0
  8. data/bin/configuration.rb +21 -1
  9. data/bin/generate_manifest.rb +357 -0
  10. data/bin/sync_from_ssd.rb +236 -0
  11. data/bin/vat +623 -0
  12. data/docs/README.md +169 -0
  13. data/docs/configuration/.env.example +19 -0
  14. data/docs/configuration/README.md +394 -0
  15. data/docs/configuration/channels.example.json +26 -0
  16. data/docs/configuration/settings.example.json +6 -0
  17. data/docs/development/CODEX-recommendations.md +123 -0
  18. data/docs/development/README.md +100 -0
  19. data/docs/development/cli-architecture-patterns.md +1604 -0
  20. data/docs/development/pattern-comparison.md +284 -0
  21. data/docs/prd-unified-brands-configuration.md +792 -0
  22. data/docs/project-brand-systems-analysis.md +934 -0
  23. data/docs/vat/dam-vision.md +123 -0
  24. data/docs/vat/session-summary-2025-11-09.md +297 -0
  25. data/docs/vat/usage.md +508 -0
  26. data/docs/vat/vat-testing-plan.md +801 -0
  27. data/lib/appydave/tools/configuration/models/brands_config.rb +238 -0
  28. data/lib/appydave/tools/configuration/models/config_base.rb +7 -0
  29. data/lib/appydave/tools/configuration/models/settings_config.rb +4 -0
  30. data/lib/appydave/tools/vat/config.rb +153 -0
  31. data/lib/appydave/tools/vat/config_loader.rb +91 -0
  32. data/lib/appydave/tools/vat/manifest_generator.rb +239 -0
  33. data/lib/appydave/tools/vat/project_listing.rb +198 -0
  34. data/lib/appydave/tools/vat/project_resolver.rb +132 -0
  35. data/lib/appydave/tools/vat/s3_operations.rb +560 -0
  36. data/lib/appydave/tools/version.rb +1 -1
  37. data/lib/appydave/tools.rb +9 -1
  38. data/package.json +1 -1
  39. metadata +57 -3
  40. data/docs/dam/overview.md +0 -28
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appydave-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-11-08 00:00:00.000000000 Z
11
+ date: 2025-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '8'
27
+ - !ruby/object:Gem::Dependency
28
+ name: aws-sdk-s3
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: clipboard
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -122,6 +136,20 @@ dependencies:
122
136
  - - "~>"
123
137
  - !ruby/object:Gem::Version
124
138
  version: '0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: pstore
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - ">="
144
+ - !ruby/object:Gem::Version
145
+ version: '0'
146
+ type: :runtime
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: '0'
125
153
  - !ruby/object:Gem::Dependency
126
154
  name: ruby-openai
127
155
  requirement: !ruby/object:Gem::Requirement
@@ -173,6 +201,7 @@ files:
173
201
  - ".releaserc.json"
174
202
  - ".rspec"
175
203
  - ".rubocop.yml"
204
+ - AGENTS.md
176
205
  - CHANGELOG.md
177
206
  - CLAUDE.md
178
207
  - CODE_OF_CONDUCT.md
@@ -181,9 +210,11 @@ files:
181
210
  - LICENSE.txt
182
211
  - README.md
183
212
  - Rakefile
213
+ - bin/archive_project.rb
184
214
  - bin/bank_reconciliation.rb
185
215
  - bin/configuration.rb
186
216
  - bin/console
217
+ - bin/generate_manifest.rb
187
218
  - bin/gpt_context.rb
188
219
  - bin/move_images.rb
189
220
  - bin/prompt_tools.rb
@@ -191,15 +222,27 @@ files:
191
222
  - bin/subtitle_manager-old.rb
192
223
  - bin/subtitle_manager.rb
193
224
  - bin/subtitle_processor.rb
225
+ - bin/sync_from_ssd.rb
226
+ - bin/vat
194
227
  - bin/youtube_automation.rb
195
228
  - bin/youtube_manager.rb
229
+ - docs/README.md
196
230
  - docs/archive/codebase-audit-2025-01.md
197
231
  - docs/archive/documentation-framework-proposal.md
198
232
  - docs/archive/purpose-and-philosophy.md
199
233
  - docs/archive/test-coverage-quick-wins.md
200
234
  - docs/archive/tool-discovery.md
201
235
  - docs/archive/tool-documentation-analysis.md
202
- - docs/dam/overview.md
236
+ - docs/configuration/.env.example
237
+ - docs/configuration/README.md
238
+ - docs/configuration/channels.example.json
239
+ - docs/configuration/settings.example.json
240
+ - docs/development/CODEX-recommendations.md
241
+ - docs/development/README.md
242
+ - docs/development/cli-architecture-patterns.md
243
+ - docs/development/pattern-comparison.md
244
+ - docs/prd-unified-brands-configuration.md
245
+ - docs/project-brand-systems-analysis.md
203
246
  - docs/tools/bank-reconciliation.md
204
247
  - docs/tools/cli-actions.md
205
248
  - docs/tools/configuration.md
@@ -211,6 +254,10 @@ files:
211
254
  - docs/tools/subtitle-processor.md
212
255
  - docs/tools/youtube-automation.md
213
256
  - docs/tools/youtube-manager.md
257
+ - docs/vat/dam-vision.md
258
+ - docs/vat/session-summary-2025-11-09.md
259
+ - docs/vat/usage.md
260
+ - docs/vat/vat-testing-plan.md
214
261
  - exe/ad_config
215
262
  - exe/gpt_context
216
263
  - exe/prompt_tools
@@ -227,6 +274,7 @@ files:
227
274
  - lib/appydave/tools/configuration/_doc.md
228
275
  - lib/appydave/tools/configuration/config.rb
229
276
  - lib/appydave/tools/configuration/configurable.rb
277
+ - lib/appydave/tools/configuration/models/brands_config.rb
230
278
  - lib/appydave/tools/configuration/models/channels_config.rb
231
279
  - lib/appydave/tools/configuration/models/config_base.rb
232
280
  - lib/appydave/tools/configuration/models/settings_config copy.xrb
@@ -253,6 +301,12 @@ files:
253
301
  - lib/appydave/tools/types/base_model.rb
254
302
  - lib/appydave/tools/types/hash_type.rb
255
303
  - lib/appydave/tools/types/indifferent_access_hash.rb
304
+ - lib/appydave/tools/vat/config.rb
305
+ - lib/appydave/tools/vat/config_loader.rb
306
+ - lib/appydave/tools/vat/manifest_generator.rb
307
+ - lib/appydave/tools/vat/project_listing.rb
308
+ - lib/appydave/tools/vat/project_resolver.rb
309
+ - lib/appydave/tools/vat/s3_operations.rb
256
310
  - lib/appydave/tools/version.rb
257
311
  - lib/appydave/tools/youtube_automation/_doc.md
258
312
  - lib/appydave/tools/youtube_automation/gpt_agent.rb
data/docs/dam/overview.md DELETED
@@ -1,28 +0,0 @@
1
- # DAM - Digital Asset Management
2
-
3
- Digital Asset Management (DAM) is a system that stores, organizes, and retrieves digital assets such as images, videos, and other multimedia files.
4
-
5
- DAM systems are used by organizations to manage their digital assets efficiently and effectively.
6
-
7
- This document provides an overview of digital asset management (dam) from the point of view of AppyDave and FliVideo.
8
-
9
- > This is a preliminary document that needs to be moved to the appropriate file and project location.
10
-
11
- ## Stories
12
-
13
- As a content creator, I want to keep track of the different brands hat I'm running where a business unit represents brand
14
- As a content creator, I want to manage the types of projects and extra configuration associated with each brand
15
- As a content creator, I want to be able to find assets associated with a project and brand
16
- As a contact creator, I may need to split specific projects across multiple drive locations For short and long-term storage and for team sharing
17
- As a contact creator, I need to be able to easily create a new project for a brand and have it sequentially labelled in an appropriate location
18
- As a content creator, I need a new project to be initialised based on the brand/project configuration
19
- As a content creator, I need tools that will automatically transfer files to project folder locations based on source, file type, and naming convention
20
- As a contact creator, I need to be able to create, remove, rename, update, list, project files
21
- As a contact creator, I need to be able to archive or reverse archive project files
22
- As a content creator, I need to be able to work with video transcriptions for use by various AI tools
23
- As content creator, I need a well-defined project, naming convention.
24
- As a content creator, I need configurable project structures and rules
25
- As content creator, I need a well-defined asset, naming Convention
26
- As a contact creator, I need assets to be stored in various locations within the project using smart rules
27
-
28
-