<!-- SPDX-License-Identifier: Apache-2.0 AND CC-BY-4.0 -->
<!-- Copyright (c) 2026 NVIDIA Corporation. All rights reserved. -->

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [0.3.0] - 2025-05-21

### Added

- Long-form documentation site published via Fern ([`fern/docs.yml`](fern/docs.yml), [`fern/fern.config.json`](fern/fern.config.json))
- New documentation pages in [`docs/`](docs/):

### Changed

- Converted [`docs/advanced-install.md`](docs/advanced-install.md) to [`docs/advanced-install.mdx`](docs/advanced-install.mdx) for the Fern docs site
- Updated [`README.md`](README.md) project structure section to list the new `docs/` and `fern/` directories

## [0.2.0] - 2026-03-31

### Added

- [NVIDIA-NeMo/Evaluator](https://github.com/NVIDIA-NeMo/Evaluator) — 4 skills (launching evaluations, accessing MLflow, NEL assistant, bring-your-own benchmarks)
- Total catalog now: 28 skills across 5 NVIDIA product repos

## [0.1.0] - 2026-03-23

### Added

- Initial catalog of NVIDIA-verified agent skills
- Listed skills from 4 NVIDIA product repos:
  - [NVIDIA/cuopt](https://github.com/NVIDIA/cuopt) — 19 skills (routing, LP/MILP, QP, installation, server, developer)
  - [NVIDIA/TensorRT-LLM](https://github.com/NVIDIA/TensorRT-LLM) — 3 skills (model onboarding, CI failure analysis)
  - [NVIDIA-AI-Blueprints/nemotron-voice-agent](https://github.com/NVIDIA-AI-Blueprints/nemotron-voice-agent) — 1 skill (deployment)
  - [NVIDIA-NeMo/Gym](https://github.com/NVIDIA-NeMo/Gym) — 1 skill (add benchmark)
- README with quickstart, install-by-agent table, and getting help section
- CONTRIBUTING.md with DCO sign-off requirement
- SECURITY.md aligned with NVIDIA standard security policy
- CODE_OF_CONDUCT.md (Contributor Covenant)
- Dual license: Apache 2.0 + CC BY 4.0
- SPDX headers on all files
