Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 0001-agent-outage-fire-drill.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- incident-response
---

# Experiment 003: Agent Outage Fire Drill
# 1. Agent outage fire drill

**Date:** 2026-03-16
**Status:** Proposed
Expand Down
2 changes: 1 addition & 1 deletion 0002-claude-scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- tooling
---

# Experiment 002: Claude-based ADR Drift Scanner
# 2. Claude-based ADR drift scanner

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Informational

2. Stale experiment link labels 🐞 Bug ⚙ Maintainability

Several docs still refer to experiments using the old label format (e.g., “Experiment 002”) even
though the experiment pages are now titled as “2. …”. This leaves cross-references that no longer
match the destination page titles/H1s.
Agent Prompt
## Issue description
After renaming experiment entry H1s/titles to the `N. Title` convention, multiple in-repo references still use the legacy `Experiment 00N` wording. This makes cross-references inconsistent with the new canonical experiment titles.

## Issue Context
Examples include relationship sections and comparison headings that still say “Experiment 002”, “Experiment 003”, etc., while the target pages now start with “2.”, “3.”, etc.

## Fix Focus Areas
- 0001-agent-outage-fire-drill.md[100-103]
- 0003-scanner/README.md[23-29]
- 0004-meta-loop-self-improving-engine/README.md[140-155]
- 0011-integration-service-design-drift/README.md[257-264]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


A shell script that uses `claude` CLI to analyze Tekton tasks for ADR compliance. No hardcoded rules, no config files — all intelligence comes from claude's comprehension of the ADR text.

Expand Down
2 changes: 1 addition & 1 deletion 0003-scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- tooling
---

# Experiment 001: ADR-0046 Drift Scanner
# 3. ADR-0046 drift scanner

