gstack/browse
xianren 1a100a2a23 fix: eliminate duplicate command sets in chain, improve flush perf and type safety
- Remove duplicate CHAIN_READ/CHAIN_WRITE/CHAIN_META sets from meta-commands.ts
  and import from commands.ts (single source of truth). The duplicated sets would
  silently fail to route new commands added to commands.ts.
- Replace read+concat+write log flush with fs.appendFileSync — O(new entries)
  instead of O(total log size) per flush cycle.
- Replace `any` types for contextOptions with Playwright's BrowserContextOptions
  and add proper types for storage state in recreateContext().

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 22:05:02 +08:00
..
bin Merge remote-tracking branch 'origin/main' into v0.3.6-qa-upgrades 2026-03-14 02:35:48 -05:00
src fix: eliminate duplicate command sets in chain, improve flush perf and type safety 2026-03-17 22:05:02 +08:00
test fix: js statement wrapping + click auto-routes option to selectOption (v0.4.5) (#117) 2026-03-16 21:50:43 -05:00
SKILL.md feat: always-on ELI16 + branch detection (v0.4.3) (#108) 2026-03-16 12:27:47 -05:00
SKILL.md.tmpl feat: contributor mode, session awareness, recommendation format (#90) 2026-03-16 01:45:50 -05:00