Skip to content

Commit a4506ff

Browse files
fix(docs): add missing quick links + LLM no-mention rule + fix fence tag
- DEV_DOCS.md: add contributing guide and code of conduct to Quick links (PR description claimed they were linked; they weren't) - DEV_DOCS.md: change unsupported \`\`\`text fence to \`\`\` (VuePress 1) - AGENTS.md: add LLM no-mention rule carried over from old CLAUDE.md ("do not mention AI tool names in commits, PRs, comments, docs")
1 parent 36a0b6f commit a4506ff

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Prefer reading these local files over fetching the rendered documentation from t
2222
- Ask clarifying questions when the request is ambiguous rather than guessing.
2323
- If you do not know something, say so and ask for help.
2424
- When answering from project documentation, quote the exact relevant fragments to support your claim.
25+
- In commit messages, PR descriptions, code comments, and documentation: do not mention the names of AI tools used for code generation.
2526

2627
## Common ways agents fail
2728

DEV_DOCS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ Canonical reference for everyone working on the HyperFormula source code: mainta
66

77
- **[Building, testing, and linting](docs/guide/building.md)** — all `npm` commands and build outputs
88
- **[Test suite](test/README.md)** — smoke tests and how to attach the private test suite
9+
- **[Contributing guide](docs/guide/contributing.md)** — contributor flow, CLA, branch policy
10+
- **[Code of conduct](docs/guide/code-of-conduct.md)**
911
- **[Public docs portal](https://hyperformula.handsontable.com/docs)** — main documentation
1012
- **[Docs README](docs/README.md)** — how to run the docs portal locally
1113
- **[Changelog](CHANGELOG.md)**
1214
- **[Pull request template](.github/pull_request_template.md)**
1315

1416
## Repository layout
1517

16-
```text
18+
```
1719
.
1820
├── src/ # Source code
1921
│ ├── HyperFormula.ts # Main engine class, public API entry point

0 commit comments

Comments
 (0)