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: README.md
+26-17Lines changed: 26 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,32 @@ Pass `--global` to install into the user-global skills dirs
145
145
(`~/.claude/skills/` and/or `~/.agents/skills/`) for every session
146
146
instead of per-project.
147
147
148
+
## Support
149
+
150
+
This is a publicly available library maintained by PNNL. While the code is open source and free to use, **external contributions are not accepted** at this time.
151
+
152
+
### Reporting Issues
153
+
154
+
If you encounter bugs or have questions:
155
+
- Open an issue on GitHub for bug reports
156
+
- Check the [examples/](examples/) directory for usage guidance
157
+
- Review the [documentation](https://pnnl.github.io/comcheckweb-api-python/) for detailed information
158
+
159
+
**Note:** Issues are welcome, but pull requests from external contributors will not be accepted.
160
+
161
+
## License
162
+
163
+
See the `LICENSE` file at the repository root for license details.
164
+
165
+
See the [`DISCLAIMER.md`](DISCLAIMER.md) file for the warranty and
166
+
liability disclaimer.
167
+
168
+
---
169
+
170
+
> **Note:** The sections below are for the PNNL team that maintains this
171
+
> package. External contributions and pull requests are not accepted, so
172
+
> this tooling is not required to *use* the published package.
173
+
148
174
## Development
149
175
150
176
Clone the repository and follow the commands below to set up developer tooling.
@@ -197,20 +223,3 @@ uv run mkdocs build
197
223
# Fail on warnings (good before committing)
198
224
uv run mkdocs build --strict
199
225
```
200
-
201
-
## Support
202
-
203
-
This is a publicly available library maintained by PNNL. While the code is open source and free to use, **external contributions are not accepted** at this time.
204
-
205
-
### Reporting Issues
206
-
207
-
If you encounter bugs or have questions:
208
-
- Open an issue on GitHub for bug reports
209
-
- Check the [examples/](examples/) directory for usage guidance
210
-
- Review the [documentation](docs/) for detailed information
211
-
212
-
**Note:** Issues are welcome, but pull requests from external contributors will not be accepted.
213
-
214
-
## License
215
-
216
-
See the `LICENSE` file at the repository root for license details.
0 commit comments