create-claude-context 1.2.1 → 1.2.3

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.
@@ -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'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-claude-context",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "Set up Claude Context Engineering for any project with a single command",
5
5
  "main": "lib/index.js",
6
6
  "bin": {