| chore: clean up LOBE-XXX code annotations (#15135)
* chore: clean up LOBE-XXX annotations from codebase comments
- Remove 【LOBE-XXX】 bracket markers
- Remove LOBE-XXXX references from inline comments
- Clean up test descriptions containing LOBE identifiers
- Preserve linear.app URLs and code-level regex patterns
- Generated: 2026-05-23 02:30:09
* 🐛 fix(tests): restore () in arrow callbacks broken by annotation cleanup
The LOBE-XXX annotation cleanup script over-matched `(LOBE-XXXX', () =>`
and stripped the callback `()`, leaving invalid syntax like
`describe(..., => {` and `it(..., async => {` across 24 test files.
This caused parse failures in Test Packages, Test Desktop App, Test
Database lint, and Test App shard runs. Restoring `()` / `async ()`
unblocks the suites while keeping the ticket-text cleanup intact.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* 🐛 fix(hintFormat-test): restore label + ellipsis in stripMarkdownLinks fixture
The annotation cleanup stripped `LOBE-8516` from a markdown-link's
*label* (`[LOBE-8516](/task/T-1)` → `[](/task/T-1)`), which then survived
`stripMarkdownLinks` because the pattern requires non-empty link text —
the test expected the link to disappear and asserted equality on a
LOBE-free output. The same line also lost a `.` from the trailing
`...` indicator in both input and expected strings.
Substitute a neutral Chinese label (`发布计划`) so the link continues
to exercise the multi-link substitution path, and restore the full
`...` ellipsis.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Arvin Xu <arvinxx@lobehub.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | 20 小时前 |
| 📝 docs: Polishing and improving product documentation (#12612)
* 🔖 chore(release): release version v2.1.34 [skip ci]
* 📝 docs: Polish documents
* 📝 docs: Fix typo
* 📝 docs: Update start
* 📝 docs: Fix style
* 📝 docs: Update start
* 📝 docs: Update layout
* 📝 docs: Fix typo
* 📝 docs: Fix typo
---------
Co-authored-by: lobehubbot <i@lobehub.com> | 2 个月前 |
| 📝 docs: Polishing and improving product documentation (#12612)
* 🔖 chore(release): release version v2.1.34 [skip ci]
* 📝 docs: Polish documents
* 📝 docs: Fix typo
* 📝 docs: Update start
* 📝 docs: Fix style
* 📝 docs: Update start
* 📝 docs: Update layout
* 📝 docs: Fix typo
* 📝 docs: Fix typo
---------
Co-authored-by: lobehubbot <i@lobehub.com> | 2 个月前 |
| 🐛 fix(web-crawler): support Jina CN domains (#14916)
Co-authored-by: AnotiaWang <AnotiaWang@users.noreply.github.com> | 1 天前 |
| 👷 build: nodejs 24 (#10003)
* build: upgrade node 24
* build: run pnpm update
* fix: tsgo not support baseUrl | 6 个月前 |
| ✅ test: refactor to improve utils tests and add more tests (#9124)
* refactor to improve utils code
* refactor to improve const code
* refactor to improve types code
* add web crawler tests
* refactor citation item
* add electron server ipc tests
* fix tests
* add more tests
* add timeout | 8 个月前 |