Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .claude/commands/senzing-code-review.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Senzing code review

- Perform the code review specified by <https://raw.githubusercontent.com/senzing-factory/build-resources/refs/heads/main/claude/pr-prompt.md>
3 changes: 3 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"includeCoAuthoredBy": false
}
15 changes: 8 additions & 7 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,28 @@
"version": "0.2",
"language": "en",
"words": [
"Bitnami's",
"CCLA",
"CODEOWNER",
"DPAGE",
"ICLA",
"PGADMIN",
"Senzing",
"adminer",
"alnum",
"aptdownloader",
"arey",
"bitnami",
"Bitnami's",
"buildx",
"CCLA",
"CODEOWNER",
"coleifer",
"confluentinc",
"dockerhub",
"DPAGE",
"esbenp",
"ibmcom",
"ICLA",
"isort",
"kafdrop",
"mypy",
"obsidiandynamics",
"PGADMIN",
"phpmyadmin",
"phppgadmin",
"pydev",
Expand All @@ -30,7 +32,6 @@
"pytest",
"rabbitmq",
"rootfs",
"Senzing",
"senzingapi",
"senzingsdk",
"setuptools",
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ These are "one-time tasks" which may already have been completed.

1. Get a local copy of [template-python.py].
Example:

1. :pencil2: Specify where to download file.
Example:

Expand Down Expand Up @@ -137,7 +136,7 @@ These are "one-time tasks" which may already have been completed.
These are "one-time tasks" which may already have been completed.

1. The following software programs need to be installed:
1. [docker]
1. [Docker]

### Run Docker container

Expand Down Expand Up @@ -187,7 +186,7 @@ Configuration values specified by environment variable or command-line parameter
[Demonstrate using command-line interface]: #demonstrate-using-command-line-interface
[Demonstrate using Docker]: #demonstrate-using-docker
[Development]: docs/development.md
[docker]: https://github.com/Senzing/knowledge-base/blob/main/WHATIS/docker.md
[Docker]: https://github.com/Senzing/knowledge-base/blob/main/WHATIS/docker.md
[dockerhub-util.py]: dockerhub-util.py
[DockerHub]: https://hub.docker.com/r/senzing/dockerhub-util
[Documentation issue]: https://github.com/Senzing/dockerhub-util/issues/new?template=documentation_request.md
Expand Down