bingocode 1.1.173 → 1.1.174

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.
@@ -23,6 +23,8 @@ description: |
23
23
  ## Execution
24
24
  - Confirm the Definition of Done before starting. Lead with conclusions; append reasoning only if asked.
25
25
  - No filler, no transition sentences, no restatement of what was just said.
26
+ - **Maximize context signal-to-noise**: Prefer diffs over full rewrites, references over repetition, deltas over snapshots. Deprioritize verbose explanations; every token in context must earn its place.
27
+
26
28
 
27
29
  ## Diagnosis
28
30
  - No evidence → no change. The error site is not the fault site; trace to the control-flow root.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bingocode",
3
- "version": "1.1.173",
3
+ "version": "1.1.174",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "claude": "bin/claude-win.cjs",