salva
|
70763091af
|
feat: domain/subdomain/tag bulk ops + enriched INDEX
- domains, subdomains, tags : frontmatter distribution counts
- enable-domain / disable-domain : bulk by 'domain:' (eg. cybersecurity)
- enable-subdomain / disable-subdomain : bulk by 'subdomain:' (eg. malware-analysis)
- enable-tag / disable-tag [--all] : multi-tag union (default) or intersection
- INDEX.json now exposes domain, subdomain, tags[]
- INDEX.md columns expanded; top-domains/subdomains/tags summaries
- PyYAML-first frontmatter parser (regex fallback) — parses 1027/1032 descriptions
and 758 skills' tags correctly (previous regex parser missed almost everything)
- enable/disable now incrementally update INDEX.json status so bulk ops stay
consistent without a full reindex
- jq --args bug fix in tag commands ('--' was leaking into ARGS.positional)
|
2026-04-30 22:09:41 +03:00 |
|