fix(ms-ai-architect): RX-KB1 strip stale plain-Verified pipe-tails (87) + audit-deteksjon [skip-docs]
De 87 referansefilene bar en plain-text `| Verified: <dato>`-hale på **Last updated:**-linjen i 500B-header-vinduet — usynlig for den bold-only kontrakt-stacken (kb-headers.mjs / audit RE_VERIFIED), og claimet en verifisering judgen aldri gjorde (samme poison-klasse som de 14 bold **Verified:** MCP Spor 1 fjernet). Uhåndtert springer den også dual-Verified-fellen: R7s insertVerifiedFields ville stemplet en bold-verdi ved siden av den plain → to motstridende provenance-claims per fil. - ny driver strip-stale-verified-pipe.mjs: frosset 87-manifest (18 advisor + 45 eng + 8 gov + 16 sec), pure verdi-bevarende strip (kun ` | Verified: …`-halen; **Last updated:**-dato byte-eksakt), hard per-fil-invariant (linjeantall uendret, body byte-identisk, dato bevart), idempotent, atomicWriteSync (RX-OPS2 recovery-kontrakt). - audit-corpus-headers.mjs: ny plain-Verified-deteksjon (RE_PLAIN_VERIFIED + plainVerifiedPipe) — gjør M4-blindheten synlig så en stale plain-hale ikke kan gjenoppstå stille (non-advisor scope). - 87 filer strippet; plain Verified i vinduet 0/389; live-audit plainVerifiedPipe 0. Mekanisme: +15 tester (12 strip + 3 audit). Suite 875→890 exit 0. validate-plugin.sh 250/0. Utsatt → RX-KB1b: footer-dato-avvik + label-whitelist (annen dialekt, flag-to-human).
This commit is contained in:
parent
b3011da017
commit
712a143e58
91 changed files with 478 additions and 87 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Agent Autonomy and Control - Governance Framework
|
||||
|
||||
**Last updated:** 2026-06-24 | Verified: MCP 2026-06-24
|
||||
**Last updated:** 2026-06-24
|
||||
**Status:** GA
|
||||
**Category:** Agent Orchestration & Automation
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Agent Evaluation and Testing Frameworks
|
||||
|
||||
**Last updated:** 2026-06-24 | Verified: MCP 2026-06
|
||||
**Last updated:** 2026-06-24
|
||||
**Status:** GA (Azure AI Evaluation SDK), Preview (Agent-specific evaluators)
|
||||
**Category:** Agent Orchestration & Automation
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Agent Memory and Context Management Strategies
|
||||
|
||||
**Last updated:** 2026-06-24 | Verified: MCP 2026-06
|
||||
**Last updated:** 2026-06-24
|
||||
**Status:** GA (Managed Memory in Foundry Agent Service: Preview)
|
||||
**Category:** Agent Orchestration & Automation
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Agent2Agent (A2A) Protocol — Åpen Standard for Agent-Interoperabilitet
|
||||
|
||||
**Last updated:** 2026-06-18 | Verified: 2026-06-18
|
||||
**Last updated:** 2026-06-18
|
||||
**Status:** Stabil (protokollspesifikasjon v1.0) / Preview (Microsofts A2A-SDK + Agent Framework A2A-pakker)
|
||||
**Category:** Agent Orchestration & Automation
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Agent-to-Agent Communication Protocols
|
||||
|
||||
**Last updated:** 2026-04 | Verified: MCP 2026-04
|
||||
**Last updated:** 2026-04
|
||||
**Status:** GA
|
||||
**Category:** Agent Orchestration & Automation
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Computer-Using Agents (CUA)
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** Copilot Studio — GA (2026-05-07); Foundry Agent Service — Preview (sep 2025)
|
||||
**Category:** Agent Orchestration & Automation
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Foundry Workflows — Visuell Multi-Agent Orkestrering
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** Public Preview (announced MS Ignite november 2025)
|
||||
**Category:** Agent Orchestration & Automation
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Multi-Agent Orchestration Patterns and Topologies
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** Agent Orchestration & Automation
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Semantic Kernel and Microsoft Agent Framework - Implementation Patterns
|
||||
|
||||
**Last updated:** 2026-06-18 | Verified: 2026-06-18
|
||||
**Last updated:** 2026-06-18
|
||||
**Status:** GA — Microsoft Agent Framework 1.0 (3. apr 2026), orchestration patterns GA
|
||||
**Category:** Agent Orchestration & Automation
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Tool Use and Function Calling - Advanced Patterns
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** Agent Orchestration & Automation
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Azure AI Services - API Design and Best Practices
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** Azure AI Services (Foundry Tools)
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Azure AI Services - Enterprise Architecture Patterns
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** Azure AI Services (Foundry Tools)
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Azure AI Services - Monitoring, Logging and Diagnostics
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** Azure AI Services (Foundry Tools)
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Azure AI Services - Networking, Security and Private Endpoints
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Type:** reference
|
||||
**Source:** https://learn.microsoft.com/security/benchmark/azure/baselines/cognitive-services-security-baseline
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Azure AI Services vs Foundry Tools - Platform Selection Guide
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** Azure AI Services (Foundry Tools)
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Azure AI Vision - Image Analysis and Tagging
|
||||
|
||||
**Last updated:** 2026-04 | Verified: MCP 2026-04
|
||||
**Last updated:** 2026-04
|
||||
**Status:** GA (Generally Available)
|
||||
**Category:** Azure AI Services (Foundry Tools)
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Azure AI Vision - OCR and Document Processing
|
||||
|
||||
**Last updated:** 2026-04 | Verified: MCP 2026-04
|
||||
**Last updated:** 2026-04
|
||||
**Status:** GA
|
||||
**Type:** reference
|
||||
**Source:** https://learn.microsoft.com/python/api/overview/azure/ai-vision-imageanalysis-readme
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Content Understanding - Multimodal Analysis and Video Intelligence
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** Preview (GA for core features, Limited Access for face description)
|
||||
**Category:** Azure AI Services (Foundry Tools)
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Document Intelligence - Prebuilt Models for Forms and Invoices
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Type:** reference
|
||||
**Source:** https://learn.microsoft.com/azure/ai-services/document-intelligence/model-overview
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Language Services - Custom Text Classification and NER
|
||||
|
||||
**Last updated:** 2026-04 | Verified: MCP 2026-04
|
||||
**Last updated:** 2026-04
|
||||
**Status:** GA — avvikles 31. mars 2029
|
||||
**Type:** reference
|
||||
**Source:** https://learn.microsoft.com/azure/ai-services/language-service/custom-text-classification/overview
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Language Services - Question Answering and Knowledge Mining
|
||||
|
||||
**Last updated:** 2026-04 | Verified: MCP 2026-04
|
||||
**Last updated:** 2026-04
|
||||
**Status:** GA — avvikles 31. mars 2029
|
||||
**Type:** reference
|
||||
**Source:** https://learn.microsoft.com/azure/ai-services/language-service/question-answering/overview
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Language Services - Text Analytics for Sentiment and Key Phrases
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA (deler avvikles 2029-03-31)
|
||||
**Type:** reference
|
||||
**Source:** https://learn.microsoft.com/azure/ai-services/language-service/personally-identifiable-information/overview
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Speech Services - Speech-to-Text and Real-time Transcription
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** Azure AI Services (Foundry Tools)
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Speech Services - Text-to-Speech and Neural Voices
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Type:** reference
|
||||
**Source:** https://learn.microsoft.com/azure/ai-services/speech-service/personal-voice-overview
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Translator Service - Document Translation and Multi-language Support
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA (General Availability) + Preview features
|
||||
**Category:** Azure AI Services (Foundry Tools)
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Agentic RAG Patterns — Agent-styrt retrieval
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Type:** reference
|
||||
**Source:** https://learn.microsoft.com/azure/search/agentic-retrieval-overview
|
||||
**Status:** GA (Semantic Kernel); Azure AI Search agentic retrieval **delvis GA via REST `2026-04-01`** (verifisert 2026-06-19) — GA-overflaten returnerer ekstraktiv grounding-data (`activity` + `references`), ikke syntetiserte svar, med GA-kildetypene `searchIndex`/`azureBlob`/`indexedOneLake`/`web`. **Answer synthesis, ikke-minimal reasoning effort (LLM query planning på low/medium) og multi-turn messages forblir preview (`2026-05-01-preview`).** Azure- og Foundry-portalen gir kun preview-tilgang til agentic retrieval
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Azure AI Search - Configuration and Deployment
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Citation Tracking and Source Attribution
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA (classic RAG); agentic retrieval delvis GA via REST `2026-04-01` — grounding-overflaten (`references` + `activity`-log) er GA, mens LLM query planning (ikke-minimal reasoning effort) + answer synthesis + multi-turn messages forblir preview (`2026-05-01-preview`); portal/Foundry preview
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Contextual Retrieval — Kontekstuell berikelse av chunks
|
||||
|
||||
**Last updated:** 2026-04 | Verified: MCP 2026-04
|
||||
**Last updated:** 2026-04
|
||||
**Status:** GA (custom skill pattern), Preview (agentic retrieval)
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# GraphRAG - Knowledge Graphs and Relationship Extraction
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** Preview
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Hierarchical RAG Patterns — Multi-nivå retrieval
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA (index projections), Preview (agentic retrieval)
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Hybrid Search - Full-Text and Vector Combined
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Metadata Management and Filtered Search
|
||||
|
||||
**Last updated:** 2026-04 | Verified: MCP 2026-04
|
||||
**Last updated:** 2026-04
|
||||
**Status:** GA
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Multi-Index Federation and Cross-Search
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA (single-index), Not supported (native cross-index)
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Multimodal RAG — Bilder, tabeller og dokumenter i RAG
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA (Document Intelligence, Content Understanding), Preview (multimodal embeddings)
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# RAG Caching and Performance Optimization
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# RAG Context Windows and Long-Context Models
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# RAG Core Patterns and Architecture
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Document Preprocessing and Pipeline Automation
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# RAG Hallucination Mitigation Strategies
|
||||
|
||||
**Last updated:** 2026-06-24 | Verified: MCP 2026-06
|
||||
**Last updated:** 2026-06-24
|
||||
**Status:** GA (groundedness-deteksjon, RAG-mønstre) · Preview (groundedness correction/mitigating-feature, api-version 2024-09-15-preview)
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Iterative RAG and Multi-Turn Refinement
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Query Understanding and Expansion
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# RAG Security - RBAC, Filtering, and Access Control
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** Preview (native ACL/RBAC), GA (security filters)
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Semantic Ranker and Reranking Models
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA (core), Preview (query rewrite, prerelease models)
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Vector Indexing - Techniques and Configuration
|
||||
|
||||
**Last updated:** 2026-06-19 | Verified: MCP 2026-06-19
|
||||
**Last updated:** 2026-06-19
|
||||
**Status:** GA (Hybrid search), Preview (Scalar quantization)
|
||||
**Category:** RAG Architecture & Semantic Search
|
||||
**Type:** reference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue