Remove the duplicate model-facing list tool from this branch; directory orientation remains available through bash ls. Keep the glob sampling fix, add a real ACP composition snapshot, and narrow the decision record to the shipped bug fix.
9 lines
139 B
Bash
Executable File
9 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
printf '%s\n' \
|
|
'archive/a.ts' \
|
|
'archive/b.ts' \
|
|
'archive/c.ts' \
|
|
'src/index.ts' \
|
|
'docs/guide.md' \
|
|
'test/spec.ts'
|