Frequently Asked Questions
Environment and Installation
Which Cursor version is required?
Use the latest stable Cursor. Final compatibility details follow the main repository README.
Do I need local Node.js?
Typical usage of workflow skills plus /remember and /init usually does not require local Node.js.
Direct script execution (for example uninstall scripts) does.
How do I sync the memory index?
Run /memory-govern in Cursor. It restores INDEX/notes consistency and can optionally run governance suggestions.
How do I uninstall LingXi?
From project root:
yarn lx:uninstall
# or
npm run lx:uninstallFor CI/non-interactive environments:
yarn lx:uninstall --yesHow do I automatically verify install-manifest integrity?
Run three tests in CI:
install-manifest-existsinstall-manifest-coverageinstall-manifest-version-sync
Workflow
How do LingXi /plan and /build relate to Cursor Plan/Build?
They are complementary. LingXi workflow is task-document-centric and layered; Cursor built-in features can be used as replacement or in combination depending on context.
Memory System
What if memory noise grows over time?
Noise is controlled through write governance, minimal retrieval injection, and user gating.
When needed, use /memory-govern for periodic convergence.