Project Context
midicoder index tạo Project Context để LLM và pipeline hiểu repo hiện tại.
Các file được tạo
.midicoder/context/
manifest.json
profile.json
symbols.json
entrypoints.json
seams.json
exemplars.json
Ý nghĩa
profile.jsonNhận diện stack, ngôn ngữ, conventions.symbols.jsonDanh sách class và function với vị trí file.entrypoints.jsonCác entrypoint của app.seams.jsonĐiểm tích hợp an toàn để patch.exemplars.jsonSnippet mẫu để giữ style nhất quán.manifest.jsonMetadata của quá trình scan.
Index theo stack
Midi Coder ưu tiên indexer theo stack:
- FastAPI
- NestJS
- Angular
Nếu không detect được stack, sẽ dùng indexer generic.