UNPKG

the-way-of-code

Version:

MCP server for The Way of Code - vibe coding principles based on Rick Rubin's adaptation of the Tao Te Ching

10 lines 230 B
export interface Chapter { number: number; text: string; keywords: string[]; codingApplication?: string; } export declare const wayOfCodeData: { chapters: Chapter[]; }; //# sourceMappingURL=way-of-code.d.ts.map