fix: 将 BOSS HR 值守改为 Chrome 扩展直连 - #48
Open
damingishere-coder wants to merge 9 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BOSS HR 半自动回复助手执行任务
背景
项目已有 BOSS Chrome Bridge、AI Provider、简历档案、招呼语草稿和本地动作令牌,但没有 HR 入站消息、回复草稿、QQ 通知或求职者端安全发送闭环。
目标
允许修改范围
src/main/java/com/getjobs/application/**src/main/resources/db/migration/**src/test/**chrome-extension/**禁止修改范围
.env内容写入仓库。已确定实现要求
tab.id作为唯一值守标签,使用chrome.alarms每 60 秒调度;上一轮未完成时跳过,超过 5 分钟则暂停。未读(n)为一致性校验;稳定 UID 必须来自会话节点属性或链接,缺失或命中不唯一时失败关闭,不用姓名猜测身份。OBSERVED -> GENERATING -> REVIEW_REQUIRED -> APPROVED(SEND_PENDING) -> SENDING -> SENT_CONFIRMED | SEND_UNKNOWN | BLOCKED | SKIPPED | EXPIRED。PRIVATE/GROUP,目标 QQ/群号及可选操作人 QQ 均由运行时加密保存,不写死在代码中。发送/修改/跳过/详情 + 4位确认码,确认码 15 分钟失效;群命令的执行结果私聊返回操作人,避免在群内扩散 HR 详情。验收标准
http://127.0.0.1:6866,所有成功/失败响应均为带success、errorCode、requestId的 JSON。SEND_UNKNOWN/BLOCKED,禁止自动重试。测试命令
返回格式