smarttools/registry-seeds/official/summarize
rob 1ac3054aaa Add Phase 8 features: analytics, reporting, health check
- Add pageviews table and /api/v1/analytics/pageview endpoint
- Abuse reporting API already existed at /api/v1/reports
- Add health_check.py script for monitoring
- ChatGPT additions: report modal UI, analytics tracking JS

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 22:49:58 -04:00
..
README.md Add Phase 8 features: analytics, reporting, health check 2025-12-31 22:49:58 -04:00
config.yaml Add Phase 8 features: analytics, reporting, health check 2025-12-31 22:49:58 -04:00

README.md

summarize

Summarize text using AI. Designed for quick overviews, briefs, or executive summaries.

Usage

summarize --max-length 200 --style neutral < input.txt

Arguments

  • --max-length: Maximum length of the summary in words. Default: 200.
  • --style: Summary style. Options: neutral, bullet, executive.

Examples

cat report.txt | summarize --max-length 120 --style executive