mirror of
https://git.zavage.net/Zavage-Software/search-with-chatgpt-powered-by-openai-extension.git
synced 2026-08-10 13:40:29 -06:00
build: add CLAUDE.md pointing at AGENTS.md
Claude Code reads CLAUDE.md by convention. Rather than duplicate the contributor guidance already in AGENTS.md, this is a thin pointer so there is a single source of truth and no drift between the two. Because web-ext-config.mjs uses sourceDir "." and packages by exclusion, CLAUDE.md is added to ignoreFiles alongside AGENTS.md and README.md so it is not shipped inside the extension ZIP. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5edb288681
commit
fb5b7c5539
7
CLAUDE.md
Normal file
7
CLAUDE.md
Normal file
@ -0,0 +1,7 @@
|
||||
# CLAUDE.md
|
||||
|
||||
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
||||
|
||||
See `AGENTS.md` for all repository guidance: project structure, browser scope,
|
||||
build/test/development commands, coding style, testing, commit and pull request
|
||||
conventions, and security and privacy expectations.
|
||||
@ -4,6 +4,7 @@ export default {
|
||||
ignoreFiles: [
|
||||
"AGENTS.md",
|
||||
"CHANGELOG.md",
|
||||
"CLAUDE.md",
|
||||
"README.md",
|
||||
"package.json",
|
||||
"package-lock.json",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user