DeepSeek Harness plugin

gitlearnos

Evidence-driven learning memory and automation for Git-native AI agents

Jump to install

Source facts

Repository
Guojiz/gitlearnos
Latest update
Aug 20, 2026
Category
Memory
GitHub stars
4
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Guojiz/gitlearnos
Plugin: gitlearnos
Author: Guojiz

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

GitLearnOS

<p align="center"> <img src="website/media/gitlearnos-harness-mascot.png" width="240" alt="GitLearnOS comic book Agent wearing an orange Git-branch harness"> </p>

<p align="center"><strong>Learner-owned Git memory · GitLearnOS-exclusive native DeepSeek Harness support</strong></p>

<p align="center"><em>Learning happens anywhere. State belongs to you.</em></p>

<p align="center"> <a href="https://guojiz.github.io/gitlearnos/"><img alt="Official website" src="https://img.shields.io/badge/website-guojiz.github.io%2Fgitlearnos-111111?style=flat-square"></a> <a href="LICENSE"><img alt="MIT License" src="https://img.shields.io/badge/license-MIT-111111?style=flat-square"></a> <a href="https://github.com/Guojiz/gitlearnos/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/Guojiz/gitlearnos?style=flat-square"></a> </p>

<p align="center"> <a href="https://guojiz.github.io/gitlearnos/"><strong>Open the official website →</strong></a> · <a href="QUICKSTART.md"><strong>Core-ready Quickstart →</strong></a> </p>

中文 · Website · [Documentation map](DOCUMENTATION.md) · [Protocol](GITLEARNOS.md) · Author site · X · Bilibili · Sponsor

![GitLearnOS overview](docs/assets/gitlearnos-map.svg)

The core promise

GitLearnOS gives one capable, replaceable main AI agent a learner-owned Git memory. It notices useful learning events, connects evidence to a goal, guides the next action, and leaves an inspectable, reversible record.

Learning can happen with a teacher, in class, on paper, in a book, on a practice platform, in a project, with peers, or with another AI. GitLearnOS does not move all learning into one application. The main agent connects only the evidence that is useful for the learner's next decision.

The core is ready with a private local Git repository, one write-capable agent, the GitLearnOS protocol, and one subject or real learning event. GitHub and other remotes are optional. During normal learning, Git stays in the background: the learner should not have to manage folders, branches, or commits.

The default recommendation is private. Add a remote only when the learner chooses backup, cross-device continuity, teacher review, collaboration, or publishing, and keep private answers and gaps separate from shared material.

Core-ready, then everyday learning

The agent answers the immediate request first. Under safe-auto, it may then make the smallest safe writeback when the target, evidence, goal, and privacy boundary are clear. preview proposes the exact change without writing; manual waits for approval. Original answers, notes, and external feedback are preserved; AI interpretations remain revisable and must link to evidence.

Once configured, a learner should not need to say “use GitLearnOS” or name a Skill. A question, attempted answer, page photo, class note, teacher comment, practice result, or repeated difficulty can be a learning event. Incidental conversation is not stored.

goal and real input
→ organize traceable evidence
→ ask from the current gap
→ keep the answer or external feedback
→ recheck independently later
→ update state with one reversible Git commit

The success condition is better independent performance on later questions, not a larger pile of generated notes. A normal receipt distinguishes what the current agent did immediately from what a verified scheduled run actually did.

A small, useful repository

gitlearnos.yml
AGENTS.md
automation.md
dashboard.md
learner-profile.md
subjects/
└── <subject>/
    ├── goals/
    ├── sources/
    ├── models/
    ├── knowledge-gaps/
    ├── reviews/
    └── events/

Only create folders when real learning evidence needs them. Root files hold shared configuration and current views; subject folders hold focused state. Large textbooks, PDFs, scans, media, and long-lived references belong in Project Sources or an authorized local folder. Git keeps compact state, provenance, selected excerpts, and history.

GitLearnOS-exclusive native DeepSeek Harness surface

GitLearnOS ships an installable native bundle for the official DeepSeek Harness Developer Preview. It brings a complete, verifiable Git learning transaction and an agent-controlled panel into Harness: the main agent owns the ordered Next up queue and presentation decision, while the learner keeps the final manual toggle. The Host remains bounded plumbing; it does not invent a ranking or turn panel state into learning evidence.

