Skip to content

Commit 16d4861

Browse files
docs: fix documentation drift — missing safe output tools in prompt + hash.rs in AGENTS.md (#417)
* Initial plan * docs: fix documentation drift - add missing safe output tools and hash.rs Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/b79938ce-8102-4f1a-9074-ae486675456c Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
1 parent 51b27e4 commit 16d4861

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Every compiled pipeline runs as three sequential jobs:
7373
│ ├── sanitize.rs # Input sanitization for safe outputs
7474
│ ├── validate.rs # Structural input validators (char allowlists, format checks, injection detectors)
7575
│ ├── agent_stats.rs # OTel-based agent statistics parsing (token usage, duration, turns)
76+
│ ├── hash.rs # SHA-256 utilities for safe-output file integrity
7677
│ ├── safeoutputs/ # Safe-output MCP tool implementations (Stage 1 → NDJSON → Stage 3)
7778
│ │ ├── mod.rs
7879
│ │ ├── add_build_tag.rs

prompts/create-ado-agentic-workflow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ tools:
290290
| `create-branch` | Create a new branch from an existing ref | ✅ |
291291
| `create-git-tag` | Create a git tag on a repository ref | ✅ |
292292
| `add-build-tag` | Add a tag to an ADO build | ✅ |
293+
| `upload-build-attachment` | Attach a workspace file to a build (visible via REST/custom extension) | ✅ |
294+
| `upload-pipeline-artifact` | Publish a workspace file as a pipeline artifact (visible in Artifacts tab) | ✅ |
293295
| **Wiki** | | |
294296
| `create-wiki-page` | Create a new ADO wiki page (requires `wiki-name`) | ✅ |
295297
| `update-wiki-page` | Update an existing ADO wiki page (requires `wiki-name`) | ✅ |

0 commit comments

Comments
 (0)