Skip to content

refactor(kernel-exo): rename describe() to __getDescription__() d…#869

Draft
grypez wants to merge 1 commit intogrypez/exo-genesisfrom
grypez/schema-dunder
Draft

refactor(kernel-exo): rename describe() to __getDescription__() d…#869
grypez wants to merge 1 commit intogrypez/exo-genesisfrom
grypez/schema-dunder

Conversation

@grypez
Copy link
Contributor

@grypez grypez commented Mar 4, 2026

Aligns discoverable exo introspection with the existing dunder convention (__getInterfaceGuard__, __getMethodNames__) established by @endo/exo. Changes the conventional invocation for (alleged) object semantics to the GET_DESCRIPTION symbol, with E(obj)[GET_DESCRIPTION]() defaulting to E(obj).__getDescription__() in alignment with existing exo and captp conventions.

…under

Aligns discoverable exo introspection with the existing dunder convention
(`__getInterfaceGuard__`, `__getMethodNames__`) established by `@endo/exo`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 76.11%
🟰 ±0%
6639 / 8722
🔵 Statements 76%
🟰 ±0%
6745 / 8874
🔵 Functions 73.94%
⬇️ -0.01%
1652 / 2234
🔵 Branches 75.38%
🟰 ±0%
2471 / 3278
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/kernel-agents/src/capabilities/discover.ts 10%
🟰 ±0%
100%
🟰 ±0%
0%
🟰 ±0%
11.11%
🟰 ±0%
18-52
packages/kernel-exo/src/discoverable.ts 100% 100% 100% 100%
packages/kernel-exo/src/index.ts 100% 100% 100% 100%
Generated in workflow #3882 for commit 4184513 by the Vitest Coverage Report Action

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