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
3 changes: 1 addition & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\n\\s+[A-Z_]+=\"(?<currentValue>[^\"]+)\""
],
"versioningTemplate": "semver",
"extractVersionTemplate": "^v?(?<version>.*)$"
"versioningTemplate": "semver"
}
]
}
9 changes: 9 additions & 0 deletions .serena/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,12 @@ symbol_info_budget:
# Note: the backend is fixed at startup. If a project with a different backend
# is activated post-init, an error will be returned.
language_backend:

# line ending convention to use when writing source files.
# Possible values: unset (use global setting), "lf", "crlf", or "native" (platform default)
# This does not affect Serena's own files (e.g. memories and configuration files), which always use native line endings.
line_ending:

# list of regex patterns which, when matched, mark a memory entry as read‑only.
Comment thread
kryota-dev marked this conversation as resolved.
# Extends the list from the global configuration, merging the two lists.
read_only_memory_patterns: []
Comment thread
kryota-dev marked this conversation as resolved.
8 changes: 8 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

A repository for centrally managing and publishing reusable GitHub Actions (Reusable Workflows and Composite Actions). There is no TypeScript/JavaScript source code; GitHub Actions YAML files are the primary artifacts.

## Language policy

All written artifacts in this repository must be in English:
- Commit messages
- Pull request titles and descriptions
- Code review comments
- Documentation and markdown files

## Commands

```bash
Expand Down