🪟 Windows TippsThe Gemini desktop app is now available for Windows(11.09.2026 um 17:06 Uhr)
🪟 Windows TippsSetting up live captions stuck in Windows 11(14.09.2026 um 16:31 Uhr)
🕵️ SicherheitslückenBurn Out, Or Fade Away(14.09.2026 um 14:25 Uhr)
🪟 Windows TippsWindows 11's latest update broke my speakers, and I'm not alone(14.09.2026 um 18:54 Uhr)
🪟 Windows TippsThe Gemini desktop app is now available for Windows(11.09.2026 um 17:06 Uhr)
🪟 Windows TippsSetting up live captions stuck in Windows 11(14.09.2026 um 16:31 Uhr)
🕵️ SicherheitslückenBurn Out, Or Fade Away(14.09.2026 um 14:25 Uhr)
🪟 Windows TippsWindows 11's latest update broke my speakers, and I'm not alone(14.09.2026 um 18:54 Uhr)

🔧 Programmierung 🕛 vor 4 Monaten 2 Min Lesezeit
0

I built a validated alternative to CLAUDE.md/AGENTS.MD — meet GUIDE.md

↗ Quelle (dev.to)
🗣️ Stimme:
📑 Inhaltsübersicht

If you've used Claude, Cursor, or Copilot on a real project, you've probably created a CLAUDE.md or agents.md file — a markdown file that tells the AI about your codebase.



The problem is there's nothing stopping that file from being wrong.



You declare language: typescript but the project is now Python. You list entry points that no longer exist. Your version numbers drift from what's actually in package.json. The AI reads your context file, trusts it, and works from bad information.



That's why I built GUIDE.md.






What is GUIDE.md?



GUIDE.md is a validated, drift-aware AI context standard. It's the same idea as CLAUDE.md — a file that gives AI agents structured context about your project — but with one key difference:



It can be wrong. Which means it can be verified.






How it works



A GUIDE.md file has two parts:



YAML frontmatter — machine-readable metadata validated against a schema:




CODE
---
guide_version: "1.0.0"
project: "my-app"
language: python
framework: fastapi
strict_typing: false
error_protocol: verbose
guardrails:
no_hallucination: true
scope_creep_prevention: true
context:
entry_points:
- "src/main.py"
off_limits:
- ".env"
---






Markdown body — human and AI readable instructions:




CODE
## Project Overview
## Domain Vocabulary
## Non-Obvious Decisions
## What NOT to do









The CLI tool






CODE
npm i -g @prismteam/linter






Initialize in any project:




CODE
guidemd init






Auto-detects your language, framework, paradigm, runtime, and entry points — across TypeScript, Python, Go, Rust, Java, Ruby, PHP, Swift, Dart, Elixir and more.



Validate:




CODE
guidemd lint






Catches missing required fields, stale dates, weak descriptions, and exposed secrets.



Detect drift:




CODE
guidemd sync






Compares your declared versions against actual package.json, requirements.txt, Cargo.toml, go.mod and warns you when they diverge.



Export to every format:




CODE
guidemd export






Generates CLAUDE.md, .cursorrules, .windsurfrules, AGENTS.md, .github/copilot-instructions.md and .aider.conf.yml from one source of truth.






Why not just use CLAUDE.md?











































CLAUDE.md GUIDE.md
Schema validation
Drift detection
Auto-detection
Multi-format export
Secret scanning
MCP server


CLAUDE.md is a convention. GUIDE.md is a standard.






Try it






CODE
npx @prismteam/linter init






The repo is open source — feedback and contributions welcome.

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf dev.to.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
1 Quelle
The Gemini desktop app is now available for Windows
1 Quelle
Setting up live captions stuck in Windows 11
1 Quelle
Burn Out, Or Fade Away
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten I built a validated alternative to CLAUDE.md/AGENTS.MD — meet GUIDE.md

Thematisch verwandte Begriffe: built, validated, alternative, CLAUDEmdAGENTSMD · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...