You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/plugin/marketplace.json
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "hve-core",
3
3
"metadata": {
4
4
"description": "HVE Core",
5
-
"version": "3.3.101",
5
+
"version": "4.1.122",
6
6
"pluginRoot": "./plugins"
7
7
},
8
8
"owner": {
@@ -13,79 +13,79 @@
13
13
"name": "ado",
14
14
"source": "ado",
15
15
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
16
-
"version": "3.3.101"
16
+
"version": "4.1.122"
17
17
},
18
18
{
19
19
"name": "coding-standards",
20
20
"source": "coding-standards",
21
21
"description": "Language-specific coding instructions and pre-PR code review agents for bash, Bicep, C#, PowerShell, Python, Rust, and Terraform projects",
22
-
"version": "3.3.101"
22
+
"version": "4.1.122"
23
23
},
24
24
{
25
25
"name": "data-science",
26
26
"source": "data-science",
27
27
"description": "Evaluation dataset creation, data specification generation, Jupyter notebooks, and Streamlit dashboards",
28
-
"version": "3.3.101"
28
+
"version": "4.1.122"
29
29
},
30
30
{
31
31
"name": "design-thinking",
32
32
"source": "design-thinking",
33
33
"description": "Design Thinking coaching identity, quality constraints, and methodology instructions for AI-enhanced design thinking across nine methods",
34
-
"version": "3.3.101"
34
+
"version": "4.1.122"
35
35
},
36
36
{
37
37
"name": "experimental",
38
38
"source": "experimental",
39
39
"description": "Experimental and preview artifacts not yet promoted to stable collections",
40
-
"version": "3.3.101"
40
+
"version": "4.1.122"
41
41
},
42
42
{
43
43
"name": "github",
44
44
"source": "github",
45
45
"description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
46
-
"version": "3.3.101"
46
+
"version": "4.1.122"
47
47
},
48
48
{
49
49
"name": "gitlab",
50
50
"source": "gitlab",
51
51
"description": "GitLab merge request and pipeline workflows through a Python skill",
52
-
"version": "3.3.101"
52
+
"version": "4.1.122"
53
53
},
54
54
{
55
55
"name": "hve-core",
56
56
"source": "hve-core",
57
57
"description": "HVE Core RPI (Research, Plan, Implement, Review) workflow with Git commit, merge, setup, and pull request prompts",
58
-
"version": "3.3.101"
58
+
"version": "4.1.122"
59
59
},
60
60
{
61
61
"name": "hve-core-all",
62
62
"source": "hve-core-all",
63
63
"description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
64
-
"version": "3.3.101"
64
+
"version": "4.1.122"
65
65
},
66
66
{
67
67
"name": "installer",
68
68
"source": "installer",
69
69
"description": "Decision-driven installer skill for deploying HVE Core artifacts across workspace configurations",
70
-
"version": "3.3.101"
70
+
"version": "4.1.122"
71
71
},
72
72
{
73
73
"name": "jira",
74
74
"source": "jira",
75
75
"description": "Jira backlog management, PRD issue planning, and issue operations through agents, prompts, instructions, and a Python skill",
76
-
"version": "3.3.101"
76
+
"version": "4.1.122"
77
77
},
78
78
{
79
79
"name": "project-planning",
80
80
"source": "project-planning",
81
81
"description": "PRDs, BRDs, ADRs, and architecture diagrams",
| `Set SPEECH_KEY ... or SPEECH_RESOURCE_ID` | Export `SPEECH_KEY` (key auth) or `SPEECH_RESOURCE_ID` (Entra ID) with `SPEECH_REGION`. |
176
-
| 401 with Entra ID auth | Verify custom domain on the Speech resource and `Cognitive Services Speech User` role. RBAC propagation takes up to 5 minutes. |
177
-
| Empty WAV files or skipped slides | Verify `speaker_notes:` is present and non-empty in `content.yaml`. |
178
-
| Mispronounced acronyms | Add entries to `acronyms.yaml` with phonetic aliases. |
179
-
| `azure-cognitiveservices-speech package is required` | Run `uv sync` in the skill directory. |
180
-
| Audio icon visible in PPTX | Reposition or resize the audio object in PowerPoint after embedding. |
181
-
| Authored slide animations missing after embedding | `embed_audio.py` replaces existing `p:timing` with narration timing; re-apply animations in PowerPoint after embedding audio. |
| `Set SPEECH_KEY ... or SPEECH_RESOURCE_ID` | Export `SPEECH_KEY` (key auth) or `SPEECH_RESOURCE_ID` (Entra ID) with `SPEECH_REGION`. |
176
+
| 401 with Entra ID auth | Verify custom domain on the Speech resource and `Cognitive Services Speech User` role. RBAC propagation takes up to 5 minutes. |
177
+
| Empty WAV files or skipped slides | Verify `speaker_notes:` is present and non-empty in `content.yaml`. |
178
+
| Mispronounced acronyms | Add entries to `acronyms.yaml` with phonetic aliases. |
179
+
| `azure-cognitiveservices-speech package is required` | Run `uv sync` in the skill directory. |
180
+
| Audio icon visible in PPTX | Reposition or resize the audio object in PowerPoint after embedding. |
181
+
| Authored slide animations missing after embedding | `embed_audio.py` replaces existing `p:timing` with narration timing; re-apply animations in PowerPoint after embedding audio. |
182
182
| Slides no longer advance on click after embedding | `embed_audio.py` sets `advClick="0"` for auto-advance. To re-enable, select all slides in PowerPoint and check **Advance Slide > On Mouse Click** in the Transitions tab. |
183
-
| Video export shows "No timings recorded" | Re-embed audio with the updated `embed_audio.py` which adds narration timing XML automatically. |
183
+
| Video export shows "No timings recorded" | Re-embed audio with the updated `embed_audio.py` which adds narration timing XML automatically. |
0 commit comments