Skip to content

fix(brain): remediate hive privacy findings - #3788

Merged
djm204 merged 6 commits into
mainfrom
fix/hive-pr3775-post-merge-findings-v2
Jul 26, 2026
Merged

fix(brain): remediate hive privacy findings#3788
djm204 merged 6 commits into
mainfrom
fix/hive-pr3775-post-merge-findings-v2

Conversation

@djm204

@djm204 djm204 commented Jul 25, 2026

Copy link
Copy Markdown
Owner

Summary

  • preserve stable Hive publisher ownership across durable brain restarts so right-to-forget can revoke previously published rows
  • revoke revised, rejected, episodically forgotten, and never-store lesson publications precisely while securely purging deleted SQLite payloads
  • keep encrypted brains able to read peer lessons without publishing local plaintext, and enforce the Hive confidence floor on approval

Verification

  • npm test --workspace @franken/brain — 486/486 passed
  • npm run typecheck --workspace @franken/brain — passed
  • npm run lint --workspace @franken/brain — passed
  • npm run build --workspace @franken/brain — passed
  • npm run lint — passed
  • root npm test has 3 pre-existing franken-orchestrator failures unrelated to this diff
  • root npm run typecheck and npm run build remain blocked by pre-existing franken-web errors

Remediation chain

Follow-up to merged PR #3775 for issue #3689. This consolidates fixes for the seven unresolved Codex review findings on the merged head, including right-to-forget and secure-deletion defects.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 20d0e9c7a2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/franken-brain/src/hive-mind-store.ts Outdated
Comment thread packages/franken-brain/src/brain-registry.ts Outdated
Comment thread packages/franken-brain/src/sqlite-brain.ts Outdated
@djm204

djm204 commented Jul 25, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ec1367b5bf

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/franken-brain/src/brain-registry.ts Outdated
Comment thread packages/franken-brain/src/hive-mind-store.ts
Comment thread packages/franken-brain/src/brain-registry.ts Outdated
Comment thread packages/franken-brain/src/sqlite-brain.ts
Comment thread packages/franken-brain/src/hive-mind-store.ts
@djm204
djm204 merged commit 1275e4d into main Jul 26, 2026
4 checks passed
@djm204
djm204 deleted the fix/hive-pr3775-post-merge-findings-v2 branch July 26, 2026 03:30
@github-actions github-actions Bot mentioned this pull request Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant