Foundational public methodology for the first open public ranking of brand visibility in AI search results (ChatGPT, Perplexity, Gemini, Claude). This release establishes the framework — no rankings have been computed or published yet. First scan cycle: late May 2026 (private validation). First public ranking publication target: August 2026, after 3 validation cycles. Includes: - methodology.json: machine-readable formulas, weights, policies - README.md: human-readable overview + open/closed boundary - CHANGELOG.md: versioning policy + v1.0.0 release notes - taxonomy.md: tier system + 11 PL pilot categories - LICENSE: MIT - .gitignore: closed operational data (exact prompts, anti-gaming thresholds) - prompts/README.md: 6-stage prompt curation process - prompts/example-swiece-sojowe-pl.md: illustrative framework for first category Strategic principles: - Algorithm-first, no advisory board - Open methodology + closed exact prompts (Goodhart's Law defense) - No retroactive changes (FIDE 2024 lesson) - No pay-to-play, hard rule (Moody's / Forbes 30 Under 30 lessons) - Subjective opinion disclaimer (Gartner v. NetScout 2020 First Amendment shield) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
54 lines
1.2 KiB
Text
54 lines
1.2 KiB
Text
# OS / editor cruft
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OneDrive sync conflicts (just in case repo ends up under OneDrive accidentally)
|
|
*-Bob.*
|
|
*conflict*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.venv/
|
|
venv/
|
|
env/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
|
|
# Closed operational data — exact prompt strings remain CLOSED to prevent
|
|
# Goodhart's Law (when a measure becomes a target, it ceases to be a measure).
|
|
# Public examples and frameworks live in prompts/ at the repo root.
|
|
prompts/swiece-sojowe-pl/
|
|
prompts/kosmetyki-naturalne-pl/
|
|
prompts/suplementy-nutricosmetyki-pl/
|
|
prompts/diety-pudelkowe-pl/
|
|
prompts/premium-pet-food-pl/
|
|
prompts/kawa-specialty-pl/
|
|
prompts/czekolada-rzemieslnicza-pl/
|
|
prompts/kursy-programowania-bootcampy-pl/
|
|
prompts/kliniki-estetyczne-dermo-pl/
|
|
prompts/fitness-studios-premium-pl/
|
|
prompts/kosmetyki-meskie-pl/
|
|
|
|
# Closed anti-gaming thresholds (private values, public categories documented)
|
|
anti_gaming/private_thresholds.json
|
|
anti_gaming/honeypot_brand.json
|
|
|
|
# First-party telemetry from Free Checker (GDPR — raw user data closed)
|
|
telemetry/raw/
|
|
|
|
# Output of scan cycles (raw query logs are public via API but not in repo)
|
|
output/
|
|
scans/
|
|
|
|
# Secrets
|
|
.env
|
|
.env.*
|
|
*.key
|
|
secrets.json
|