AWS bedrock-agentcore documentation change
Summary
Updated punctuation in markdown: replaced em dash with hyphen and added backslash before hyphens in list items.
Security assessment
Changes are purely typographical (punctuation formatting) with no security implications. No references to vulnerabilities, security practices, or features.
Diff
diff --git a/bedrock-agentcore/latest/devguide/harness-environment.md b/bedrock-agentcore/latest/devguide/harness-environment.md index 0cd2b5ad1..2be404432 100644 --- a//bedrock-agentcore/latest/devguide/harness-environment.md +++ b//bedrock-agentcore/latest/devguide/harness-environment.md @@ -143 +143 @@ AWS CLI/boto3 -[Agent Skills](https://strandsagents.com/docs/user-guide/concepts/plugins/skills/) are bundles of markdown and scripts that give the agent domain knowledge on demand (e.g. how to work with Excel files, how to use a specific API). Skills must be present in the harness environment (the container filesystem) before they can be used. The `skills` parameter on the harness or at invoke time is a **pointer** to a path inside the environment — it does not upload or install the skill. +[Agent Skills](https://strandsagents.com/docs/user-guide/concepts/plugins/skills/) are bundles of markdown and scripts that give the agent domain knowledge on demand (e.g. how to work with Excel files, how to use a specific API). Skills must be present in the harness environment (the container filesystem) before they can be used. The `skills` parameter on the harness or at invoke time is a **pointer** to a path inside the environment - it does not upload or install the skill. @@ -147 +147 @@ AWS CLI/boto3 -**Bake into the container image** — include the skill directory in your custom image at a known path (e.g. `.agents/skills/xlsx`). Available to all invocations automatically. This is the recommended approach for production. +**Bake into the container image** \- include the skill directory in your custom image at a known path (e.g. `.agents/skills/xlsx`). Available to all invocations automatically. This is the recommended approach for production. @@ -149 +149 @@ AWS CLI/boto3 -**Install at session start** — use `InvokeAgentRuntimeCommand` to install skills after the session begins, before invoking the agent: +**Install at session start** \- use `InvokeAgentRuntimeCommand` to install skills after the session begins, before invoking the agent: