markitect-main/markitect/plugins/builtin
tegwick 50170f75df fix: resolve md-ingest Path object conversion error
Fix critical runtime error where md-ingest command failed with
'str' object has no attribute 'exists'. The DocumentManager.ingest_file()
method expects a Path object but was receiving a string from the CLI.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 05:59:25 +02:00
..
search feat: implement lightweight full text search plugin using SQLite FTS5 (issue #83) 2025-10-03 17:03:11 +02:00
__init__.py feat: implement comprehensive plugin architecture and extensions system (issue #19) 2025-10-03 11:23:32 +02:00
formatters.py feat: implement comprehensive plugin architecture and extensions system (issue #19) 2025-10-03 11:23:32 +02:00
markdown_commands.py fix: resolve md-ingest Path object conversion error 2025-10-25 05:59:25 +02:00
processors.py feat: implement comprehensive plugin architecture and extensions system (issue #19) 2025-10-03 11:23:32 +02:00