Skip to content

fix(entities): recover self-describing asset naming dropped from #258 merge#259

Merged
luokerenx4 merged 1 commit into
masterfrom
fix/entity-asset-naming
Jun 3, 2026
Merged

fix(entities): recover self-describing asset naming dropped from #258 merge#259
luokerenx4 merged 1 commit into
masterfrom
fix/entity-asset-naming

Conversation

@luokerenx4
Copy link
Copy Markdown
Contributor

Summary

Recovers the self-describing asset-naming convention that was authored for the entity index but dropped from PR #258's merge. The PR head lagged behind a late push, so the merge landed at the prior commit (3898669) — the same GitHub stale-head behavior that bit #257. Master currently ships the entity index with bare tickers (vst); this restores the intended convention.

  • asset names are kind-prefixed: stock-vst, crypto-ccjcrypto-btc, etf-smh. A bare ticker is opaque to a non-trader (and to the model). topic names stay descriptive phrases (ai-data-center-power).
  • Taught, not enforced (minimal schema): updated consistently in the entity_upsert + entity_search tool descriptions, the chat workspace instruction, and the demo fixtures, so they can't conflict.

Mechanically this is commit 10fe5ae cherry-picked onto current master — clean, since its parent (3898669) is already in master.

Test plan

  • tsc --noEmit (Alice) + tsc -b (UI) clean
  • golden injection test was green when authored

Boundary touch

None — tool descriptions + one instruction file + demo fixtures.

🤖 Generated with Claude Code

…t, crypto-btc)

A bare ticker like 'ccj' or 'vrt' is opaque to anyone who isn't a trader (and
to the model itself) — and the name is exactly what shows in [[name]] links and
the Tracked list. Asset names now prefix the instrument kind: stock-vst,
stock-ccj, crypto-btc, etf-smh. Topics stay descriptive phrases.

Convention is taught, not enforced (minimal schema) — updated consistently in
the entity_upsert + entity_search tool descriptions, the chat workspace
instruction, and the demo fixtures so they don't conflict.

tsc clean both sides; golden injection test green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openalice-demo Ready Ready Preview, Comment Jun 3, 2026 11:16am

Request Review

@luokerenx4 luokerenx4 merged commit 07893bb into master Jun 3, 2026
3 checks passed
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