flanders 0.5.0 → 0.6.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.
@@ -173,7 +173,7 @@ class ClaudeAdapterIterator {
173
173
  if (this._args.effort) {
174
174
  argv.push("--effort", this._args.effort);
175
175
  }
176
- argv.push("--input-format", "stream-json", "--output-format", "stream-json", "--include-partial-messages", "--verbose", "--print");
176
+ argv.push("--input-format", "stream-json", "--output-format", "stream-json", "--include-partial-messages", "--verbose", "--print", "--dangerously-skip-permissions");
177
177
  return argv;
178
178
  }
179
179
  _handleLine(line) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "flanders",
3
- "version": "0.5.0",
4
- "description": "Stubborn and smart plan implementation looper using AI",
3
+ "version": "0.6.0",
4
+ "description": "Flanders never breaks a rule",
5
5
  "main": "lib/",
6
6
  "types": "lib/types",
7
7
  "files": [