Feature Request — Native Markdown-Agent Runtime for Gemini CLI (parity with my “Claude Code hack”) #1572
matiasmolinas
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thank you for the feedback. You can file a feature request here if you'd like to track it: https://github.com/google-gemini/gemini-cli/issues/new?template=feature_request.yml |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
✨ Feature Request — Native Markdown-Agent Runtime for Gemini CLI
(Achieve with first-class support what I can only do via a “Claude Code hack” today)
Background
I maintain LLMunix and its spinoff Framework Core — experimental OS-style frameworks where every agent, tool, and state file is written in Markdown.
Although Claude Code was never intended to act as a full OS runtime, a custom boot prompt I wrote “hacks” it into:
components/agents/*.md
andcomponents/tools/*.md
.workspace/state/{plan,context,history,constraints}.md
.It works surprisingly well, but it’s fragile, undocumented, and relies on prompt gymnastics.
What Gemini CLI needs
gemini run-os <root_dir> --goal "…"
, auto-loads agents & tools--continue
resumes state seamlessly.md
into shell/pyconstraints.md
; prompt enforcesFirmware.md
, no guardWhy it matters
Minimal PoC (using the LLMunix repo)
Result
Gemini interprets every Markdown spec, maintains live state, self-adapts through
constraints.md
, and produces the briefing—without relying on the brittle prompt hack currently required in Claude Code.Beta Was this translation helpful? Give feedback.
All reactions