mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-23 17:43:16 +00:00
42 lines
2.0 KiB
YAML
42 lines
2.0 KiB
YAML
# Nubenetes Master Policy: V1 (Preservation) vs. V2 (Optimization)
|
|
# This file governs how AI agents interact with different layers of the ecosystem.
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# V1 ARCHIVE: THE SOURCE OF TRUTH (Human-Centric / Conservative)
|
|
# -----------------------------------------------------------------------------
|
|
v1_preservation_rules:
|
|
# IMMUTABILITY: If these exist, the AI MUST NOT touch them
|
|
immutable_fields:
|
|
- "titles" # AI never renames a link already present in V1.
|
|
- "stars" # Manual 🌟 badges have absolute priority.
|
|
- "manual_descriptions" # Long-form descriptive notes are sacred.
|
|
|
|
link_strictness:
|
|
deep_link_priority: true # Always keep subfolders/wikis if ALIVE.
|
|
github_io_preservation: true # No auto-mapping to github.com.
|
|
forbidden_truncations: ["/pull/", "/wiki/", "/issues/", "/tree/", "/blob/"]
|
|
|
|
consolidation_policy:
|
|
allow_on_404: true # Only truncate to root if deep link is dead.
|
|
update_metadata: true # If link changes, update only in the BBDD.
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# V2 PORTAL: THE ELITE SHOWCASE (AI-Centric / Optimized)
|
|
# -----------------------------------------------------------------------------
|
|
v2_optimization_rules:
|
|
consolidation_strategy: "Executive" # Aggregate deep links to project roots.
|
|
maturity_threshold: 30 # Minimum stars for GitHub Elite inclusion.
|
|
auto_translate: true # Summaries MUST be in English.
|
|
rich_metadata_enrichment:
|
|
youtube: ["author", "duration"]
|
|
blogs: ["reading_time", "author"]
|
|
github: ["stars", "last_commit", "topics"]
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# SYSTEM SAFETY: MKDOCS GUARD
|
|
# -----------------------------------------------------------------------------
|
|
safety_guard:
|
|
validate_mkdocs_syntax: true
|
|
forbidden_tags: ["<script>", "<iframe>", "<style>"] # Security hardening
|
|
mermaid_strict_check: true
|