From career
For CONTEXT_STORE=pinecone — verify the index against the local workspace. Flags vectors whose source file was deleted, renamed, or content-changed (hash mismatch), and surfaces vectors whose content contradicts current ground-truth (stale claims, closed engagements, outdated targets). Proposes deletes/re-embeds; never silently mutates the index.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin careerThis skill is limited to using the following tools:
- After bulk edits to ground-truth or CRM.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
semantic-recall for high-stakes calls (offer comparisons, pivot decisions).${CAREER_DATA_DIR}/config.json → WORKING_FOLDER, CONTEXT_STORE, PINECONE_INDEX. Bail if CONTEXT_STORE != pinecone.
Use the Pinecone MCP to enumerate vector IDs + metadata for the configured index. Each vector should carry metadata: source_path, content_hash, embedded_at, namespace (set by pinecone-sync).
If metadata is missing on a meaningful fraction of vectors, bail with: "index lacks source-path metadata — run /career:pinecone-sync --reindex first."
For each vector:
WORKING_FOLDER. Propose vector delete.content_hash metadata. Propose re-embed (delete + upsert via pinecone-sync).Read ${WORKING_FOLDER}/ground-truth.md and extract assertion-shaped lines (looking-for, hard-constraints, location, currency, current-stage). For each assertion, search the vector index (search-records) with the assertion as query, top_k=10. For matches with high similarity (≥0.85) but semantic contradiction, flag.
Heuristic contradictions to detect (let the model judge, no regex needed):
closed.${WORKING_FOLDER}/reconcile/<YYYY-MM-DD>-vector-conflicts.md. Sections:
# Vector conflicts — {{date}}
## File-level
- DELETE vec_id=... source=research/companies/acme/... reason=source-deleted
- REEMBED vec_id=... source=ground-truth.md reason=hash mismatch (last embedded 2026-01-12)
- RENAME vec_id=... source=domain-notes/foo.md → bar.md reason=path moved
## Semantic
- vec_id=... excerpt="…still in talks with Acme…" conflicts with: crm/companies.md:Acme=closed (2026-02-14)
## Proposed actions
- 12 deletes, 3 re-embeds, 1 rename, 4 semantic flags for user review
AskUserQuestion per action class (delete batch / re-embed batch / rename batch / semantic flags). Semantic flags never auto-resolve — they're for the user to decide whether to update ground-truth, update the source doc, or keep both views.
Re-embeds delegate to pinecone-sync --paths=<list>.
Re-running after a clean apply produces an empty findings file (or skips writing).
/career:detect-mcps or /career:install-companion-plugins --only=private-misc."incomplete: true in frontmatter.