Skip to main content

autolog-chrome-ext

Chrome 拡張(src/chrome_ext/、Manifest V3)と受け口(src/autolog/internal/ingest/)の約束。chrome.storage の get から set は原子的でないので Promise チェーンで直列化すること、ロックの中から withState を呼ぶとデッドロックするので入口だけでロックを取ること(例外は removeFromQueue)、イベントを積んでから区間を消す順序、4xx は件数を半分に絞って原因を追い込み1件まで絞れたら捨てて前進すること、受け口は 127.0.0.1 のみに bind し Bearer トークンを要求し本文上限 8MB であることを扱う。src/chrome_ext/background.js・content_media.js・shared.js・src/autolog/internal/ingest/server.go を編集するとき必読。「閲覧が送られてこない」「キューが減らない」の調査でも必読。

Jump to install

Source facts

Repository
mt3hr/gkill_autolog
Last source activity
August 23, 2026 at 08:41
Detected SKILL.md language
Japanese
Stars
1
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.