-
Notifications
You must be signed in to change notification settings - Fork 2
Update README with nuguard merger details #18
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,6 +2,9 @@ | |||||
|
|
||||||
| Xelo is an open-source AI SBOM (Software Bill of Materials) generator for agentic and LLM-powered applications. It scans source code and configuration, produces an extensive, structured AI-BOM document and exports into various formats - markdown, CycloneDX, etc. It has plug-ins for security analysis. Most of these features work without using any LLM calls or requiring external network access. Truly deterministic and safe to run in any environment. | ||||||
|
|
||||||
| # Xelo is now merged with the `nuguard`opensource repo | ||||||
|
||||||
| # Xelo is now merged with the `nuguard`opensource repo | |
| # Xelo is now merged with the `NuGuard` open-source repository |
Copilot
AI
Mar 31, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section links to https://nuguardai.github.io/nuguard/, but the README later says the official documentation is at https://nuguardai.github.io/xelo. If the repo has merged, please clarify which site is authoritative (or update the existing doc link) to avoid sending users to two different “official” pages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This adds a second H1 header right after the main
# Xelotitle, which breaks the README heading hierarchy. Consider making this a##section (e.g., “Merger with NuGuard”) under the main title instead of another top-level header.