claude-plugins: rename notes-hygiene to state-hygiene

This commit is contained in:
damocles 2026-07-27 12:57:55 +02:00 committed by mara
commit 2bd1b0a3d5
4 changed files with 8 additions and 8 deletions

View file

@ -7,9 +7,9 @@
},
"plugins": [
{
"name": "notes-hygiene",
"name": "state-hygiene",
"description": "Read-before-write discipline and dated-archive convention for durable agent notes/state files - use before archiving, overwriting, or pruning any notes/state file.",
"source": "./plugins/notes-hygiene",
"source": "./plugins/state-hygiene",
"category": "productivity"
}
]