Skip to content

Commit 2846f00

Browse files
committed
chore: merge develop into daily-intelligence-2026-04-18
Resolve conflicts from develop catching up after feature branch was cut: - Use 1.3.2 version from develop (vs 1.3.1 in feature branch) - Fix double .claude/ path bug in daily-intelligence.md reference section - Accept develop's lock.yml (assign_to_agent removed, correct frontmatter hash) - Accept develop's actions-lock.json (retain setup-cli entry) - Accept file deletions for skills/ moved to .claude/ layout - Merge architecture file: HEAD 2026-04-18 content + Companion Projects table + detailed Claude Code section from develop
2 parents f353ad0 + b558aac commit 2846f00

14 files changed

Lines changed: 1108 additions & 133 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aw-author",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Guided authoring, validation, and refinement of GitHub Agentic Workflow (gh-aw) markdown files. Includes fully autonomous daily intelligence pipeline (research, gap analysis, implementation, PR to develop), ecosystem monitoring, knowledge base management, and GitHub Discussions integration.",
55
"author": {
66
"name": "Robert Allen",

.claude/skills/gh-aw-report/knowledge-base.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
- **Modes**: Plan mode (shows plan first), Autopilot mode (fully autonomous)
7272
- **Background delegation**: prefix prompt with `&` to send to cloud coding agent
7373
- **Sub-agents**: Explore (codebase analysis), Task (build/test), Code Review, Plan
74-
- **Models**: Claude Opus 4.6, Claude Sonnet 4.6, GPT-5.3-Codex, Gemini 3 Pro
74+
- **Models**: Claude Opus 4.6, Claude Sonnet 4.6, GPT-5.3-Codex, ~~Gemini 3 Pro~~ [SUPERSEDED by 2026-04-15 — deprecated 2026-03-26]
7575
- **January 2026 changelog**: Enhanced agents, context management, new install methods
7676

7777
### GitHub Copilot Workspace / Agent Mode (as of 2026-04-14)
@@ -106,5 +106,55 @@
106106
- Safe Outputs subsystem handles write operations in separate permission-controlled jobs
107107
- Threat detection job runs per-workflow: prompt injection, credential leaks, malicious code
108108

109+
## [2026-04-15] Daily Intelligence Update
110+
111+
### 2026-04-15 -- version -- gh-aw CLI v0.68.3
112+
Released 2026-04-14. Model-not-supported detection, shared import `checkout`/`env` fields, TBT metric, OTEL token breakdowns, 5 push_signed_commits.cjs fixes.
113+
114+
### 2026-04-15 -- version -- GitHub MCP Server v0.33.0/v0.33.1
115+
Released 2026-04-14. Granular PRs/issues toolsets, resolve review threads tool, `list_commits` `path`/`since`/`until` params, configurable server name.
116+
117+
### 2026-04-15 -- deprecation -- Gemini 3 Pro deprecated
118+
Deprecated 2026-03-26 across all GitHub Copilot experiences. Use Gemini 3 Ultra.
119+
120+
### 2026-04-15 -- feature -- Agent HQ and model selection
121+
Agent HQ: multi-vendor agents on GitHub. Model selection for Claude/Codex on github.com (2026-04-14).
122+
123+
### 2026-04-15 -- feature -- Copilot data residency + FedRAMP
124+
US/EU data residency (2026-04-13). FedRAMP Moderate for US gov. `copilot --remote` public preview.
125+
126+
### 2026-04-15 -- ecosystem -- GitHub Actions April changes
127+
Workflow reruns capped at 50 (2026-04-10). OIDC for Dependabot/code scanning. Code scanning→Issues linking. Async SBOM exports.
128+
129+
---
130+
131+
## [2026-04-16] Daily Intelligence Update
132+
133+
### 2026-04-16 -- feature -- gh-aw v0.68.3 New Frontmatter Fields
134+
- **`pre-steps:`** — Runs custom steps at job start, **before checkout**. Use for token minting or pre-checkout setup. Outputs accessible via `${{ steps.<id>.outputs.<name> }}` for use in `checkout.github-token` to avoid masked-value cross-job boundary issues. Same security restrictions as `steps:`.
135+
- **`run-install-scripts:`** — Boolean (default: `false`). Allows npm pre/post install scripts. Default adds `--ignore-scripts` to all npm install commands (supply chain protection). Setting `true` disables globally; per-runtime scope via `runtimes.node.run-install-scripts`. Compile-time warning (strict mode: error).
136+
- **`on.stale-check:`** — Boolean nested under `on:`, default `true`. When `false`, disables the frontmatter hash check in the activation job. Required for cross-repo org ruleset deployments.
137+
- Source: PR #26607 in github/gh-aw ("Sync github-agentic-workflows.md with v0.68.3")
138+
139+
### 2026-04-16 -- security -- gh-aw Security Fixes
140+
- **Steganographic injection**: PR #26596 strips markdown link title text to close injection channel
141+
- **XPIA @mentions**: PR #26589 sanitizes @mentions in `create_issue` body
142+
- **cache-memory sanitization**: PR #26587 adds pre-agent working-tree sanitization (neutralizes planted executables/disallowed files)
143+
- **Lock file integrity schema v4**: PR #26594 extends integrity check to detect post-compilation YAML tampering
144+
145+
### 2026-04-16 -- version -- GitHub MCP Server v0.33.0/v0.33.1
146+
- **v0.33.0** (2026-04-14): Granular PRs/issues toolsets, `resolve_review_thread` tool, `list_commits` path/since/until params, configurable server name/title via translation strings, OSS HTTP logging adapter
147+
- **v0.33.1** (2026-04-14): Hotfix release
148+
149+
### 2026-04-16 -- feature -- Claude Code Remote Tasks
150+
- **Remote Tasks** (launched March 20, 2026): Define GitHub repo + prompt + schedule → Claude runs autonomously on Anthropic cloud infrastructure. Supports cron scheduling.
151+
- **Remote Sessions**: Start task, close laptop, session continues on Anthropic infrastructure
152+
- **Open-sourced**: Agent layer at `anthropics/claude-code`
153+
- **v2.1.76** (March 14, 2026): Enhanced MCP elicitation support, improved tool discovery
154+
155+
### 2026-04-16 -- feature -- Copilot Cloud Agent Per-Org Control
156+
- **Copilot cloud agent per-org control** (April 15, 2026): Can now be enabled for selected organizations via AI Controls page → "Agent" → "Copilot Cloud Agent"
157+
- **REST API version 2026-03-10**: Available with breaking changes to the REST API
158+
109159
---
110160
<!-- Append new entries above this line, newest first -->

.claude/skills/gh-aw-report/references/gh-aw-architecture.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Stable architectural facts about the GitHub Agentic Workflows ecosystem. Used by
6464
- **Plan mode:** Displays step-by-step plan before execution for review
6565
- **Background delegation:** Prefix prompt with `&` to delegate to cloud coding agent
6666
- **Specialized sub-agents:** Explore, Task, Code Review, Plan
67-
- **Model support:** Claude Opus 4.6, Claude Sonnet 4.6, GPT-5.3-Codex, Gemini 3 Pro
67+
- **Model support:** Claude Opus 4.6, Claude Sonnet 4.6, GPT-5.3-Codex, ~~Gemini 3 Pro~~ (deprecated 2026-03-26)
6868
- Available to all paid Copilot subscribers (Pro, Business, Enterprise)
6969

7070
### GitHub Models API
@@ -83,10 +83,24 @@ Stable architectural facts about the GitHub Agentic Workflows ecosystem. Used by
8383
- **HTTP mode:** Enterprise deployment with per-request OAuth token forwarding
8484
- **MCP Gateway:** Centralized access management for MCP servers (**v0.2.24** as of 2026-04-18; runs as runner user with uid/gid Docker mapping since v0.2.x)
8585

86-
### Claude Code
87-
- Anthropic's CLI agentic coding tool
88-
- Integrates with GitHub via MCP servers
89-
- Can run gh-aw workflows locally for testing
86+
## Claude Code (Anthropic)
87+
88+
- Anthropic's CLI agentic coding tool, integrates with GitHub via MCP servers
89+
- Can serve as the AI engine in gh-aw workflows (alternative to Copilot CLI)
90+
- **Open-sourced** (2026): Agent layer at `anthropics/claude-code`
91+
- **Remote Tasks** (launched March 20, 2026): Define a GitHub repo + prompt + cron schedule → Claude runs autonomously on Anthropic's cloud infrastructure; cron scheduling supported
92+
- **Remote Sessions**: Start a task locally, close laptop; session continues on Anthropic infrastructure
93+
- Directly comparable to gh-aw scheduled workflows for Claude-engine use cases — a native Anthropic alternative that does not require GitHub Actions
94+
95+
## Companion Projects
96+
97+
| Project | Purpose |
98+
|---------|---------|
99+
| `gh-aw-actions` | Shared library of custom GitHub Actions for gh-aw workflows |
100+
| Agent Workflow Firewall (AWF) | Network egress control for agentic jobs |
101+
| MCP Gateway | Centralized MCP server access management |
102+
| `githubnext/agentics` | Sample pack of community gh-aw workflows |
103+
| `githubnext/awesome-continuous-ai` | Curated list of Continuous AI tools and frameworks |
90104

91105
## Ecosystem Integrations
92106

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"version": "v9",
66
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
77
},
8+
"github/gh-aw-actions/setup-cli@v0.68.3": {
9+
"repo": "github/gh-aw-actions/setup-cli",
10+
"version": "v0.68.3",
11+
"sha": "ba90f2186d7ad780ec640f364005fa24e797b360"
12+
},
813
"github/gh-aw-actions/setup@v0.68.3": {
914
"repo": "github/gh-aw-actions/setup",
1015
"version": "v0.68.3",

0 commit comments

Comments
 (0)