@leing2021/super-pi 0.25.1 → 0.25.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leing2021/super-pi",
3
- "version": "0.25.1",
3
+ "version": "0.25.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Pi-native Compound Engineering package for iterative development workflows",
@@ -4,6 +4,10 @@
4
4
 
5
5
  The Feature Implementation Workflow describes the development pipeline: research, planning, TDD, code review, and then committing to git.
6
6
 
7
+ ## Tool Usage Constraints
8
+
9
+ - **`ask_user_question` option labels**: Keep each option under 30 characters. The pi TUI truncates longer labels with "..." and does not word-wrap. Put verbose context in the question text or a preceding message instead.
10
+
7
11
  ## Feature Implementation Workflow
8
12
 
9
13
  0. **Research & Reuse** _(mandatory before any new implementation)_