Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 2 additions & 3 deletions lib/project-memory.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Memory engine stub — memory was a Clay Mates feature.
* Mates have been removed (lr-316f). This stub satisfies the
* project.js interface so existing call sites compile cleanly.
* Memory engine stub — memory was part of the Mates feature (removed lr-316f).
* This stub satisfies the project.js interface so existing call sites compile cleanly.
*
* handleMemoryList / handleMemorySearch / handleMemoryDelete are
* kept as no-ops; the WS message types (memory_list etc.) still
Expand Down
6 changes: 1 addition & 5 deletions lib/public/modules/app-skills-install.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// app-skills-install.js - Skill install dialog, requireSkills, requireClayMateInterview
// app-skills-install.js - Skill install dialog, requireSkills
// Extracted from app.js (PR-33)

import { refreshIcons, iconHtml } from './icons.js';
Expand Down Expand Up @@ -279,7 +279,3 @@ export function requireSkills(opts, cb) {
})
.catch(function () { cb(); });
}

export function requireClayMateInterview(cb) {
if (cb) cb();
}
2 changes: 1 addition & 1 deletion lib/public/modules/mention.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function buildMentionCandidates() {

var candidates = [];

// Plain vendor mentions (always available, regardless of Mates toggle).
// Plain vendor mentions (always available).
// Hide the plain entry that matches the current session's vendor: there is
// no point asking Claude for a second opinion while you are already in a
// Claude session, and likewise for Codex.
Expand Down
Loading