A Python CLI tool that detects Tekton task steps drifting from [ADR-0046](https://github.com/konflux-ci/architecture/blob/main/ADR/0046-common-task-runner-image.md) (common task runner image) by comparing step images against a config-driven allowlist.

Expand Down
2 changes: 1 addition & 1 deletion 0004-meta-loop-self-improving-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ topics:
- evaluation
---

# Experiment 006: Zero-Config Autonomous Bug Fix Engine with Self-Improving Meta-Loop
# 4. Zero-config autonomous bug fix engine with self-improving meta-loop

**Date:** 2026-03-29
**Status:** Complete
Expand Down
2 changes: 1 addition & 1 deletion 0005-agent-scoped-tools-triage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ topics:
- skills
---

# PoC FullSend — Triage Agents with scoped tools and sandbox
# 5. Agent scoped tools triage

This experiment addresses: https://github.com/fullsend-ai/fullsend/issues/101

Expand Down
2 changes: 1 addition & 1 deletion 0007-github-actions-agent-runtime-mvp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- tooling
---

# Experiment: GitHub Actions Agent Runtime MVP
# 7. GitHub Actions agent runtime MVP
Comment thread
qodo-code-review[bot] marked this conversation as resolved.

## Hypothesis

Expand Down
2 changes: 1 addition & 1 deletion 0008-guardrails-eval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- evaluation
---

# Experiment: Pluggable Guardrails Evaluation
# 8. Guardrails evaluation

Evaluates prompt injection scanning tools as pre-LLM guardrails for fullsend's autonomous SDLC pipeline. Extends the [Model Armor experiment](../0012-model-armor-vs-agent-triage/) (PR #117) with additional attack payloads and alternative scanning backends.

Expand Down
2 changes: 1 addition & 1 deletion 0009-hermes-security-patterns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- tooling
---

# Experiment: Hermes-Inspired Security Patterns for Fullsend
# 9. Hermes-inspired security patterns

Evaluates security patterns from [Hermes Agent](https://github.com/NousResearch/hermes-agent) for integration into fullsend's autonomous SDLC pipeline. Tests two integration strategies: static file scanning via [Tirith](https://github.com/sheeki03/tirith) CLI and runtime SSRF protection via a Claude Code PreToolUse hook.

Expand Down
2 changes: 1 addition & 1 deletion 0010-host-side-api-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- tooling
---

# Experiment: Host-Side API Server for Sandboxed Agents
# 10. Host-side API server for sandboxed agents

Tracking issue: [fullsend-ai/experiments#25](https://github.com/fullsend-ai/experiments/issues/25)

Expand Down
2 changes: 1 addition & 1 deletion 0011-integration-service-design-drift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- tooling
---

# Experiment: Integration Service Design Doc Drift Analysis
# 11. Integration Service design doc drift analysis

**Date:** 2026-03-20

Expand Down
2 changes: 1 addition & 1 deletion 0012-model-armor-vs-agent-triage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- evaluation
---

# Experiment: Model Armor vs AI Agent Triage — Prompt Injection
# 12. Model Armor vs AI agent triage

## Hypothesis

Expand Down
2 changes: 1 addition & 1 deletion 0013-openshell-policy-bypass/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- sandbox
---

# OpenShell Binary Policy Bypass Experiment
# 13. OpenShell policy bypass

This experiment tests whether OpenShell's binary-level network policy
restrictions can be bypassed by an agent. It answers two questions:
Expand Down
2 changes: 1 addition & 1 deletion 0014-openshell-sandbox-evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- evaluation
---

# Experiment: OpenShell Sandbox Evaluation
# 14. OpenShell sandbox evaluation

**Date:** 2026-03-27
**Status:** Complete
Expand Down
2 changes: 1 addition & 1 deletion 0015-prompt-injection-defense/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- evaluation
---

# Experiment 002: Prompt Injection Defense-in-Depth
# 15. Prompt injection defense-in-depth

## Hypothesis

Expand Down
2 changes: 1 addition & 1 deletion 0016-promptfoo-eval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- tooling
---

# Experiment 004: Promptfoo for Agent Evaluation in CI
# 16. Promptfoo for agent evaluation in CI

**Date:** 2026-03-20
**Status:** Complete
Expand Down
2 changes: 1 addition & 1 deletion 0017-reasoning-monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- evaluation
---

# Experiment 005: Reasoning Monitor Agent for Prompt Injection Detection
# 17. Reasoning monitor agent for prompt injection detection

**Status:** Implementation complete, results pending
**Issue:** [fullsend #174](https://github.com/konflux-ci/fullsend/issues/174)
Expand Down
2 changes: 1 addition & 1 deletion 0018-runner-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- sandbox
---

# Runner Hello World Experiment
# 18. Runner hello world

A minimal end-to-end test of the `fullsend run` CLI. It provisions an OpenShell sandbox from a pre-built container image, runs a Claude Code agent inside it, extracts output, and validates the result with a retry loop.

Expand Down
2 changes: 1 addition & 1 deletion 0019-skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ topics:
- skills
---

# Experiment: Skills
# 19. Skills

Experiments with skill authoring and consumption patterns.
2 changes: 1 addition & 1 deletion 0020-target-repo-skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- tooling
---

# Experiment: Target Repository Skills in Triage
# 20. Target repository skills in triage

## Hypothesis

Expand Down
2 changes: 1 addition & 1 deletion 0021-tool-scoping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- tooling
---

# ADR 0022 Tool Scoping Experiment
# 21. Tool scoping

Evidence for
[ADR 0022](https://github.com/fullsend-ai/fullsend-adr-tools/blob/main/docs/ADRs/0022-allowed-and-disallowed-tools-for-agents.md).
Expand Down
2 changes: 1 addition & 1 deletion 0022-claude-github-app-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ topics:
- security
---

# PoC FullSend #67
# 22. Claude GitHub App auth

This experiment folder addresses: https://github.com/konflux-ci/fullsend/issues/67

Expand Down
Loading