letmeknow-cli 0.3.0 → 0.3.1

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 (3) hide show
  1. package/README.md +1 -1
  2. package/SKILL.md +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -90,7 +90,7 @@ Requirements:
90
90
  - A relative action identifier such as `search`, `approve`, or `invoice:inspect`
91
91
  - Meaningful control `name` values
92
92
 
93
- A submit button's standard `formaction` overrides the form's `action`. Native `required`, input types, ranges, and patterns validate locally. `FormData(form, submitter)` is captured before the form is disabled, so selected controls and the clicked submit button are included. Repeated names become string arrays.
93
+ A submit button's standard `formaction` overrides the form's `action`. Native `required`, input types, ranges, and patterns validate locally. `FormData(form, submitter)` is captured before the form is disabled, so selected controls and the clicked submit button are included. Repeated names become string arrays. File inputs are rejected.
94
94
 
95
95
  ### Standalone actions
96
96
 
package/SKILL.md CHANGED
@@ -72,7 +72,7 @@ Rules:
72
72
  - A submit button's standard `formaction` may override the form action.
73
73
  - Native `required`, input types, ranges, and patterns validate locally.
74
74
 
75
- The runtime captures `FormData(form, submitter)` before disabling the form. Selected radio buttons, checked boxes, ordinary controls, and the clicked submit button are therefore included. Repeated names become string arrays. File values are not currently sent.
75
+ The runtime captures `FormData(form, submitter)` before disabling the form. Selected radio buttons, checked boxes, ordinary controls, and the clicked submit button are therefore included. Repeated names become string arrays. File inputs are rejected; upload files separately as assets when needed.
76
76
 
77
77
  ## Standalone actions
78
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "letmeknow-cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "A temporary interactive web surface for agents.",
5
5
  "files": [
6
6
  "bin",