Skip to content

Commit

Permalink
Switch from skills to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
markwallace-microsoft committed Jun 19, 2023
1 parent 6bd3437 commit da2d84b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/decisions/0002-java-folder-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|----------------------------------|-------------|
Expand All @@ -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`, ... |

0 comments on commit da2d84b

Please sign in to comment.