-
Notifications
You must be signed in to change notification settings - Fork 3
feat(cli): aelf core subcommand (#439) #463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
3d724c4
feat(cli): add aelf core subcommand (#439)
robotrocketscience 610645f
test(cli): unit tests for aelf core (#439)
robotrocketscience 6824e7f
feat(slash_commands): add /aelf:core (#439)
robotrocketscience 31181c8
test(slash_commands): add core to EXPECTED_COMMANDS (#439)
robotrocketscience 39bd8f9
docs(COMMANDS): add aelf core to command reference (#439)
robotrocketscience b186c94
fix(cli): guard _posterior against α+β==0 (#439)
robotrocketscience da00bf5
docs(cli): clarify aelf core threshold-flag help text (#439)
robotrocketscience 134ce97
test(cli_core): assert non-core beliefs absent from --json output (#439)
robotrocketscience d03d159
refactor(cli): use LOCK_NONE constant in aelf core (#439)
robotrocketscience a60db1d
fix(cli): guard alpha/ab division when ab==0 in aelf core (#439)
robotrocketscience a89bd81
test(cli_core): drop CodeQL-flagged unused b assignments (#439)
robotrocketscience File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| --- | ||
| name: aelf:core | ||
| description: Surface load-bearing beliefs — locked ∪ corroborated (≥2 sources) ∪ high-posterior (μ ≥ 2/3, α+β ≥ 4). Read-only. | ||
| argument-hint: Optional flags, e.g. --json or --locked-only | ||
| allowed-tools: | ||
| - Bash | ||
| --- | ||
| <objective> | ||
| List the beliefs that anchor the store: any belief that is user-locked, | ||
| independently corroborated from at least two sources, or has a strong | ||
| multi-event positive posterior. This is the operator's first-look lens | ||
| when checking whether the store foundation is healthy. | ||
| </objective> | ||
|
|
||
| <process> | ||
| Run: `uv run aelf core $ARGUMENTS` | ||
| Display the output verbatim. Do not add commentary. | ||
| </process> |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.