Skip to content

Commit 333c498

Browse files
committed
refactor: remove outdated slides and README files for improved documentation clarity
1 parent e422993 commit 333c498

File tree

3 files changed

+27
-286
lines changed

3 files changed

+27
-286
lines changed

docs/slides/index.md

Lines changed: 27 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ theme: gh-aw
44
paginate: true
55
---
66

7-
<script src="../js/mermaid.min.js"></script>
8-
<script>
7+
<script src="../js/mermaid.min.js">
98
mermaid.initialize({ startOnLoad: true });
109
</script>
1110

1211
# GitHub Agentic Workflows
1312

14-
## Write AI Automation in Natural Language
13+
## Agentic Processes for Continuous AI
1514

16-
### Research Preview
15+
### Technical Preview
1716

1817
<https://github.com/github/gh-aw>
1918

@@ -66,11 +65,11 @@ on:
6665
issues:
6766
types: [opened]
6867
permissions:
69-
issues: write # danger zone
68+
issues: write # DANGER zone
7069
jobs:
7170
agent:
7271
steps:
73-
- run: copilot "Summarize issue and respond in a comment."
72+
- run: copilot -p "Summarize issue and respond in a comment."
7473
```
7574
7675
---
@@ -118,11 +117,11 @@ Summarize issue and respond in a comment.
118117

119118
- **Containers**: Isolated GitHub Actions Jobs
120119

121-
- **Firewalls**: Network Control
120+
- **Firewall**: Network Control
122121

123122
- **Minimal Permissions**: Read-only by default
124123

125-
- **MCP Proxy**: Secure tool access
124+
- **MCP Gateway**: Secure tool access
126125

127126
- **Threat Detection**: Agentic detection of threats
128127

@@ -137,17 +136,13 @@ Summarize issue and respond in a comment.
137136
```yaml
138137
jobs:
139138
activation:
140-
run: check authorization & sanitize inputs
139+
run: check authorization
141140

142141
agent: needs[activation] # isolated container
143142
permissions: contents: read # read-only!
144-
run: copilot "Analyze package.json for breaking changes..."
143+
run: copilot -p "Analyze package.json for breaking changes..."
145144

146-
detection: needs[agent] # new container
147-
run: detect malicious outputs
148-
permissions: none
149-
150-
add-comment: needs[detection] # isolated container
145+
safe-outputs: needs[agent] # isolated container
151146
run: gh issue comment add ...
152147
permissions: issues: write
153148
```
@@ -195,23 +190,6 @@ Fetch latest TypeScript docs report findings in a comment.
195190
196191
---
197192

198-
# Getting Started (Agentically)
199-
200-
```sh
201-
# Install GitHub Agentic Workflows extension
202-
gh extension install github/gh-aw
203-
gh aw init
204-
205-
# Agentic setup with Copilot CLI (optional)
206-
npx --yes @github/copilot -i "activate https://raw.githubusercontent.com/github/gh-aw/refs/heads/main/install.md"
207-
```
208-
209-
> Built with AI agents in mind from day 0
210-
211-
> Quick Start: <https://github.github.com/gh-aw/setup/quick-start/>
212-
213-
---
214-
215193
# Safe Outputs → Copilot Handoff
216194

217195
```yaml
@@ -573,3 +551,20 @@ Analyze issue and create implementation PR
573551
**Visit:** <https://github.github.com/gh-aw/introduction/architecture/>
574552

575553
Security is foundational to GitHub Agentic Workflows. We continuously evolve our security controls and welcome community feedback.
554+
555+
# Getting Started (Agentically)
556+
557+
```sh
558+
# Install GitHub Agentic Workflows extension
559+
gh extension install github/gh-aw
560+
gh aw init
561+
562+
# Agentic setup with Copilot CLI (optional)
563+
npx --yes @github/copilot -i "activate https://raw.githubusercontent.com/github/gh-aw/refs/heads/main/install.md"
564+
```
565+
566+
> Built with AI agents in mind from day 0
567+
568+
> Quick Start: <https://github.github.com/gh-aw/setup/quick-start/>
569+
570+
---

slides/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

slides/index.md

Lines changed: 0 additions & 247 deletions
This file was deleted.

0 commit comments

Comments
 (0)