-
Notifications
You must be signed in to change notification settings - Fork 160
Clean up in-repo dev docs (HF-65) #1682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sequba
wants to merge
15
commits into
develop
Choose a base branch
from
feature/cleanup-dev-docs-9526
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
116fafb
docs(building): document output formats and reorder intro
cursoragent c923d10
docs(dev): consolidate dev knowledge into DEV_DOCS.md
cursoragent 4e90faf
docs(agents): add AGENTS.md as single source for AI agent rules
cursoragent d66c507
docs(contributing): replace duplicate file with pointer
cursoragent 320fa0a
docs(agents): drop attribution rule, point to README/docs, add failur…
cursoragent 79b6d22
docs(dev): add repo tree, scope to internal team, fold i18n notes
cursoragent 8e46e40
docs: replace CLAUDE.md and CONTRIBUTING.md pointer files with symlinks
cursoragent b72d7a3
docs: tighten dev-doc wording and trim repository tree
cursoragent bbfc783
ci: retrigger build (flaky failure on Node 24 + Windows + npm ci)
cursoragent 889ce60
docs(dev): collapse i18n tree and clarify CONTRIBUTING.md role
cursoragent ccf2044
docs(agents): point agents at local docs/guide and docs/api markdown
cursoragent fd708d5
docs(agents): tighten 'Start here' and rename resources section
cursoragent f19be5b
docs(dev): rename Docs README link and reference custom-functions guide
cursoragent 36a0b6f
docs(agents): add maintained section for skills, MCPs, and agent tools
cursoragent df801c8
fix(docs): add missing quick links + LLM no-mention rule + fix fence tag
marcin-kordas-hoc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| description: Project-wide guidance for AI agents working in this repository | ||
| alwaysApply: true | ||
| --- | ||
|
|
||
| All guidance for AI agents working in this repository lives in [AGENTS.md](mdc:AGENTS.md) at the repository root. Read it first. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| # AGENTS.md | ||
|
|
||
| Instructions for AI coding agents (Cursor, Claude Code, Codex, Aider, and any other AI tool) working in this repository. | ||
|
|
||
| ## Start here | ||
|
|
||
| Whatever you do, start by reading entire [DEV_DOCS.md](DEV_DOCS.md). Only then proceed to your task. | ||
|
|
||
| ## Other important resources | ||
|
|
||
| - the repository [README.md](README.md) — high-level project description and quick install/usage | ||
| - the markdown files in [`docs/guide/`](docs/guide/) — user-facing guides (installation, configuration, built-in functions, custom functions, integrations, etc.) | ||
| - the markdown files in [`docs/api/`](docs/api/) — API reference (generated from JSDoc; run `npm run docs:build` if the folder is missing) | ||
|
|
||
| Prefer reading these local files over fetching the rendered documentation from the web. | ||
|
|
||
| ## Response style | ||
|
|
||
| - Be concise by default. Use as few words as possible unless the user asks for more detail. | ||
| - When the user asks for specific content, lead the response with the requested information. | ||
| - Structure answers with bullet lists, numbered lists, tables, or code blocks where useful. | ||
| - Ask clarifying questions when the request is ambiguous rather than guessing. | ||
| - If you do not know something, say so and ask for help. | ||
| - When answering from project documentation, quote the exact relevant fragments to support your claim. | ||
| - In commit messages, PR descriptions, code comments, and documentation: do not mention the names of AI tools used for code generation. | ||
|
|
||
| ## Common ways agents fail | ||
|
|
||
| This section is maintained by the team. Whenever an AI agent makes a mistake worth flagging, an item is added here describing what the agent did wrong and what it should have done instead. Read this list before starting any non-trivial task. | ||
|
|
||
| <!-- Add new items to the top of the list. Use the format: | ||
| - **Short title** — What the agent did wrong. What it should have done instead. | ||
| --> | ||
|
|
||
| _No items yet._ | ||
|
sequba marked this conversation as resolved.
|
||
|
|
||
| ## Skills, MCPs, and other agent tools | ||
|
|
||
| This section is maintained by the team. Skills, MCP servers, and other tools vetted as useful for AI agents working on this codebase are listed here. | ||
|
|
||
| <!-- Add new items here. Use the format: | ||
| - **Name** — What it provides and when to use it. | ||
| --> | ||
|
|
||
| _No items yet._ | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| AGENTS.md |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| docs/guide/contributing.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.