Skip to content

Add AI/search discoverability optimizations#43

Merged
rhnfzl merged 1 commit intomainfrom
develop
Feb 23, 2026
Merged

Add AI/search discoverability optimizations#43
rhnfzl merged 1 commit intomainfrom
develop

Conversation

@rhnfzl
Copy link
Copy Markdown
Owner

@rhnfzl rhnfzl commented Feb 23, 2026

Summary

  • pyproject.toml: richer description, keywords expanded 4→12 (NER, anonymization, PII removal, ONNX, etc.), classifiers expanded 7→14 (Dev Status, Intended Audience, Topic :: AI/ML, Natural Language :: English), added Repository/Issues/Changelog URLs
  • llms.txt: new AI-agent machine-readable index at repo root — quick start, full API surface, config reference, NER backends, Q&A section (adopted by Stripe/Anthropic/Vercel)
  • sct/init.py: added __version__ = "0.5.0" for pip/pkg_resources/AI tool compatibility
  • README.md: PII/anonymization keywords in intro paragraph + llms.txt callout blockquote after badges

Test Plan

  • python -c "from sct import __version__; print(__version__)"0.5.0
  • python -c "import tomllib; tomllib.loads(open('pyproject.toml').read())" → OK
  • ruff check sct/__init__.py → All checks passed
  • 41 non-model tests pass (metadata-only changes, no business logic touched)

- pyproject.toml: expand description, keywords (4→12), classifiers (7→14), add project URLs
- llms.txt: create AI-agent machine-readable index at repo root
- sct/__init__.py: add __version__ = "0.5.0"
- README.md: add PII/anonymization keywords to intro + llms.txt callout
@rhnfzl rhnfzl merged commit dac0e12 into main Feb 23, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant