Commit c5ccc92
committed
chore: remove fallow tooling and fix Import-LibModule scoping
- Remove .fallowrc.json, .fallowignore, .fallow/ cache — fallow is a
JS/TS-only tool; this project has no JS/TS source files
- Remove fallow devDependency from package.json and run pnpm install
to drop it from pnpm-lock.yaml
- Remove all fallow:* npm scripts from package.json
- Remove all fallow-* tasks from Taskfile.yml
- Clear .mcp.json fallow MCP server entry
- Delete dead code: profile.d/dev-tools-modules/api/api-tools.ps1
(incomplete WIP copy of profile.d/api-tools.ps1, never loaded by
any fragment or module registry)
- Fix ConvertToJsonObject duplication in sexpr.ps1: extract shared
helper as _ConvertSexprItemToJson global function; both
_ConvertFrom-SexprToJson and _ConvertFrom-SexprToYaml now call it
- Fix systemic Import-LibModule scoping bug: add -Global flag to all
Import-LibModule calls in 57 .ps1 scripts under scripts/. Without
-Global, imported modules stayed in the calling module's scope and
their functions (Write-ScriptMessage, Exit-WithCode, etc.) were
silently unavailable to script code
- Rewrite find-duplicate-functions.ps1: replace broken Invoke-Parallel
(Start-Job runspaces lack lib module access) with a direct sequential
scan using [System.IO.File]::ReadAllText; also fixes function regex
to skip global: scope qualifier to avoid false positives1 parent ede29ca commit c5ccc92
48 files changed
Lines changed: 171 additions & 948 deletions
File tree
- profile.d
- conversion-modules/data/structured
- dev-tools-modules/api
- scripts
- checks
- dev
- git
- hooks
- templates
- utils
- code-quality
- database
- dependencies
- docs
- fragment
- metrics
- performance
- release
- setup
- task-parity
- test-verification
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 2 | + | |
8 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | 304 | | |
345 | 305 | | |
346 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | 74 | | |
83 | 75 | | |
84 | 76 | | |
| |||
121 | 113 | | |
122 | 114 | | |
123 | 115 | | |
124 | | - | |
125 | 116 | | |
126 | 117 | | |
127 | 118 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
24 | 38 | | |
25 | 39 | | |
26 | 40 | | |
| |||
243 | 257 | | |
244 | 258 | | |
245 | 259 | | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
| 260 | + | |
263 | 261 | | |
264 | 262 | | |
265 | 263 | | |
| |||
297 | 295 | | |
298 | 296 | | |
299 | 297 | | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
| 298 | + | |
316 | 299 | | |
317 | 300 | | |
318 | 301 | | |
| |||
0 commit comments