@powerhousedao/academy 4.1.0-dev.120 → 4.1.0-dev.121

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 4.1.0-dev.121 (2025-11-17)
2
+
3
+ This was a version bump only for @powerhousedao/academy to align it with other projects, there were no code changes.
4
+
1
5
  ## 4.1.0-dev.120 (2025-11-17)
2
6
 
3
7
  ### 🩹 Fixes
@@ -18,7 +18,7 @@ Join us for two days of intensive development support as you build decentralized
18
18
  - **Dates**: November 19-20, 2024
19
19
  - **Format**: Online & IRL Developer Support
20
20
  - **Time Zone**: Argentina Time (ART)
21
- - **Support Hours at Mentor Table @ la Rural**: Please get in touch on Discord to schedule! https://discord.gg/pwQJwgaQKd
21
+ - **Support Hours at Mentor Table @ la Rural**: Please get in touch [on Discord to schedule](https://discord.gg/pwQJwgaQKd)
22
22
  - **Hackathon informations**: [Taiki Hackathon](https://taikai.network/ethargentina/hackathons/tierra-de-buidlers-2025/overview)
23
23
 
24
24
  ## 🚀 Getting Started
@@ -30,7 +30,7 @@ Please Rewatch our Hackathon introduction & follow along tutorial.
30
30
 
31
31
  <iframe width="560" height="315" src="https://www.youtube.com/embed/R5MAaGaopJg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
32
32
 
33
- Find a complete overview of how to use the Vetra Studio for you project [Here](docs/academy/GetStarted/VetraStudio.md)
33
+ Find a complete overview of how to use the Vetra Studio for you project [here](./01-GetStarted/05-VetraStudio.md)
34
34
 
35
35
  **Quick Start Summary**
36
36
 
@@ -42,7 +42,7 @@ Find a complete overview of how to use the Vetra Studio for you project [Here](d
42
42
  - Step 6: If you're well versed in schema creation or graphql. Just talk with an agent about your imagined solution.
43
43
  - Step 7: Start your preferred agent to help you with the initial scaffolding of your schema, operations and reducers.
44
44
  - Step 8: Test your implementation in the "Vetra Preview Drive" with the `ph vetra --watch`command.
45
- - Step 9: Run pnpm build and push your project to a remote repository.Follow the package publishing [Tutorial](academy/MasteryTrack/Launch/PublishYourProject.md)
45
+ - Step 9: Run pnpm build and push your project to a remote repository. Follow the package publishing [Tutorial](./02-MasteryTrack/05-Launch/02-PublishYourProject.md)
46
46
 
47
47
  **Basic tips**
48
48
  - 1️⃣ Write a detailed description of your intented functionality inside the document model specification manifest
@@ -67,9 +67,8 @@ Find a complete overview of how to use the Vetra Studio for you project [Here](d
67
67
 
68
68
  </details>
69
69
 
70
- :::Tip Use your preferred AI agent
71
- Vetra studio is compatible with Cursor, Claude and Gemini. j
72
- Use the dedicated markdown files to guide your agent with the correct instruction.
70
+ :::tip Use your preferred AI agent
71
+ Vetra studio is compatible with Cursor, Claude and Gemini. Find the dedicated markdown files to guide your agent with the correct instruction in your directory. Your agent should also have access to the MCP's available.
73
72
  :::
74
73
 
75
74
 
@@ -20,14 +20,14 @@ import BrowserOnly from "@docusaurus/BrowserOnly";
20
20
  <div className={styles.cardContent}>
21
21
  <div style={{ maxWidth: '960px', margin: '0 auto', textAlign: 'center' }}>
22
22
  <div style={{ marginBottom: '1.5rem' }}>
23
- <p style={{ fontSize: '1.1rem', marginBottom: '1rem' }}><strong>Welcome to Powerhouse!</strong></p>
24
- <p style={{ lineHeight: '1.6', color: '#444' }}>As a developer, you're about to dive into a <strong>unique ecosystem built to empower decentralized organizations</strong>. Powerhouse provides the software, infrastructure, and frameworks that enable scalable network organizations to operate efficiently.</p>
23
+ <p style={{ fontSize: '1.1rem', marginBottom: '1rem' }}><strong>Welcome to Powerhouse Vetra!</strong></p>
24
+ <p style={{ lineHeight: '1.6', color: '#444' }}>As a developer, you're about to dive into a <strong>unique ecosystem built to empower decentralized organizations</strong>. Powerhouse Vetra provides the software, infrastructure, and frameworks that enable scalable network organizations to operate efficiently.</p>
25
25
  </div>
26
26
  <div style={{ margin: '20px 0', textAlign: 'center' }}>
27
27
  <iframe
28
- src="https://drive.google.com/file/d/17dDKy-hQeI4ZlLiUZ4xhnXL4bDhJB0N-/preview"
28
+ src="https://www.youtube.com/embed/wCrUgPrMtak"
29
29
  frameBorder="0"
30
- allow="autoplay; fullscreen"
30
+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
31
31
  allowFullScreen
32
32
  title="Powerhouse Introduction Video"
33
33
  style={{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/academy",
3
- "version": "4.1.0-dev.120",
3
+ "version": "4.1.0-dev.121",
4
4
  "homepage": "https://powerhouse.academy",
5
5
  "repository": {
6
6
  "type": "git",