@yottagraph-app/aether-instructions 1.1.26 → 1.1.27

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.
@@ -49,7 +49,7 @@ If design reference images exist (screenshots from Figma or other design tools):
49
49
  1. **Examine each image** -- these are design mockups from the project creator showing what the app should look like.
50
50
  2. Describe what you see in each image: layout structure, navigation patterns, component types, color usage, typography.
51
51
  3. Map visual elements to **Vuetify components** (cards = `v-card`, data tables = `v-data-table`, navigation drawers = `v-navigation-drawer`, app bars = `v-app-bar`, etc.). If a `vuetify-figma` skill is available in `.cursor/skills/`, read it for detailed component mapping guidance.
52
- 4. Use the design references alongside the Vision text to plan the UX. The images show *what it should look like*; the Vision text explains *what it should do*.
52
+ 4. Use the design references alongside the Vision text to plan the UX. The images show _what it should look like_; the Vision text explains _what it should do_.
53
53
 
54
54
  If a Figma URL is referenced in DESIGN.md, note it for the user but don't attempt to fetch it -- work from the uploaded screenshots and the text brief.
55
55
 
@@ -45,10 +45,10 @@ Present the current state to the user:
45
45
 
46
46
  > **Environment Variables for this project:**
47
47
  >
48
- > | Key | Value |
49
- > |-----|-------|
50
- > | `MY_API_KEY` | `sk-abc...xyz` |
51
- > | `THIRD_PARTY_SECRET` | `secret_1234` |
48
+ > | Key | Value |
49
+ > | -------------------- | -------------- |
50
+ > | `MY_API_KEY` | `sk-abc...xyz` |
51
+ > | `THIRD_PARTY_SECRET` | `secret_1234` |
52
52
  >
53
53
  > _(or "No environment variables set yet." if empty)_
54
54
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yottagraph-app/aether-instructions",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "description": "Cursor rules, commands, and skills for Aether development",
5
5
  "files": [
6
6
  "rules",