Commit Graph

5 Commits

Author SHA1 Message Date
f1bfbad12b fix: correct typo in README shell command from 'echo >' to 'echo' for proper markdown file creation 2025-01-27 18:40:33 +00:00
0ce3bd9353 fix: add missing code block closing backticks in README example section 2025-01-27 18:33:54 +00:00
8378cde372 fix: add missing closing code fence to README example block
The diff adds a closing triple backtick to the Python example in the README, which was previously unterminated and would break markdown rendering of the code block.
2025-01-27 18:33:32 +00:00
13cabb826e docs: update README with separate usage and development setup instructions 2025-01-27 17:29:53 +00:00
41d8f46b46 feat: initialize project structure with core application scaffolding
- Create README.md with project description, features, and usage examples
- Set up basic directory layout for template rendering engine
- Define core concepts: markdown-first resolution, dynamic Python support, and CVS integration
2025-01-27 17:25:40 +00:00