Peter Steinberger
|
2aa4ff0825
|
refactor: consolidate duplicate helper exports (#106016)
* refactor(normalization): consolidate string helpers
* refactor(normalization): consolidate agent ids
* refactor(paths): consolidate user path resolution
* refactor(gateway): preserve transcript helper facade
* fix(normalization): align helper build aliases
* fix(memory): keep helper import line neutral
* chore(plugin-sdk): align consolidated helper surface
* refactor(normalization): reuse lowercase string helper
* refactor(normalization): reuse record guard
* refactor(normalization): share surrogate boundary helper
* refactor(agents): share token estimate constant
* refactor(memory): distinguish standalone helper contracts
* refactor(normalization): share error cause formatter
* refactor(config): distinguish eligibility predicates
* refactor(plugins): share registry state symbol
* refactor(cli): reuse outbound dependency adapter
* refactor(cron): distinguish positive duration parser
* fix(gateway): keep transcript helper private
* fix(paths): preserve public helper status
* refactor(channels): reuse registry normalizer
* refactor(agents): reuse agent core runtime facade
* refactor(auth): reuse locked profile upsert
* refactor(records): distinguish trap-safe guard
* refactor(migrations): distinguish sync directory helper
* test(plugins): drop stale duration alias expectations
* fix(channels): remove stale registry import
* chore(plugin-sdk): refresh helper API baseline
* fix(memory): keep renamed helpers private
* fix(plugins): keep registry state key private
* fix(plugin-sdk): tighten wildcard surface budget
* chore(plugin-sdk): refresh rebased helper API baseline
|
2026-07-13 03:22:00 -07:00 |
|
NickNMorty
|
59097783e2
|
fix(markdown-core): CJK-friendly emphasis flanking so **标签:**正文 renders bold (#101120) (#101230)
* test(telegram): reproduce CJK emphasis flanking bug
* fix(markdown-core): support CJK emphasis flanking
* fix(markdown-core): type CJK delimiter state (#101120)
* fix(markdown-core): mirror markdown-it Unicode whitespace in CJK delimiter override
Preserves markdown-it isWhiteSpace classification (U+3000, U+00A0, U+2000-200A, etc.) before forcing CJK-adjacent delimiter flags, and adds U+3000/U+2009 regressions. Addresses clawsweeper P1 finding on #101230.
* refactor(markdown): use maintained CJK flanking plugin
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com>
|
2026-07-07 05:43:42 +01:00 |
|
Peter Steinberger
|
614e87cce1
|
chore: update dependencies (#100027)
|
2026-07-04 14:56:50 -04:00 |
|
Peter Steinberger
|
99ffd714ce
|
refactor: extract markdown core package (#88265)
* refactor: extract markdown core package
* refactor: remove old markdown sources
* fix: use source paths for markdown core imports
* fix: clean markdown package dependency ownership
* fix: refresh root shrinkwrap for markdown dependency move
|
2026-05-30 09:33:24 +02:00 |
|