@profoundry-us/loco_motion 0.5.1 → 0.5.2

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -994,6 +994,10 @@ the GitHub Discussions feature and let us know!
994
994
  the `lib/loco_motion/patches/view_component/slot_loco_parent_patch.rb`
995
995
  - [ ] Make the tooltips documentation button a component and use it for the
996
996
  Labelable concern docs too
997
+ - [x] Update LLM.txt with better examples showing actual usage scenarios
998
+ - Right now, LLMs don't see enough things like HREFs in buttons / links
999
+ - Cards still try to do a `card.with_body` or even `card.with_title` for
1000
+ just a string
997
1001
 
998
1002
  [1]: https://loco-motion.profoundry.us/
999
1003
  [2]: https://loco-motion-demo-staging.profoundry.us/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@profoundry-us/loco_motion",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Crazy fast Rails development!",
5
5
  "main": "index.js",
6
6
  "repository": {