You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: moonbit-agent-guide/SKILL.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,7 @@ my_module
162
162
`pkg.generated.mbti` files are compiler-generated summaries of each package's public API surface.
163
163
They provide a formal, concise overview of all exported types, functions, and traits without implementation details.
164
164
They are generated using `moon info` and useful for code review. When you have a commit that does not change public APIs, `pkg.generated.mbti` files will remain unchanged, so it is recommended to put `pkg.generated.mbti` in version control when you are done.
165
+
Do not modify `pkg.generated.mbti` directly, including whitespace-only cleanup; regenerate it with `moon info` and review its diff as the public API signal.
165
166
166
167
For IDE navigation and symbol lookup commands, see the dedicated `moon ide` section below.
0 commit comments