@mytechtoday/augment-extensions 1.5.2 → 1.6.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.
@@ -27,7 +27,35 @@
27
27
  "augment": {
28
28
  "characterCount": 163500,
29
29
  "priority": "high",
30
- "category": "writing-standards"
30
+ "category": "writing-standards",
31
+ "subModules": [
32
+ {
33
+ "id": "styles",
34
+ "name": "Narrative Styles",
35
+ "description": "Narrative style rules and techniques (linear, non-linear, ensemble, minimalist, etc.)",
36
+ "path": "styles/",
37
+ "rules": ["linear.md", "non-linear.md", "ensemble.md", "minimalist.md", "epic.md", "satirical.md", "poetic.md", "realistic.md", "surreal.md", "experimental.md", "voice-over.md", "flashback.md", "dialogue-centric.md"]
38
+ },
39
+ {
40
+ "id": "cinematic-styles",
41
+ "name": "Cinematic Style Guides",
42
+ "description": "Film and franchise-specific style guides (MCU, Blue Ruin, etc.)",
43
+ "path": "cinematic-styles/",
44
+ "rules": ["mcu-avengers.md", "blue-ruin.md"]
45
+ },
46
+ {
47
+ "id": "genres",
48
+ "name": "Genre Conventions",
49
+ "description": "Genre-specific screenplay conventions and techniques",
50
+ "path": "genres/"
51
+ },
52
+ {
53
+ "id": "themes",
54
+ "name": "Thematic Integration",
55
+ "description": "Thematic elements and integration techniques",
56
+ "path": "themes/"
57
+ }
58
+ ]
31
59
  },
32
60
  "installation": {
33
61
  "required": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mytechtoday/augment-extensions",
3
- "version": "1.5.2",
3
+ "version": "1.6.0",
4
4
  "description": "CLI tool for managing Augment Code AI extension modules",
5
5
  "main": "cli/dist/index.js",
6
6
  "bin": {