Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
testomatio
/
explorbot
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
76
Code
Issues
2
Pull requests
6
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
mdq: standalone markdown query and edit package, with a jq-like CLI
- #219
#219
Open
DavertMik
wants to merge 22 commits into
main
testomatio/explorbot:main
from
feat/mdq-package
testomatio/explorbot:feat/mdq-package
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Open
mdq: standalone markdown query and edit package, with a jq-like CLI
#219
DavertMik
wants to merge 22 commits into
main
testomatio/explorbot:main
from
feat/mdq-package
testomatio/explorbot:feat/mdq-package
Copy head branch name to clipboard
Commits
Commits on Sep 14, 2026
docs: design spec for mdq standalone package
Show description for e1e5f85
DavertMik
and
claude
committed
e1e5f85
View commit details
Copy full SHA for e1e5f85
Browse repository at this point
docs: resolve open questions in mdq spec
Show description for ad7c8f4
DavertMik
and
claude
committed
ad7c8f4
View commit details
Copy full SHA for ad7c8f4
Browse repository at this point
Commits on Sep 15, 2026
docs: implementation plan for mdq package
Show description for a0dc4a7
DavertMik
and
claude
committed
a0dc4a7
View commit details
Copy full SHA for a0dc4a7
Browse repository at this point
docs: correct whitespace rules in mdq plan from token spikes
Show description for 791348c
DavertMik
and
claude
committed
791348c
View commit details
Copy full SHA for 791348c
Browse repository at this point
feat(mdq): frontmatter-aware token index
Show description for 1f7ca9a
DavertMik
and
claude
committed
1f7ca9a
View commit details
Copy full SHA for 1f7ca9a
Browse repository at this point
refactor(mdq): move markdown-query into src/utils/mdq behind a shim
Show description for bcfd076
DavertMik
and
claude
committed
bcfd076
View commit details
Copy full SHA for bcfd076
Browse repository at this point
feat(mdq): writes return MarkdownDoc so edits chain
Show description for 2dbae8a
DavertMik
and
claude
committed
2dbae8a
View commit details
Copy full SHA for 2dbae8a
Browse repository at this point
feat(mdq): comment and html selectors, honest regex flags, loud selector errors
Show description for 8488e6e
DavertMik
and
claude
committed
8488e6e
View commit details
Copy full SHA for 8488e6e
Browse repository at this point
feat(mdq): value matchers, sugar layer, at/slice
Show description for 3aa1de8
DavertMik
and
claude
committed
3aa1de8
View commit details
Copy full SHA for 3aa1de8
Browse repository at this point
feat(mdq): remove and insert verbs with whitespace normalization
Show description for 3aba5b7
DavertMik
and
claude
committed
3aba5b7
View commit details
Copy full SHA for 3aba5b7
Browse repository at this point
feat(mdq): addRow and addItem structural inserts
Show description for 6347848
DavertMik
and
claude
committed
6347848
View commit details
Copy full SHA for 6347848
Browse repository at this point
feat(mdq): frontmatter read/write via yaml Document API, setEntry
Show description for 0036d7b
DavertMik
and
claude
committed
0036d7b
View commit details
Copy full SHA for 0036d7b
Browse repository at this point
feat(mdq): jq-like CLI
Show description for 812b875
DavertMik
and
claude
committed
812b875
View commit details
Copy full SHA for 812b875
Browse repository at this point
docs(mdq): package README
Show description for c076c99
DavertMik
and
claude
committed
c076c99
View commit details
Copy full SHA for c076c99
Browse repository at this point
docs: changelog for mdq package and CLI
Show description for ab2495e
DavertMik
and
claude
committed
ab2495e
View commit details
Copy full SHA for ab2495e
Browse repository at this point
test(mdq): pin how a Selection stringifies, and document it
Show description for 6b22aa6
DavertMik
and
claude
committed
6b22aa6
View commit details
Copy full SHA for 6b22aa6
Browse repository at this point
refactor(mdq): finish the query/edit boundary the spec draws
Show description for b379e43
DavertMik
and
claude
committed
b379e43
View commit details
Copy full SHA for b379e43
Browse repository at this point
Commits on Sep 16, 2026
feat(mdq): publish as a standalone npm package runnable with npx
Show description for 07a0e44
DavertMik
and
claude
committed
07a0e44
View commit details
Copy full SHA for 07a0e44
Browse repository at this point
refactor(mdq): collapse back to one class
Show description for 3238bad
DavertMik
and
claude
committed
3238bad
View commit details
Copy full SHA for 3238bad
Browse repository at this point
Commits on Sep 17, 2026
docs(mdq): state where the selector grammar comes from
Show description for 4cf2256
DavertMik
and
claude
committed
4cf2256
View commit details
Copy full SHA for 4cf2256
Browse repository at this point
Merge remote-tracking branch 'origin/main' into feat/mdq-package
Show description for c679d48
DavertMik
committed
c679d48
View commit details
Copy full SHA for c679d48
Browse repository at this point
refactor(mdq): one editor class, consolidated constants
Show description for 4bf74d7
DavertMik
and
claude
committed
4bf74d7
View commit details
Copy full SHA for 4bf74d7
Browse repository at this point
You can’t perform that action at this time.