Skip to content
Open
Changes from all commits
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
28 changes: 28 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# AGENTS.md

## Repository Purpose
This is a sandbox/test repository used to experiment with Sourcegraph Batch Changes.
It contains no production code. Do not treat it as a functional project.

## Language
All content is Markdown. There is no compiled or interpreted source code.

## Directory Structure
- `.github/workflows/blank.yml` — placeholder GitHub Actions CI (non-functional)
- `*.md` — various Markdown files used as targets for batch change experiments

## Build, Test, and Lint
There are no build, test, or lint commands. The CI workflow is a stub and performs no
meaningful checks. Do not attempt to run tests or linters — none exist.

## Making Changes
- All changes should be to `.md` files.
- There is no review process defined beyond the stub `CONTRIBUTING.md`.
- PRs targeting the `main` branch trigger the placeholder CI workflow, which
always passes regardless of content.

## Key Constraints for Agents
- Do not add source code files; this repo is Markdown-only by design.
- Do not rely on CI green status as a signal of correctness — the workflow is a no-op.
- The `CHANGELOG.md`, `CONTRIBUTING.md`, and `TESTING.md` files are stubs; do not
treat them as authoritative documentation.
Loading