This is an automated email from the ASF dual-hosted git repository.
tballison pushed a change to branch TIKA-4816-metadata-key-api
in repository https://gitbox.apache.org/repos/asf/tika.git
from 9dc768f9b0 TIKA-4816 chunk 4: pre-freeze API rulings
add 376e5d7c82 TIKA-4817: reclaim a shared-mode worker abandoned by a
client disconnect (#3015)
add c75dd35e4c TIKA-4818 - improve access and skills for agents (#3016)
add e66e83a198 TIKA-4813: comment-accuracy follow-ups from the
tersification review; (#3017)
add ffcbacc916 Merge remote-tracking branch 'origin/main' into
TIKA-4816-metadata-key-api
No new revisions were added by this update.
Summary of changes:
.../ner-regex.txt => .devcontainer/Dockerfile | 12 +-
.../faq.adoc => .devcontainer/devcontainer.json | 22 +--
.skills/dev.md | 133 -------------
.skills/dev/SKILL.md | 210 ++++++++++++++++++++
.../SKILL.md} | 26 +++
.skills/pr-review/SKILL.md | 211 +++++++++++++++++++++
.../SKILL.md} | 31 ++-
.../SKILL.md} | 25 +++
.../SKILL.md} | 25 +++
AGENTS.md | 34 ++++
llms.txt | 40 ++++
pom.xml | 2 +
.../java/org/apache/tika/config/TimeoutLimits.java | 3 +-
tika-metadata-schema/README.md | 2 +-
tika-metadata-schema/pom.xml | 2 +-
tika-metadata-schema/regen.sh | 6 +-
tika-parent/pom.xml | 2 +
.../tika/parser/ocr/tess4j/Tess4JParser.java | 4 +-
.../tika/pipes/core/PerClientServerManager.java | 61 ++++--
.../tika/pipes/core/server/ConnectionHandler.java | 34 +++-
.../tika/server/standard/MetadataResourceTest.java | 6 +-
21 files changed, 705 insertions(+), 186 deletions(-)
copy
tika-parsers/tika-parsers-ml/tika-parser-nlp-module/src/main/resources/org/apache/tika/parser/ner/regex/ner-regex.txt
=> .devcontainer/Dockerfile (73%)
copy docs/modules/ROOT/pages/faq.adoc => .devcontainer/devcontainer.json (73%)
delete mode 100644 .skills/dev.md
create mode 100644 .skills/dev/SKILL.md
rename .skills/{metadata-schema.md => metadata-schema/SKILL.md} (82%)
create mode 100644 .skills/pr-review/SKILL.md
rename .skills/{tika-eval-compare.md => tika-eval-compare/SKILL.md} (85%)
rename .skills/{tika-eval-encoding-regression.md =>
tika-eval-encoding-regression/SKILL.md} (89%)
rename .skills/{tika-eval-h2-query.md => tika-eval-h2-query/SKILL.md} (85%)
create mode 100644 AGENTS.md
create mode 100644 llms.txt