We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc256a commit c04057eCopy full SHA for c04057e
1 file changed
docs/site/src/pages/docs/SyncSection.tsx
@@ -57,9 +57,9 @@ const SyncSection = () => {
57
<code className="text-primary bg-primary/10 px-1.5 py-0.5 rounded">
58
/sync
59
</code>{" "}
60
- to explore your project structure, build a semantic search index,
61
- discover your conventions and undocumented patterns, update project
62
- documentation, and create new custom skills. This is how Pilot adapts
+ to explore your project structure, discover your conventions and
+ undocumented patterns, update project documentation, and create new
+ custom skills. This is how Pilot adapts
63
to your project — not the other way around. Run it once initially,
64
then any time your codebase changes significantly.
65
</p>
0 commit comments