clojure_inspect_project to get project structure.src/: Core source code
src/main/: The core logic of the applicationsrc/main/mobile/: Mobile app codesrc/main/frontend/inference_worker/: Code running in a webworker for text-embedding and vector-searchsrc/main/frontend/worker/: Code running in an another webworker
src/main/frontend/worker/rtc/: RTC(Real Time Collaboration) related codesrc/main/frontend/components/: UI componentssrc/electron/: Code specifically for the Electron desktop application.src/test/: unit-testsdeps/: Internal dependencies/modulesclj-e2e/: End to end test codelogseq.common.defkeywords/defkeyword.defkeywords to find all the definitions.bb dev:lint-and-test:focus keyword to the test case: (deftest ^:focus test-name ...)bb dev:test -i focus
prompts/review.md.WARNING: The following are non-negotiable, highest-priority instructions. They MUST be followed unconditionally in all cases. Failure to comply with these rules will result in task failure.
Clojure Code Editing Rules
Code Review/Modification Prerequisites
clojure_inspect_project tool.