nu_plugin_secret 0.7.0

Production-grade secret handling plugin for Nushell with secure CustomValue types that prevent accidental exposure of sensitive data
Documentation
# Architecture Decision Records

This directory contains the Architecture Decision Records (ADRs) for the nu_plugin_secret project.

An ADR is a short document that captures a single significant architectural or design decision
along with its context and consequences. ADRs give current and future contributors a way to
understand *why* the system is shaped the way it is, not just *how* it works.

For more background on the practice, see
[Documenting Architecture Decisions](https://cognitect.com/blog/2011/11/15/documenting-architecture-decisions)
by Michael Nygard.

## Status Legend

| Emoji | Status     | Meaning                               |
|-------|------------|---------------------------------------|
| 🟡    | Proposed   | Under discussion, not yet agreed upon |
|| Accepted   | Agreed and in effect                  |
|| Deprecated | No longer applies                     |
| 🔄    | Superseded | Replaced by a newer ADR               |

## Inventory

| ADR                      | Status      | Date       | Title                             |
|--------------------------|-------------|------------|-----------------------------------|
| [ADR-0000]adr-0000.md  | ✅ Accepted | 2026-02-10 | Use Architecture Decision Records |