feat(documentation-directory): add typed markdown directory ingestion with author normalization and test coverage

This commit is contained in:
2026-05-02 09:43:51 +00:00
parent 179ccd3883
commit 58c786cbec
19 changed files with 7949 additions and 17889 deletions
+9
View File
@@ -0,0 +1,9 @@
import * as tsclass from '@tsclass/tsclass';
import * as smartfile from '@push.rocks/smartfile';
import * as smartmarkdown from '@push.rocks/smartmarkdown';
export {
tsclass,
smartfile,
smartmarkdown,
};