thoughtleaders-cli 0.9.10__tar.gz → 0.9.11__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/.claude-plugin/plugin.json +1 -1
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/PKG-INFO +1 -1
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/pyproject.toml +1 -1
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl/references/elasticsearch-schema.md +2 -1
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/__init__.py +1 -1
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/.claude-plugin/marketplace.json +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/.github/dependabot.yml +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/.github/workflows/ci.yml +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/.github/workflows/cli-integration.yml +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/.github/workflows/python-publish.yml +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/.gitignore +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/AGENTS.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/API.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/CLAUDE.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/LICENSE +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/README.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/agents/keyword-context-classifier.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/agents/keyword-entity-resolver.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/agents/keyword-relevance-validator.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/agents/tl-analyst.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/agents/youtube-comment-classifier.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/hooks/hooks.json +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/hooks/scripts/load-tl-skill.mjs +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/hooks/scripts/post-usage.sh +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/hooks/scripts/pre-check.sh +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl/SKILL.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl/references/business-glossary.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl/references/firebolt-schema.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl/references/postgres-schema.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/.gitignore +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/SKILL.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/references/comment-patterns.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/references/peer-cohort.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/references/red-flags.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/references/scoring.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/scripts/_io_utf8.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/scripts/analyze_channel.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/scripts/anomaly_detector.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/scripts/comment_analyzer.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/scripts/comment_scraper.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/scripts/engagement_ratios.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/scripts/peer_cohort.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/scripts/report.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/scripts/resolve_channel.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/scripts/score.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/scripts/tl_cli.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/scripts/video_integrity.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/scripts/view_curves.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-create-workflow/SKILL.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-create-workflow/references/creating-in-app.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-create-workflow/references/methodology.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-create-workflow/references/pitfalls.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-create-workflow/references/workflow-model.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-keyword-research/SKILL.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-keyword-research/references/elasticsearch-content-search.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-keyword-research/references/help.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-keyword-research/scripts/build_report.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-keyword-research/scripts/expand_entities.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-keyword-research/scripts/fetch_context.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-keyword-research/scripts/probe.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-keyword-research/scripts/search_channels.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-keyword-research/scripts/search_videos.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-keyword-research/scripts/select_keywords.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-save-report/SKILL.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-save-report/references/columns_brands.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-save-report/references/columns_channels.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-save-report/references/columns_content.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-save-report/references/columns_sponsorships.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-save-report/references/intelligence_filterset_schema.json +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-save-report/references/intelligence_widget_schema.json +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-save-report/references/report_glossary.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-save-report/references/sortable_columns.json +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-save-report/references/sponsorship_filterset_schema.json +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-save-report/references/sponsorship_widget_schema.json +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-save-report/references/widgets.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-top-partnerships/SKILL.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-top-partnerships/scripts/top_partnerships.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-views-guarantee/SKILL.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-views-guarantee/scripts/vg.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/__main__.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/_completions.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/_typer_utils.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/auth/__init__.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/auth/commands.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/auth/login.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/auth/pkce.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/auth/token_store.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/client/__init__.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/client/errors.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/client/http.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/__init__.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/_comments_common.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/balance.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/brands.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/bulk_import.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/changelog.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/channels.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/credits.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/db.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/deals.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/describe.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/doctor.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/matches.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/memory.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/profiles.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/proposals.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/recommender.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/reports.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/schema.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/setup.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/skills.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/snapshots.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/sponsorships.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/uploads.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/whoami.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/workflows.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/config.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/filters.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/hints.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/main.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/output/__init__.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/output/formatter.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/query_history.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/self_update.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/skill_registry.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/__init__.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_auth.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_brands_winner_channels.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_build_report.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_channels_lookalike.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_db_repeat_warning.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_describe.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_error_hints.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_expand_entities.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_filters.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_http_auth.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_memory.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_output.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_probe.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_profiles.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_quota_refusal_message.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_refusal_rendering.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_reports.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_scripts_executable.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_search_channels.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_search_videos.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_select_keywords.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_setup.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_setup_marker_respect.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_skill_registry.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_skills_command.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_sponsorships.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_whoami_newsletter.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_workflows.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests_cli/AGENTS.md +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests_cli/conftest.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests_cli/test_balance.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests_cli/test_db_es.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests_cli/test_db_fb.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests_cli/test_db_pg.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests_cli/test_schema.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests_cli/test_whoami.py +0 -0
- {thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: thoughtleaders-cli
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.11
|
|
4
4
|
Summary: ThoughtLeaders CLI — query sponsorship data, channels, brands, and intelligence
|
|
5
5
|
Project-URL: Homepage, https://thoughtleaders.io
|
|
6
6
|
Project-URL: Repository, https://github.com/ThoughtLeaders-io/thoughtleaders-cli
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl/references/elasticsearch-schema.md
RENAMED
|
@@ -108,7 +108,8 @@ Contains a denormalized subset of the PostgreSQL channel data.
|
|
|
108
108
|
| `media_selling_network_join_date` | date | MSN join date; non-null = MSN member (~1%) |
|
|
109
109
|
| `has_outreach_email` | boolean | Has contact email (100%) |
|
|
110
110
|
| `outreach_email` | text | Contact email (~45%) |
|
|
111
|
-
| `social_links` | text | Flat array of the channel's profile
|
|
111
|
+
| `social_links` | text | Flat array of the channel's known profile links as **canonical keys** — lowercase `host/path` with no scheme, no `www.`, no query string, and `x.com` spelled as `twitter.com`, e.g. `["twitter.com/mrbeast", "instagram.com/mrbeast", "linktr.ee/foo"]` (~47%, growing). Sourced from the `all_social_links` accumulator (About-page scrapes plus web-search discoveries); platform names are dropped, e-mails never appear. |
|
|
112
|
+
| `social_links.canonical` | text | Subfield of the above with a path-segment analyzer: one token per URL segment, subdomain-insensitive host. `{"match_phrase": {"social_links.canonical": "twitch.tv/ludwig"}}` is the precise way to ask "which channels carry exactly this profile link" — it matches `m.twitch.tv/ludwig` and deep paths under the profile, but never a channel that merely mentions the same words in different links. Prefer it over matching the parent field when the query is a `domain/handle` pair. |
|
|
112
113
|
| `male_share` | byte | Male audience % — only ~1.6% of channel docs have demographic data |
|
|
113
114
|
| `usa_share` | byte | US audience % — same ~1.6% coverage |
|
|
114
115
|
| `device` | object | Audience device demographics where known: `device.primary` (most common device) and `device.share` (per-device % map). Very sparse (~0.2%). |
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/.github/workflows/cli-integration.yml
RENAMED
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/.github/workflows/python-publish.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/agents/keyword-context-classifier.md
RENAMED
|
File without changes
|
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/agents/keyword-relevance-validator.md
RENAMED
|
File without changes
|
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/agents/youtube-comment-classifier.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl/references/business-glossary.md
RENAMED
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl/references/firebolt-schema.md
RENAMED
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl/references/postgres-schema.md
RENAMED
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/.gitignore
RENAMED
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-channel-authenticity/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-keyword-research/scripts/probe.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-save-report/references/widgets.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/skills/tl-views-guarantee/scripts/vg.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/src/tl_cli/commands/_comments_common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{thoughtleaders_cli-0.9.10 → thoughtleaders_cli-0.9.11}/tests/test_brands_winner_channels.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|