DSH Plugins · Community project

Aegis

Apply baselines, evidence verification, and drift checks to debugging, architecture changes, and long tasks, with native DeepSeek Harness profile installation.

1.1k StarsMITPythonUpdated 1 day ago
01

Project overview

Apply baselines, evidence verification, and drift checks to debugging, architecture changes, and long tasks, with native DeepSeek Harness profile installation.

Aegis repository benchmark comparing agent outcomes with and without its baseline method
The public Aegis agent benchmark comparison from the repository.View repository image
02

Core capabilities

01

Establish task and repository baselines

Establish task and repository baselines. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

02

Keep evidence close to important claims

Keep evidence close to important claims. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

03

Check rule and architecture drift during long tasks

Check rule and architecture drift during long tasks. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

04

Provide reusable methods for debugging and architecture work

Provide reusable methods for debugging and architecture work. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

03

Installation and usage

Install in DeepSeek Harness, reload the target environment as documented, and verify it with a low-risk scenario.

AI AGENT INSTALL

Let an AI Agent install it

Send this prompt to Codex, Claude Code, or another AI agent that can work with your local environment.

Help me install Aegis from https://github.com/GanyuanRan/Aegis. Read the README, license, and installation files first. Confirm the current DeepSeek Harness version, target profile, and required dependencies. Use the repository's current command `dsh plugin --profile web add github:GanyuanRan/Aegis`. Explain the profile, paths, and permissions that will change before running it. Follow the repository verification steps and report commands, changed locations, and visible results. Ask before requesting credentials, enabling extra network access or build scripts, overwriting files, or expanding permissions.
01Before you start
  • The target DeepSeek Harness profile is initialized
  • Python can run the repository doctor script
  • Permission to restart or reload the host
02Copy the install command or configuration
dsh plugin --profile web add github:GanyuanRan/Aegis
03Complete the setup steps
  1. 1
    Check the environment and target profile

    The target DeepSeek Harness profile is initialized; Python can run the repository doctor script; Permission to restart or reload the host. Record the current configuration and installed plugins before changing anything.

  2. 2
    Run the current repository command

    Run the following command. `dsh plugin --profile web add github:GanyuanRan/Aegis` Stop and ask before enabling build scripts, providing credentials, or overwriting files.

  3. 3
    Reload and verify

    Locate the installed Aegis method-pack root, run `python scripts/aegis-doctor.py --write-config --json`, and inspect ok, workspaceSupport, and configStatus.

How to verify the setup

Locate the installed Aegis method-pack root, run `python scripts/aegis-doctor.py --write-config --json`, and inspect ok, workspaceSupport, and configStatus.

Before using it
  • Aegis Method Pack is not a background daemon
  • It does not override user instructions or project rules
  • Host-native activation still requires host-specific verification
04

Use cases

SCENARIO 01

Create traceable baselines for long coding tasks

Start with a minimal Aegis scope in this scenario, then expand only after checking output, permissions, and compatibility.

SCENARIO 02

Check drift during architecture refactors

Start with a minimal Aegis scope in this scenario, then expand only after checking output, permissions, and compatibility.

SCENARIO 03

Deliver debugging conclusions with supporting evidence

Start with a minimal Aegis scope in this scenario, then expand only after checking output, permissions, and compatibility.

05

Assessment

This assessment is based on the repository README, installation instructions, license, and maintenance metadata. Connects baseline, evidence, and drift checks in one workflow; Provides machine-readable installation verification; Clearly distinguishes the method pack from a full platform. Aegis Method Pack is not a background daemon; It does not override user instructions or project rules; Host-native activation still requires host-specific verification. No local installation or long-term use is claimed.

Why it may be useful

  • Connects baseline, evidence, and drift checks in one workflow
  • Provides machine-readable installation verification
  • Clearly distinguishes the method pack from a full platform

What to know first

  • Aegis Method Pack is not a background daemon
  • It does not override user instructions or project rules
  • Host-native activation still requires host-specific verification
06

README

Aegis


Overview

Apply baselines, evidence verification, and drift checks to debugging, architecture changes, and long tasks, with native DeepSeek Harness profile installation. Apply baselines, evidence verification, and drift checks to debugging, architecture changes, and long tasks, with native DeepSeek Harness profile installation.

Getting started

  • Install in DeepSeek Harness, reload the target environment as documented, and verify it with a low-risk scenario.
  • Apply baselines, evidence verification, and drift checks to debugging, architecture changes, and long tasks, with native DeepSeek Harness profile installation.
  • The repository documents these main capabilities: Establish task and repository baselines, Keep evidence close to important claims, Check rule and architecture drift during long tasks, Provide reusable methods for debugging and architecture work.
  • Locate the installed Aegis method-pack root, run `python scripts/aegis-doctor.py --write-config --json`, and inspect ok, workspaceSupport, and configStatus.

Configuration

dsh plugin --profile web add github:GanyuanRan/Aegis
Read the complete README on GitHub