From 6c2978ffb32797385d1dd7fa13fa4c8587eedc0c Mon Sep 17 00:00:00 2001 From: Justin Ling Date: Fri, 14 Aug 2026 18:45:34 +0800 Subject: [PATCH] docs: mark option-like skill name plan as done --- plans/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans/README.md b/plans/README.md index 6b214e7..b8af95b 100644 --- a/plans/README.md +++ b/plans/README.md @@ -12,7 +12,7 @@ modified while creating them. | Plan | Title | Priority | Effort | Depends on | Status | | -------------------------------------------------- | ------------------------------------------------------- | -------: | -----: | ---------- | ------ | -| [001](001-reject-option-like-skill-names.md) | Reject option-like skill names before invoking `skills` | P1 | S | — | TODO | +| [001](001-reject-option-like-skill-names.md) | Reject option-like skill names before invoking `skills` | P1 | S | — | DONE | | [002](002-compare-sync-source-subpaths.md) | Detect source-subpath drift during sync | P1 | M | — | TODO | | [003](003-block-credential-bearing-sources.md) | Block credential-bearing source references | P1 | S | — | TODO | | [004](004-serialize-catalog-updates.md) | Serialize catalog updates | P1 | M | — | TODO |