feat(insights): migrate Analyst context to Ethos - #1423
Merged
aleckhoury merged 2 commits intoAug 20, 2026
Merged
Conversation
Use ETHOS.md as the preferred Analyst context and label README fallbacks as unvalidated. Signed-off-by: Alec Khoury <akhoury@nvidia.com>
Contributor
This was referenced Aug 20, 2026
Keep Analyst behavior unchanged while adopting Ethos terminology. Signed-off-by: Alec Khoury <akhoury@nvidia.com>
aleckhoury
marked this pull request as ready for review
August 20, 2026 17:11
aleckhoury
merged commit Aug 20, 2026
be5dc7e
into
ethos-authoritative-rename/akhoury
7 checks passed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This change applies the direct Agent Spec-to-Ethos rename across Analyst inputs, profiles, jobs, prompts, tests, and documentation.
It preserves the Analyst's prior fallback, benchmark, preflight, and prompt behavior.
This child PR targets the authoritative rename PR.
Changes
ETHOS.mdwhile retaining theREADME.mdfallback.Type of Change
Quality Gates
Verification
Signed-off-by:traileruv run pre-commit run -apasses, or any blocked checks are identified belowTargeted validation:
uv run --frozen pytest plugins/nemo-insights/tests -q: 617 passed, 1 skipped.uv run --frozen ruff check plugins/nemo-insights: passed.uv run --frozen ruff format --check plugins/nemo-insights: 90 files already formatted.uv run --frozen ty checkacross changed source files: passed.uv run pre-commit run --files: passed.make docs-broken-links: passed.git diff --check: passed.uv run pre-commit run -a: core checks passed. The Helm hook modified unrelated generated documentation, and this worktree lacks Studio'slint-stagedbinary.make docs-check: blocked because this worktree contains Git LFS pointer files.