Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,14 @@ The instinct-based learning system automatically learns your patterns:

See `skills/continuous-learning-v2/` for full documentation.

### 🔮 Cortex — Persistent AI Memory

Persistent AI memory for Claude Code. Auto-captures decisions, patterns, bugs, and context into a 3-layer memory system (working, episodic, semantic) — zero config required.

Install the VSCode extension or run the CLI/MCP server standalone.

[GitHub](https://github.com/SKULLFIRE07/cortex-memory) | [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=cortex-dev.cortex-ai-memory)
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot Mar 25, 2026

Choose a reason for hiding this comment

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

P2: README introduces an installation-oriented link to an unvetted third-party repo/marketplace, which violates team supply-chain safety guidance for user-facing docs.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 552:

<comment>README introduces an installation-oriented link to an unvetted third-party repo/marketplace, which violates team supply-chain safety guidance for user-facing docs.</comment>

<file context>
@@ -543,9 +543,13 @@ The instinct-based learning system automatically learns your patterns:
+
+Install the VSCode extension or run the CLI/MCP server standalone.
+
+[GitHub](https://github.com/SKULLFIRE07/cortex-memory) | [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=cortex-dev.cortex-ai-memory)
 
 ---
</file context>
Fix with Cubic


---

## 📋 Requirements
Expand Down