create-claude-context 1.2.1 → 1.2.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/lib/static-analyzer.js +1 -1
- package/package.json +1 -1
package/lib/static-analyzer.js
CHANGED
|
@@ -206,7 +206,7 @@ const WORKFLOW_HEURISTICS = {
|
|
|
206
206
|
const SOURCE_EXTENSIONS = {
|
|
207
207
|
javascript: ['.js', '.jsx', '.mjs', '.cjs'],
|
|
208
208
|
typescript: ['.ts', '.tsx', '.mts', '.cts'],
|
|
209
|
-
python: ['.py'],
|
|
209
|
+
python: ['.py', '.ipynb', '.pyw'],
|
|
210
210
|
go: ['.go'],
|
|
211
211
|
rust: ['.rs'],
|
|
212
212
|
ruby: ['.rb'],
|