Skip to content

Commit 83af65f

Browse files
committed
docs: audit file
1 parent 6533651 commit 83af65f

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,3 +444,24 @@ vsce package
444444
**Current Branch**: `mini-typescript-hero-v4`
445445
**Version**: 4.0.0-rc.0
446446
**Status**: ✅ **529/529 tests passing (100%)** - All tests audited and verified following mandatory assertion pattern!
447+
448+
449+
## How to create an audit file
450+
451+
Of our own code
452+
and of the old typescript hero
453+
454+
```
455+
gitingest -e "*node_modules*,*vscode-test*,*.js,*logo*,*old-typescript*,*package*,CLAUDE*,*logo*,.claude,*.DS_Store*,digest.txt,*out*" ./
456+
cd comparison-test-harness/old-typescript-hero && gitingest -e "*node_modules*,*vscode-test*,*.DS_Store*,digest.txt" ./ && cd ../..
457+
{
458+
echo "*** MINI TYPESCRIPT HERO FOLDER CONTENT ***"
459+
echo ""
460+
cat digest.txt
461+
echo ""
462+
echo ""
463+
echo "*** OLD TYPESCRIPT HERO FOLDER CONTENT ***"
464+
echo ""
465+
cat comparison-test-harness/old-typescript-hero/digest.txt
466+
} > digest-combined.txt && mv digest-combined.txt digest.txt
467+
```

0 commit comments

Comments
 (0)