feat(tagging+archetypes): add Pillowfort/Politics/Midrange/Toolbox tagging and unify archetype presence skip logic

This commit is contained in:
matt 2025-09-19 11:53:52 -07:00
parent f2a76d2ffc
commit 6d6243d6be
47 changed files with 21133 additions and 839 deletions

View file

@ -0,0 +1,12 @@
import os
import sys
if 'code' not in sys.path:
sys.path.insert(0, 'code')
os.environ['EDITORIAL_INCLUDE_FALLBACK_SUMMARY'] = '1'
from scripts.build_theme_catalog import main # noqa: E402
if __name__ == '__main__':
main()