Dominik Jain
|
93896d2263
|
✨ Remove workaround for FlexLayout.appendChild
Update instructions to no longer stress that FlexLayout.appendChild
does not work as expected (#8417 now being resolved)
|
2026-03-12 12:06:16 +01:00 |
|
Dominik Jain
|
6c7c584c9a
|
✨ Emphasise the importance of the 'auto' sizing option of layouts
|
2026-03-12 12:06:16 +01:00 |
|
Dominik Jain
|
ac6541d74a
|
✨ Add instructions to avoid unnecessary annotations
|
2026-03-12 12:06:16 +01:00 |
|
Dominik Jain
|
683468fa97
|
✨ Update instructions on sizing options for FlexLayout & GridLayout
With #39 implemented, update the instructions accordingly.
|
2026-03-12 12:06:16 +01:00 |
|
Dominik Jain
|
d2c9911eb2
|
📎 Fix typo
|
2026-03-12 12:06:16 +01:00 |
|
Dominik Jain
|
ba138de53e
|
✨ Make clear that layoutChild is only available after the child was added
|
2026-03-12 12:06:16 +01:00 |
|
Dominik Jain
|
bf87af1928
|
✨ Add instructions on how to reuse fills/strokes
|
2026-03-12 12:06:16 +01:00 |
|
Dominik Jain
|
0974bca2c0
|
✨ Improve instructions on writable shape properties
|
2026-02-25 12:49:26 +01:00 |
|
Dominik Jain
|
4e577d37b8
|
✨ Add information on the usage of component variants
|
2026-02-23 21:37:55 +01:00 |
|
Dominik Jain
|
e305ad1fa8
|
✨ Update MCP instructions to mention new textBounds property
Follow-up to https://github.com/penpot/penpot-mcp/issues/30
|
2026-02-23 17:25:27 +01:00 |
|
Dominik Jain
|
d019972bca
|
✨ Account for Token.resolvedValue now being implemented
Update MCP instructions, removing workaround for #8341
|
2026-02-19 17:06:36 +01:00 |
|
Dominik Jain
|
7fceb92673
|
✨ Apply naturalChildOrdering, removing workarounds
Set the flag to true during code execution, resetting it to the
original value afterwards.
If the flag is unavailable, issue an error message, which is passed
on to the user via the LLM.
Remove instructions that served to work around the corresponding
issues:
* https://github.com/penpot/penpot-mcp/issues/28
* https://github.com/penpot/penpot-mcp/issues/32
|
2026-02-19 17:06:36 +01:00 |
|
Dominik Jain
|
a5da7ceb2f
|
✨ Update TokenProperty values in system prompt
Update based on changes to camelCase.
See https://github.com/penpot/penpot-mcp/issues/38
|
2026-02-19 16:21:58 +01:00 |
|
Dominik Jain
|
6a49b5df8c
|
♻️ Move high-level instructions to the end
In this way, they can reasonably reference the more low-level concepts
|
2026-02-17 13:16:21 +01:00 |
|
Dominik Jain
|
141847585e
|
🚧 Temporary workaround for fills/strokes being read-only
Add instructions to make the limintations.
Once #8357 is resolved, this can be reverted.
|
2026-02-17 12:51:48 +01:00 |
|
Dominik Jain
|
08fc6fe917
|
✨ Improve description of token values
|
2026-02-12 17:45:50 +01:00 |
|
Dominik Jain
|
926d573d3e
|
🚧 Temporary workaround for Token resolvedValue not working
Instruct LLM to not use this property.
To be reverted once #8341 is fixed.
|
2026-02-12 17:24:44 +01:00 |
|
Dominik Jain
|
bac04f8a73
|
🚧 Temporary workaround for sizing options not working
Add instructions explaining that FlexLayout sizing options do not work.
Relates to https://github.com/penpot/penpot-mcp/issues/39
|
2026-02-12 12:37:24 +01:00 |
|
Dominik Jain
|
b4e815e787
|
📎 Fix spelling errors
|
2026-02-12 12:36:51 +01:00 |
|
Dominik Jain
|
8ac17604fd
|
✨ Improve information on component instances
* Add information on detachment
* Add information on remove behaviour in component instances
|
2026-02-11 11:35:10 +01:00 |
|
Dominik Jain
|
b6dfdc23cd
|
✨ Update information on TokenProperty
|
2026-02-11 10:45:22 +01:00 |
|
Dominik Jain
|
024aedc3ca
|
♻️ Convert prompt content to markdown format
|
2026-02-10 12:35:44 +01:00 |
|
Dominik Jain
|
44657c95df
|
♻️ Rename prompts.yml -> initial_instructions.md
|
2026-02-10 12:35:44 +01:00 |
|