Skip to content

Commit 8b9e0cb

Browse files
Merge origin/main into feat/triage-with-api
Brings in PRs #146 (snouty launch consistency), #147 (workload randomness guidance), #148 (interesting input values reference), #150 (workload fault-tolerance mindset), plus version metadata bumps. Conflict resolutions: - antithesis-debug/SKILL.md: version metadata — kept origin/main's freshest value (auto-regenerated anyway). - antithesis-launch/SKILL.md: kept feat/triage's more detailed webhook default rule (basic_test for docker-compose, basic_k8s_test for kubernetes) over main's older shorter rule. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 parents 6c59ba9 + ac50f42 commit 8b9e0cb

16 files changed

Lines changed: 177 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file. Entries
44
are grouped by date (UTC) with newest first.
55

6+
## 2026-05-15
7+
8+
- Make workload fault-tolerance mindset explicit ([PR #150](https://github.com/antithesishq/antithesis-skills/pull/150))
9+
10+
## 2026-05-14
11+
12+
- Add guidance for choosing interesting input values in workloads ([PR #148](https://github.com/antithesishq/antithesis-skills/pull/148))
13+
- Improve randomness usage when creating workloads ([PR #147](https://github.com/antithesishq/antithesis-skills/pull/147))
14+
15+
## 2026-05-13
16+
17+
- Use `snouty launch` instead of `snouty run` ([PR #146](https://github.com/antithesishq/antithesis-skills/pull/146))
18+
619
## 2026-05-12
720

821
- Recommend a simple property first ([PR #145](https://github.com/antithesishq/antithesis-skills/pull/145))

antithesis-debug/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >
88
debugger (default) and the advanced notebook mode.
99
compatibility: Requires agent-browser v0.23.4+ (https://github.com/vercel-labs/agent-browser).
1010
metadata:
11-
version: "2026-05-13"
11+
version: "2026-05-15 a0f67a6"
1212
---
1313

1414
# Antithesis Multiverse Debugger

antithesis-documentation/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: antithesis-documentation
33
description: Use Antithesis documentation efficiently for product, workflow, and integration questions. Prefer the snouty docs CLI when available, and otherwise request markdown versions of documentation pages directly.
44
compatibility: Requires snouty (https://github.com/antithesishq/snouty).
55
metadata:
6-
version: "2026-05-12 51c4311"
6+
version: "2026-05-15 a0f67a6"
77
---
88

99
# Antithesis Documentation

antithesis-k8s-onboarding-assistance/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >
77
what to keep, drop, or stub for testing, and produces structured
88
questions for ops plus an escalation packet when stuck.
99
metadata:
10-
version: "2026-05-12 51c4311"
10+
version: "2026-05-15 a0f67a6"
1111
---
1212

1313
# Antithesis K8s Onboarding Assistance

antithesis-launch/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >
88
run. This skill takes duration in minutes as input.
99
compatibility: Requires docker (or podman) with compose and snouty (https://github.com/antithesishq/snouty).
1010
metadata:
11-
version: "2026-05-12 51c4311"
11+
version: "2026-05-15 a0f67a6"
1212
---
1313

1414
# Antithesis Launch

antithesis-query-logs/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >
77
occur even without a preceding fault?).
88
compatibility: Requires snouty (https://github.com/antithesishq/snouty) and agent-browser (https://github.com/vercel-labs/agent-browser).
99
metadata:
10-
version: "2026-05-12 51c4311"
10+
version: "2026-05-15 a0f67a6"
1111
---
1212

1313
# Antithesis Logs Explorer

antithesis-research/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >
55
map the system, identify failure-prone areas and testable properties, and
66
produce the research artifacts needed for workload and environment planning.
77
metadata:
8-
version: "2026-05-12 51c4311"
8+
version: "2026-05-15 a0f67a6"
99
---
1010

1111
# Antithesis Research

antithesis-setup/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >
66
to submit your first Antithesis test run.
77
compatibility: Requires docker (or podman) with compose and snouty (https://github.com/antithesishq/snouty).
88
metadata:
9-
version: "2026-05-12 51c4311"
9+
version: "2026-05-15 a0f67a6"
1010
---
1111

1212
# Antithesis Setup

antithesis-skills-feedback/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >
77
feedback on, any Antithesis skill. Does not auto-submit — presents the
88
URL for the user to review.
99
metadata:
10-
version: "2026-05-12 51c4311"
10+
version: "2026-05-15 a0f67a6"
1111
---
1212

1313
# Antithesis Skills feedback

antithesis-triage/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >
77
details. Load after a run completes or when investigating a failure.
88
compatibility: Requires snouty (https://github.com/antithesishq/snouty), and jq.
99
metadata:
10-
version: "2026-05-12 51c4311"
10+
version: "2026-05-15 a0f67a6"
1111
---
1212

1313
# Antithesis Run Triage

0 commit comments

Comments
 (0)