allwright 1.134.0 → 1.135.0

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/bin/allwright.js +2 -1
  2. package/package.json +1 -1
package/bin/allwright.js CHANGED
@@ -101,7 +101,8 @@ IF YOU ASK (the ${h.NEEDS_INPUT_MARKER} case above) and the sensible answers are
101
101
  READ WITH INTENT - tokens are the customer's money:
102
102
  - When the ticket names files or paths, open those FIRST; sweep the wider tree only when they fall short.
103
103
  - When a DOCUMENT INDEX section is present below, use it: Read a long document's relevant section with offset/limit instead of the whole file.
104
- - CLAUDE.md has already told you where things live - trust it before running discovery searches.`;h.REVISION_PROMPT=`
104
+ - CLAUDE.md has already told you where things live - trust it before running discovery searches.
105
+ - A whole-file \`cat\`/\`sed -n\` dump through Bash costs exactly as many tokens as the same content read any other way - there is no free lunch in fewer, bigger reads. Grep for the function or section first, then read just that range; catting three files up front "in case they're relevant" costs three files whether or not two of them turn out to be (seen live, CPA-712: 39 whole-file/whole-section Bash reads against 12 targeted Reads, 77 turns before the first edit).`;h.REVISION_PROMPT=`
105
106
 
106
107
  THIS TICKET HAS ALREADY BEEN IMPLEMENTED ONCE - you are REVISING it:
107
108
  - The previous implementation is ALREADY IN your base branch. Do not build it again, and do not undo it. Read what is there before deciding anything.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allwright",
3
- "version": "1.134.0",
3
+ "version": "1.135.0",
4
4
  "description": "Allwright — the AI teammate that runs on YOUR machine. Polls your Jira, runs jailed agents in your local checkouts, opens PRs, executes approved deploys, and audits security/testing/architecture. Credentials and code never leave your host.",
5
5
  "bin": {
6
6
  "allwright": "bin/allwright.js",