mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 21:53:28 +08:00
10 lines
205 B
JavaScript
10 lines
205 B
JavaScript
#!/usr/bin/env node
|
|
/**
|
|
* Backward-compatible doc warning hook entrypoint.
|
|
* Kept for consumers that still reference pre-write-doc-warn.js directly.
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
require('./doc-file-warning.js');
|