The code in this repository currently proves:

  • a no-build Host plus browser bundle discovered by the Harness profile;
  • learning_status and learning_route bounded, read-only observations;
  • one gitlearnos.yml-authorized learning_apply transaction that atomically applies typed

event, knowledge-gap, model, review, and dashboard operations in one reversible Git commit (with strict learner identity, setup/config, base revision, and write-authority checks); learning_record remains a compatibility wrapper;

  • a loopback-only, read-only panel that shows the agent-maintained queue,

respects Panel: expand|collapse, and labels development sample data;

  • five queue actions that place a review, practice, close-with-one-question,

ask-a-teacher, or read-notes request into the conversation input.

RAG provider access remains an optional separate layer; it is not built into this bundle. DeepSeek's default provider is text-only, but Harness itself is not limited to text. The learner may either configure a third-party multimodal model with image input or keep DeepSeek as the main model and install an authorized vision/OCR bridge plugin. Without either, the agent asks for a transcription instead of guessing. An immediate multiple-choice answer is supported evidence, not proof of mastery. Recurring checks use a real scheduler to wake the same main agent; they do not require a second learning agent. See the [launch note](docs/deepseek-harness-launch.md) and the [adapter's limits and verification steps](adapters/deepseek-harness/README.md).

RAG and background work are separate layers

For substantial textbooks, course packs, notes, or durable personal knowledge, we recommend (but do not require) a local RAG layer. RAG-Anything is the first explicitly supported option, not a lock-in.

  • Git is the formal, readable source of learning truth.
  • RAG is a rebuildable retrieval layer for authorized sources and promoted

durable knowledge; it is managed by the same main agent, not a second agent.

  • The current agent can organize evidence and commit an immediate change.
  • Scheduled automation asks a real repository-capable scheduler to wake the

same main agent. A date, reminder, Harness session schedule, or requested marker is not proof that a run happened. maintenance and due-review are complete only after each recurring task is created and observed in a real scheduler.

RAG may be declined and GitLearnOS still works. One-off exercises do not enter RAG automatically. If the main agent already understands an image, preserve a faithful Markdown or structured representation instead of repeating OCR; a text-only agent must not infer unseen visual content.

Start with one subject

Use the [core-ready Quickstart](QUICKSTART.md), which contains the single canonical setup prompt. It asks the agent to identify the private target, confirm the learning goal, subject, and current material, recommend local RAG, wait before learner deployment, detect actual capabilities, and report the undo boundary. The website CTA links to that same source; it does not create a repository or pretend that a button provisioned a scheduler.

The [AceSAT demo](LIVE-DEMO.md) shows the loop with a fictional learner using short, text-first interactions. It still requires a capable AI runtime; local Git is not the same as a completely offline AI system. Fully offline use would also require a local model and local tooling that the current runtime actually supports.

See the [impact statement](docs/acesat-build-for-impact.md) and the completed [SAT fixture](examples/en/demo-sat-lite/) for the evidence behind the demo.

Truth before completeness

  • Original evidence is preserved; corrections are linked records, not silent rewrites.
  • Important conclusions point to traceable evidence; missing evidence stays unknown.
  • External resolution and delayed independent mastery remain separate.
  • A dashboard is a current view, never a second source of truth.
  • GitLearnOS never claims a write, commit, RAG retrieval, scheduler run, Skill

installation, or mastery without direct evidence.

See [GITLEARNOS.md](GITLEARNOS.md) for the full behavior contract, [QUICKSTART.md](QUICKSTART.md) for deployment, and [Evaluation](evals/README.md) for documented end-to-end scenarios.

Official website and other links

The public face of GitLearnOS is the product site. It carries the same promise as this repository: a live DeepSeek Harness-shaped demo, the canonical Quickstart, and no fake “one-click provisioned scheduler.”

Websitehttps://guojiz.github.io/gitlearnos/
Quickstart[QUICKSTART.md](QUICKSTART.md)
Author sitehttps://guojiz.github.io/
Xhttps://x.com/guojizh
Bilibilihttps://space.bilibili.com/3493114115263006
YouTubehttps://youtube.com/@guojizh
Sponsorhttps://github.com/Guojiz/Sponsors

Other projects with official sites

  • Word Snap — bilingual vocabulary matching PWA
  • Guojiz — builder site and AI-safety manuscript

Project status

This branch develops the Git-native v2 protocol and the DeepSeek Harness Developer Preview. MIT License; see [LICENSE](LICENSE).