Skip to content
Merged
Show file tree
Hide file tree
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
File renamed without changes.
4 changes: 2 additions & 2 deletions agents/skills/README.md → .agents/skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ Code + Docs -- scan-codebase --> Findings <-- test-codebase -- Tests / Runtime /
For Codex:

- invoke a skill with `$skill-name`
- `agents/skills/` is the canonical source, but Codex auto-discovers from `~/.codex/skills`
- `.agents/skills/` is the canonical source, but Codex auto-discovers from `~/.codex/skills`
- if a skill does not appear under `$`, refresh the symlink or install it into `~/.codex/skills` and reload Codex

For Claude:

- invoke a project skill with `/project:skill-name` when your Claude client exposes project skills that way
- otherwise use the Claude project skills picker after reloading the project
- `.claude/skills/` contains the Claude-facing wrappers for the canonical skills in `agents/skills/`
- `.claude/skills/` contains the Claude-facing wrappers for the canonical skills in `.agents/skills/`

## Skills

Expand Down
1 change: 1 addition & 0 deletions .claude/skills/resolve-findings
1 change: 1 addition & 0 deletions .claude/skills/scan-codebase
1 change: 1 addition & 0 deletions .claude/skills/sync-findings
1 change: 1 addition & 0 deletions .claude/skills/test-codebase
1 change: 1 addition & 0 deletions .claude/skills/triage-findings
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ services/runner/tests/results/
!.claude/skills/write-pr-description
!.claude/skills/write-social-announcement
!.claude/skills/write-template-playbooks
!.claude/skills/scan-codebase
!.claude/skills/triage-findings
!.claude/skills/resolve-findings
!.claude/skills/sync-findings
!.claude/skills/test-codebase

# Temporary SDK copies created by run.sh --local
api/sdks
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bottom.
- Package vs app placement, `@agenta/*` packages, package unit tests: the
`agenta-package-practices` skill.
- Testing: [docs/designs/testing/README.md](docs/designs/testing/README.md).
- Docs writing: the Diátaxis framework digest at `agents/docs/diataxis/`, and the
- Docs writing: the Diátaxis framework digest at `.agents/docs/diataxis/`, and the
`write-docs` skill for Agenta style, voice, and structure.

## Branching and PRs with GitButler
Expand Down
4 changes: 2 additions & 2 deletions docs/design/prompt-runtime-unification/findings.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
- GitHub issue `#4244`: `https://github.com/Agenta-AI/agenta/issues/4244`
- GitHub review comments fetched through the GitHub plugin comment surface on `2026-05-01`
- Shared findings references:
- `agents/skills/shared/references/findings.schema.md`
- `agents/skills/shared/references/findings.lifecycle.md`
- `.agents/skills/shared/references/findings.schema.md`
- `.agents/skills/shared/references/findings.lifecycle.md`
- Local implementation:
- `docs/design/prompt-runtime-unification/README.md`
- `docs/design/prompt-runtime-unification/appendix-rendering-edge-cases.md`
Expand Down
2 changes: 1 addition & 1 deletion docs/designs/support-fields/findings.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Sync-derived findings (closed):

## Rules

- Severity scheme: `P0` / `P1` / `P2` / `P3` (per [findings.schema.md](../../../agents/skills/shared/references/findings.schema.md)).
- Severity scheme: `P0` / `P1` / `P2` / `P3` (per [findings.schema.md](../../../.agents/skills/shared/references/findings.schema.md)).

## Notes

Expand Down
Loading