Skip to content

Commit e65a136

Browse files
authored
Merge pull request #19 from jamesadevine/copilot/fix-content-quality-issues
Fix content quality issues: invisible characters and capitalization
2 parents 5cb18d4 + f09c241 commit e65a136

File tree

2 files changed

+7
-7
lines changed
  • src/content/posts

2 files changed

+7
-7
lines changed

src/content/posts/azure-devops-agentic-pipelines/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are four key pipeline jobs in Agentic Pipelines, mirroring that of the age
1313

1414
* **Setup** - Preprocessing jobs that a user may optionally specify.
1515
* **Agent execution** - Agent completes the task specified by the user, optionally using outputs from the Setup job. The agent produces "safe outputs" that are later evaluated.
16-
* **Threat detection** - Safe outputs are analysed for threats e.g. prompt injection, DDOS, directory traversal attacks.
16+
* **Threat detection** - Safe outputs are analysed for threats e.g. prompt injection, DDoS, directory traversal attacks.
1717
* **Safe output execution** - Having been deemed safe, the outputs are executed. There is no agent involvement here. Outputs are evaluated against the contract, specified in the original definition.
1818

1919
The key innovation is the separation of agent action from execution. When both are combined, agentic execution cannot be audited or analysed. In a separate two stage process it can!
@@ -48,7 +48,7 @@ You are responsible for ensuring the documentation in ⁠ .github/copilot-inst
4848
4949
### Analysis Process
5050
51-
1.⁠ ⁠*Read the instructions file*: Start by reading ⁠ .github/copilot-instructions.md ⁠ thoroughly
51+
1. *Read the instructions file*: Start by reading `.github/copilot-instructions.md` thoroughly
5252
....
5353
```
5454

@@ -169,10 +169,10 @@ You are an expert build and test analyst. Your task is to analyze recent BVT (Bu
169169
170170
### Context
171171
172-
The ⁠ ./failure-summaries ⁠ directory contains triage summary files from failing pipeline runs over the last 5 days. Each file represents a failed build and contains:
173-
•⁠ ⁠Test failures and error messages
174-
•⁠ ⁠Build configuration details
175-
•⁠ ⁠Potential root causes identified by automated triage
172+
The `./failure-summaries` directory contains triage summary files from failing pipeline runs over the last 5 days. Each file represents a failed build and contains:
173+
- Test failures and error messages
174+
- Build configuration details
175+
- Potential root causes identified by automated triage
176176
177177
....
178178

src/content/posts/my-revised-metric/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here are a few examples that have come from injecting this mindset into my devel
1313

1414
### Decreasing my time-to-awesome with improved agent time-to-awesome
1515

16-
Before, I would spot issues while navigating a codebase but ignore them to stay focused on the task I set out to complete. Now, I have built a VS Code extension that lets VS Code Copilot create Azure DevOps for Github copilot issues contextually. My time to agent time-to-awesome is significantly reduced and the agent begins work outside my primary development flow.
16+
Before, I would spot issues while navigating a codebase but ignore them to stay focused on the task I set out to complete. Now, I have built a VS Code extension that lets VS Code Copilot create Azure DevOps work items for GitHub Copilot issues contextually. My time to agent time-to-awesome is significantly reduced and the agent begins work outside my primary development flow.
1717

1818
### Decreasing agent time-to-awesome with improved context
1919

0 commit comments

Comments
 (0)