You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Contributing
2
2
3
-
Contributions are always welcome, no matter how large or small. Before contributing,
3
+
Contributions are always welcome. Before contributing,
4
4
please read the [code of conduct](CODE_OF_CONDUCT.md).
5
5
6
-
Some thoughts to help you contribute to this project
6
+
Some thoughts to help you contribute to this project:
7
7
8
8
## General Recommendations
9
9
@@ -136,7 +136,7 @@ For detailed documentation on specific systems, see the [Contribution Guide](./d
136
136
137
137
## Funding
138
138
139
-
LiveCodes is a part of GitHub Sponsors. If you would like to contribute, please note the [sponsor page](https://livecodes.io/docs/sponsor) for details.
139
+
LiveCodes is a part of GitHub Sponsors. If you would like to support the project, please refer to the [sponsor page](https://livecodes.io/docs/sponsor) for details.
For developers working with AI agents and language models, we provide specialized documentation files following the [llms.txt specification](https://llmstxt.org/):
6
+
7
+
-[llms.txt](pathname:///llms.txt) - Concise documentation optimized for LLM context windows
8
+
-[llms-full.txt](pathname:///llms-full.txt) - Comprehensive documentation including all referenced URLs
9
+
10
+
These files provide LLM-friendly content in a standardized format, helping language models understand and work with LiveCodes documentation. The format is designed to be both human and LLM readable.
11
+
12
+
### Intent Skills
13
+
14
+
If you use an AI coding agent, run:
15
+
16
+
```bash
17
+
npx @tanstack/intent@latest install
18
+
```
19
+
20
+
This loads the Intent skills for LiveCodes SDK. See [skill index](https://github.com/live-codes/livecodes/blob/HEAD/skills/livecodes/SKILL.md).
21
+
22
+
### System Documentation
23
+
24
+
The internal architecture and system documentation are detailed in the [contribution guide](https://github.com/live-codes/livecodes/blob/HEAD/docs/docs/contribution/README.md).
Copy file name to clipboardExpand all lines: docs/docs/contribution.mdx
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
# Contribution
2
2
3
-
Contributions are always welcome, no matter how large or small. Before contributing,
3
+
Contributions are always welcome. Before contributing,
4
4
please read the [code of conduct](https://github.com/live-codes/livecodes/blob/HEAD/CODE_OF_CONDUCT.md).
5
5
6
-
For code contribution, please refer to the [contribution guide](https://github.com/live-codes/livecodes/blob/HEAD/CONTRIBUTING.md)
7
-
.
6
+
For code contribution, please refer to the [contribution introduction](https://github.com/live-codes/livecodes/blob/HEAD/CONTRIBUTING.md).
7
+
The internal architecture and system documentation are detailed in the [contribution guide](https://github.com/live-codes/livecodes/blob/HEAD/docs/docs/contribution/README.md).
8
+
9
+
For AI agents, see the section [For AI Agents](./ai-agents.mdx).
8
10
9
11
For financial and in-kind contributions, please refer to the [sponsor page](./sponsor.mdx).
0 commit comments