UNPKG
creatrip-agent-rules-builder
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
Unified converter for AI coding agent rules across Cursor, Windsurf, and Claude
creatrip-agent-rules-builder
/
dist
/
generators
/
codex.d.ts
3 lines
•
175 B
TypeScript
View Raw
1
2
3
import
{
ParsedContent
}
from
"../types"
;
export
declare
function
generateCodexRules
(
parsedContent
:
ParsedContent
,
baseDir
?:
string
):
void
;
//# sourceMappingURL=codex.d.ts.map