Skip to content

Add Rekall to Development & Workflow - #402

Open
DitriXNew wants to merge 2 commits into
hashgraph-online:mainfrom
DitriXNew:add-rekall
Open

Add Rekall to Development & Workflow#402
DitriXNew wants to merge 2 commits into
hashgraph-online:mainfrom
DitriXNew:add-rekall

Conversation

@DitriXNew

@DitriXNew DitriXNew commented Sep 6, 2026

Copy link
Copy Markdown

Plugin: Rekall 0.3.1

Category: Development & Workflow

Scanner: plugin-scanner 3.0.103 reports 98/100 (A), with no critical, high, medium, or low findings. Passing scanner CI on master: https://github.com/DitriXNew/rekall/actions/runs/34011845175 (source commit 7995618d279230659277e8d983a611e5997eb485). SARIF was uploaded successfully to GitHub Code Scanning.

The submission guide still describes a 130-point scale; the pinned scanner prints its final score on a 100-point scale. The four informational findings concern optional interface metadata: privacy policy URL, terms URL, logo, and screenshots. Cisco skill analysis now completes with zero findings and is required by CI. The separate Skill Trust score is 85.71/100 and the Trust aggregate is 88.45/100; these are distinct from the admission score. CI publishes its JSON report and evidence tying the skill's SHA-256 to the current commit, and verifies that its instruction body matches the immutable source revision in its metadata. No self-declared verified flag is used. The optional Cisco MCP analyzer remains unavailable; this is a static scanner result, not a runtime security guarantee.

Rekall lets a Codex agent compact context within a single thread at a task boundary instead of waiting for the automatic threshold, keeping a SHA-256-verified handoff and optionally resuming the authorized work once. Its scope is the Codex VS Code extension on Windows, macOS, and Linux. Standalone Codex CLI sessions, the desktop app, and Claude Code are unsupported: the current adapter requires the VS Code extension's IPC owner and conversation lifecycle. Windows and macOS ARM have recorded live verification; Linux testing is maintainer-reported without recorded platform/version details or measurements.

The source repository includes .codex-plugin/plugin.json, a 512x512 SVG composer icon, SECURITY.md, an MIT LICENSE, package-lock.json, SHA-pinned Actions (checkout 7.0.1 and setup-node 7.0.0), Dependabot configuration, and .codexignore. Sanitized live verification records are included. CI passes on Windows, macOS, and Linux with Node.js 20 and 22: https://github.com/DitriXNew/rekall/actions/runs/34011844957. The suite contains 62 tests; Windows skips two Unix-socket integration tests.

This change adds one README line under Development & Workflow, between Registry Broker and Reviewable HTML Workbench. It includes no plugin bundles or generated catalog files.

Version-tag release automation was also verified with a build-only workflow run: https://github.com/DitriXNew/rekall/actions/runs/34011845271. Publication is enabled only for pushed version tags; existing published assets are never overwritten.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 6, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-06T04:49:45.059662Z 4301fd3 Draft marked ready
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@qodo-free-for-open-source-projects

qodo-free-for-open-source-projects Bot commented Sep 6, 2026

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Tip of the day
💡 Did you know, you can show, collapse, or hide each part of a finding: code, evidence, and all

More tips ↗ | Customize Qodo ↗ | Qodo docs ↗

Grey Divider

Previous reviews

Review updated until commit 4301fd3 ⏭️ Skipped

Results up to commit e383b25


🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Qodo Logo

@qodo-free-for-open-source-projects

qodo-free-for-open-source-projects Bot commented Sep 6, 2026

Copy link
Copy Markdown

PR Summary by Qodo

List Rekall in Development & Workflow plugins

📝 Documentation 🕐 Less than 5 minutes

Grey Divider

AI Description

• Adds Rekall to the community Development & Workflow plugin catalog.
• Documents verified context compaction and one-time continuation for Codex VS Code.
High-Level Assessment

The alphabetical README entry is the appropriate approach for this catalog-only submission. Bundling plugin artifacts or generated catalog files was considered unnecessary because the repository represents community plugins through external links.

Files changed (1) +1 / -0

Documentation (1) +1 / -0
README.mdAdd Rekall to the Development & Workflow catalog +1/-0

Add Rekall to the Development & Workflow catalog

• Adds an alphabetically placed link describing Rekall's verified context compaction and one-time automatic continuation for Codex in the VS Code extension.

README.md

@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: e383b25dc2

ℹ️ 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 README.md
- [RAG Reviewer](https://github.com/mimfort/rag_for_git) - Agentic PR review: hybrid RAG + code graph via MCP, review skills for Codex.
- [Red-Green Proof](https://github.com/RooAGI/red-green-proof) - Prove suspected bugs with a red-green-red test loop: verify the cause, watch the test fail, apply the fix, and confirm the test fails again when the fix is reverted.
- [Registry Broker](https://github.com/hashgraph-online/registry-broker-codex-plugin) - Delegate tasks to specialist AI agents via the HOL Registry, plan, find, summon, and recover sessions.
- [Rekall](https://github.com/DitriXNew/rekall) - Deliberate context compaction within a single Codex thread on the VS Code extension, with a verified task handoff and one-time automatic continuation.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge State the Windows-only limitation

This description presents Rekall as working with the VS Code extension generally, but the submitted plugin is explicitly scoped to the extension on Windows. Users browsing this catalog from macOS or Linux could therefore select an incompatible plugin; please identify it as Windows-only in the entry.

Useful? React with 👍 / 👎.

@DitriXNew
DitriXNew marked this pull request as draft September 6, 2026 03:22
@DitriXNew
DitriXNew marked this pull request as ready for review September 6, 2026 04:47
@qodo-free-for-open-source-projects

Copy link
Copy Markdown

Code review by qodo was updated up to the latest commit 4301fd3

@kantorcodes kantorcodes left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please update before merge: an unresolved review thread asks the catalog entry to state the platform scope. The source README says the VS Code extension supports Windows, macOS, and Linux, while standalone CLI/desktop use is unsupported. Please make the catalog description explicit about that supported scope and resolve the thread after the update.

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.

2 participants