diff --git a/docs/decisions/0002-java-folder-structure.md b/docs/decisions/0002-java-folder-structure.md index 4caf532a18c22..f6bb9da6047dd 100644 --- a/docs/decisions/0002-java-folder-structure.md +++ b/docs/decisions/0002-java-folder-structure.md @@ -93,6 +93,7 @@ Follow these guidelines: * Use `bom` instead of `MetaPackage` as the latter is .Net centric * Use `api` instead of `Abstractions` as the latter is .Net centric * Merge `semantickernel-core-skills` and `semantickernel-core` back into a single module name `semantickernel` +* Use the term `plugins` instead of `skills` and avoid introducing technical debt | Folder | Description | |----------------------------------|-------------| @@ -102,4 +103,4 @@ Follow these guidelines: | `semantickernel-api` | SK API definitions | | `semantickernel-bom` | SK common package collection | | `semantickernel` | SK implementation | -| `skills` | Containing: `skills-document`, `skills-msgraph`, ... | +| `plugins` | Containing: `plugins-document`, `plugins-msgraph`, ... |