@cortexkit/aft 0.36.0 → 0.36.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 (2) hide show
  1. package/dist/index.js +40 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1148,9 +1148,25 @@ var init_onnx_runtime = __esm(() => {
1148
1148
  });
1149
1149
 
1150
1150
  // ../aft-bridge/dist/pipe-strip.js
1151
- var NOISE_FILTERS, GREP_GUARD_FLAGS;
1151
+ var NOISE_FILTERS, GREP_GUARD_FLAGS, XCODEBUILD_VALUE_FLAGS, XCODEBUILD_BUILD_ACTIONS, READS_FILE_OPERAND;
1152
1152
  var init_pipe_strip = __esm(() => {
1153
- NOISE_FILTERS = new Set(["grep", "rg", "head", "tail", "cat", "less", "more"]);
1153
+ NOISE_FILTERS = new Set([
1154
+ "grep",
1155
+ "rg",
1156
+ "head",
1157
+ "tail",
1158
+ "cat",
1159
+ "less",
1160
+ "more",
1161
+ "sed",
1162
+ "awk",
1163
+ "cut",
1164
+ "sort",
1165
+ "uniq",
1166
+ "tr",
1167
+ "column",
1168
+ "fold"
1169
+ ]);
1154
1170
  GREP_GUARD_FLAGS = new Set([
1155
1171
  "c",
1156
1172
  "count",
@@ -1161,6 +1177,28 @@ var init_pipe_strip = __esm(() => {
1161
1177
  "l",
1162
1178
  "files-with-matches"
1163
1179
  ]);
1180
+ XCODEBUILD_VALUE_FLAGS = new Set([
1181
+ "-scheme",
1182
+ "-target",
1183
+ "-project",
1184
+ "-workspace",
1185
+ "-configuration",
1186
+ "-sdk",
1187
+ "-destination",
1188
+ "-arch",
1189
+ "-derivedDataPath",
1190
+ "-resultBundlePath",
1191
+ "-xcconfig",
1192
+ "-toolchain"
1193
+ ]);
1194
+ XCODEBUILD_BUILD_ACTIONS = new Set([
1195
+ "build",
1196
+ "test",
1197
+ "build-for-testing",
1198
+ "test-without-building",
1199
+ "analyze"
1200
+ ]);
1201
+ READS_FILE_OPERAND = new Set(["cat", "tac", "nl", "less", "more"]);
1164
1202
  });
1165
1203
 
1166
1204
  // ../aft-bridge/dist/pool.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cortexkit/aft",
3
- "version": "0.36.0",
3
+ "version": "0.36.1",
4
4
  "type": "module",
5
5
  "description": "Unified CLI for Agent File Tools (AFT) — setup, doctor, and diagnostics across supported agent harnesses (OpenCode, Pi)",
6
6
  "license": "MIT",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@clack/prompts": "^1.2.0",
27
- "@cortexkit/aft-bridge": "0.36.0",
27
+ "@cortexkit/aft-bridge": "0.36.1",
28
28
  "comment-json": "^4.6.2"
29
29
  },
30
30
  "devDependencies": {