dos-kernel

Listed

Catch your AI agents when they lie about what they shipped — verifies claims against git instead of believing the agent.

plugin 19 stars 4 forks Updated 2 days ago MIT

Install

Plugins install via a marketplace, in two steps.

Step 1
Step 2
View on GitHub

Bundles

Everything this plugin ships — skills, agents, commands, hooks, and MCP servers it bundles.

Skills (23)

AI & Automation Listed

issue-verify

Adjudicate a GitHub issue's "this is resolved" claim from witnesses the claimant didn't author — then close it carrying the evidence, or refuse with the typed gap. Use when an issue looks already-solved, after landing a fix that should have closed one, or to sweep open issues for silently-resolved ones.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

issue-work

Pick the next most important open GitHub issue this agent can actually complete, make its done-condition true, land it with witnesses (suite + parity + commit-audit), and priority-tag every issue touched along the way. Use when asked to "work the backlog", "complete the next most important issue", or to fix a specific issue number end-to-end.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

release

Cut a versioned release of the DOS kernel — bump the version, draft release notes, commit, tag, push to master, and create a GitHub release. The tag push triggers the gated PyPI publish pipeline (publish.yml); the skill surfaces the run and its approval gate.

18 Updated 4 weeks ago
anthony-chaudhary
AI & Automation Listed

stable-release

Promote an already-shipped rolling release (vX.Y.Z) of the DOS kernel to a named stable channel — gated on a green kernel suite + a green third-party CI run on the candidate + a clean truth syscall + a soak window. Writes an evidence file and adds a stable/<codename> git tag on the same commit. Does NOT bump versions or build new artifacts.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

dos-setup

Confirm the DOS plugin is wired: check the `dos-kernel[mcp]` package import, run `dos doctor`, show the bundled hooks/MCP/skills, and point to the next skill. Use after install or when plugin MCP/hooks fail.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

dos-stats

Fold the plugin hook observation log into counts, reason classes, stop-blocks, wait-marker budget, and latency. Use to confirm the bundled native hook path is active or to inspect DOS hook activity; read-only.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

dos-verify-done-claims

Before accepting an agent's 'done / shipped / fixed' claim, verify it against ground truth (git ancestry + the commit's own diff) using the DOS kernel's `dos verify` and `dos commit-audit` — never the agent's own narration.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

dos-class-cycle

Run one DOS plan-class lifecycle tick from the workspace `[lifecycle]` table: evaluate declared transitions, have a judge approve/defer them, write gated plan-meta edits, and log the cycle. Use when gardening plan lifecycle classes automatically.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

dos-dispatch-loop

Run recurring `dos-dispatch` cycles, switching to `dos-replan` when the backlog drains and stopping on the kernel's loop verdict. Use for unattended dispatch->replan->dispatch work across disjoint lanes.

18 Updated 4 weeks ago
anthony-chaudhary
AI & Automation Listed

dos-dispatch

Plan and ship the next batch on one lane: run `dos-next-up`, acquire a lease with `dos arbitrate`, gate empty work, dispatch the packet, and archive the run. Use when a single lane should move end to end with collision safety.

18 Updated 4 weeks ago
anthony-chaudhary
AI & Automation Listed

dos-enforce-tune

Tune DOS enforcement policy knobs (`[intervention_policy]`, `[intervention]`, `[improve]`) from false-deny versus held-catch evidence. Use when running `dos enforce-tune` to keep only measured net_task_delta gains and escalate repeated non-keeps.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

dos-goal-fleet

Launch multiple goal-scoped workers in waves, each with a witness-gated stop condition and `dos arbitrate` file-tree safety. Use when an operator asks to run several independent goals in parallel and fold only verified ships.

19 Updated 2 days ago
anthony-chaudhary
Show all 23 bundled skills
AI & Automation Listed

dos-goal-gate

Ground a keep-working goal in evidence the worker did not author by wiring `dos hook stop` to refuse false done claims. Use for one self-stopping agent or loop worker; use `dos-witness-claim` for fold barriers.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

dos-next-up

Snapshot the repo's phased-plan portfolio into a dispatch packet: audit candidates with `dos verify`, render who-does-what, and emit a `dos gate` verdict. Use when you need the current next-work view before dispatching agents.

18 Updated 4 weeks ago
anthony-chaudhary
AI & Automation Listed

dos-plan-price

Price a proposed multi-agent fan-out before launch by computing tree collisions, safe concurrency, and a cheaper disjoint partition. Use before `dos-goal-fleet`, a `dos-next-up` dispatch packet, or any N-agent tree split.

18 Updated 4 weeks ago
anthony-chaudhary
AI & Automation Listed

dos-promote

Surface units held out of the pickable set with their typed HoldReason and derived unblock action, auto-applying only safe reclassifies. Use when work is stuck unpickable and a human needs the exact unblock move.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

dos-replan-loop

Run bounded, recurring `dos-replan` sweeps, optionally guarded by the workspace's release policy. Use when the planning queue needs unattended refresh for a fixed cadence rather than one manual sweep.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

dos-replan

Refresh a plan portfolio from evidence: close shipped queue items, update cooldown state, and surface the few decisions an operator must make. Use after dispatch bursts, drained backlogs, or recurring findings.

18 Updated 4 weeks ago
anthony-chaudhary
AI & Automation Listed

dos-self-improve

Run the DOS self-improvement loop: propose a candidate, verify it in an isolated worktree, measure suite/truth/metric gates, and keep only confirmed gains. Use for recursive improvement; use `dos-enforce-tune` for policy knobs.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

dos-skillify

Convert an agent skill into a DOS-grounded variant by replacing self-certified claims with `dos` witness checks and emitting an additive copy plus report. Use when asked to make a skill DOS-aware or audit its self-checks.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

dos-supervise-loop

Keep a target count of dispatch loops alive across the workspace lane roster: spawn missing loops, scavenge stalled leases, and surface spinning workers. Use when supervising a DOS dispatch-loop fleet.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

dos-unstick

Analyze BLOCKED/DRAIN run history, cluster recurring causes, and propose one structural fix per wedge via `dos decisions`. Use when a fleet keeps stalling and you want a systemic unblock rather than another manual nudge.

19 Updated 2 days ago
anthony-chaudhary
AI & Automation Listed

dos-witness-claim

Route subagent claims through independent read-back before another agent relies on them. Use at parallel, pipeline, or synthesis barriers where shipped phases, files, rows, messages, or other effects must be witnessed.

18 Updated 4 weeks ago
anthony-chaudhary

Quality Score: 53/100

Stars 20%
43
Recency 20%
100
Manifest 20%
0
Documentation 15%
0
Issue Health 10%
50
License 10%
100
Description 5%
100

Details

Author
anthony-chaudhary
Repository
anthony-chaudhary/dos-kernel
Created
3 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Listed in marketplaces