Skip to content

docs: audit commands page#15

Merged
demengc merged 1 commit intomainfrom
worktree-agent-aade9298
Mar 24, 2026
Merged

docs: audit commands page#15
demengc merged 1 commit intomainfrom
worktree-agent-aade9298

Conversation

@demengc
Copy link
Copy Markdown
Owner

@demengc demengc commented Mar 24, 2026

Summary

  • Fixed broken link: text-localization.md corrected to text-and-localization.md
  • Fixed incorrect Lamp 4.x annotations: replaced nonexistent @SuggestionProvider with the actual @Suggest (static literals) and @SuggestWith (dynamic class-based) annotations
  • Fixed suggestion registration API: changed providers.put("warps", ...) to the real SuggestionProviders.Builder.addProvider(Class, SuggestionProvider) method
  • Updated dead external links: replaced foxhut.gitbook.io/lamp-docs URLs with https://github.com/Revxrsal/Lamp/wiki
  • Improved information density: converted feature overview and annotation comparisons to tables, replaced generic headings with descriptive ones
  • Removed filler: cut inline comments from code examples that described what the code does, removed transition phrases and decorative section dividers
  • Updated frontmatter description to be more specific about what the page covers

Test plan

  • Verify all internal doc links resolve correctly in GitBook
  • Verify code examples use correct Lamp 4.0.0-rc.14 annotations and API
  • Confirm markdown renders properly in GitBook preview

Fix broken link (text-localization.md -> text-and-localization.md),
replace nonexistent @SuggestionProvider with Lamp 4.x's @Suggest and
@SuggestWith, correct suggestion registration API from providers.put()
to providers.addProvider(), update dead GitBook links to GitHub wiki,
use tables for capability overview and annotation comparisons, remove
filler comments from code examples.
@demengc demengc merged commit f568f89 into main Mar 24, 2026
2 of 3 checks passed
@demengc demengc deleted the worktree-agent-aade9298 branch March 24, 2026 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant