diff --git a/behaviors/explanatory.yaml b/behaviors/explanatory.yaml new file mode 100644 index 0000000..3beefe8 --- /dev/null +++ b/behaviors/explanatory.yaml @@ -0,0 +1,8 @@ +bundle: + name: behavior-explanatory + version: 1.0.0 + description: Explanatory output style with educational insight blocks + +hooks: + - module: hooks-explanatory + source: git+https://github.com/michaeljabbour/amplifier-module-hooks-explanatory@main diff --git a/bundle.md b/bundle.md index a10d6dd..23d6fde 100644 --- a/bundle.md +++ b/bundle.md @@ -14,6 +14,7 @@ includes: - bundle: foundation:behaviors/redaction - bundle: foundation:behaviors/todo-reminder - bundle: foundation:behaviors/streaming-ui + - bundle: foundation:behaviors/explanatory # External bundles - bundle: git+https://github.com/microsoft/amplifier-bundle-recipes@main#subdirectory=behaviors/recipes.yaml - bundle: git+https://github.com/microsoft/amplifier-bundle-design-intelligence@main#subdirectory=behaviors/design-intelligence.yaml