ディレクトリに戻る

aegis

キュレーション掲載メンテナンス: 活発

ganyuanran/aegis

ベースライン優先・証拠検証・ドリフトチェックで AI コーディングエージェントをアーキテクチャ意識型にし、長時間タスクでも安全に動作させる

GitHub で見るホームページ
$ dsh plugin --profile <profile> add github:GanyuanRan/Aegis

1,175

スター

52

フォーク

Python

言語

MIT

ライセンス

2026-04-30

作成日

2026-09-07

最終プッシュ

MIT ライセンスの AI コーディングエージェント信頼性メソッドパック。`dsh plugin add github:GanyuanRan/Aegis` で profile プラグインとして DeepSeek Harness(dsh)にインストール可能。

DSH 統合

互換

作者による申告

安全性監査

未監査

最終検証日

2026-08-21

ライセンス

MIT

01どんなタスクに使えるのか?

  • Make AI coding agent runs in DeepSeek Harness safer and less prone to rework

    The agent plans against the project's real baseline before editing and completion claims ship with fresh verification evidence, covered scope and residual risk — on the project's frozen A/B benchmark, contract pass rate went 61.67% → 93.33% and unsafe outcomes 13.33% → 0%

    Developers running coding agents (DeepSeek Harness, Codex, Claude Code, OpenCode, Kimi) who want fewer reworks and safer changes on non-trivial tasks

  • Apply one discipline across every AI coding host you use, including DeepSeek Harness

    The same method pack installed on Codex, Claude Code, OpenCode, Kimi, DeepSeek Harness and other skill-aware hosts, with host-aware updates via `scripts/aegis-update.py`

    Teams standardizing agent workflows across multiple coding-agent hosts

02DeepSeek Harness への導入方法

前提条件

  • DeepSeek Harness (`dsh`) installed and a profile selected — installation is a profile-plugin install via `dsh plugin --profile <profile> add github:GanyuanRan/Aegis`
  • Python available to run the verification scripts (`scripts/aegis-doctor.py`) from the installed method-pack root

インストール手順

  1. 01

    Give the README's quick-install prompt to your agent: read the Aegis repo, identify the host (DeepSeek Harness / dsh), and install via `dsh plugin --profile <profile> add github:GanyuanRan/Aegis` instead of silently substituting the direct-child compatibility path

    $ dsh plugin --profile <profile> add github:GanyuanRan/Aegis

  2. 02

    Restart or reload the host if needed

  3. 03

    Locate the installed `<aegis-method-pack-root>`, then run `cd <aegis-method-pack-root> && python scripts/aegis-doctor.py --write-config --json` — not from the target project directory

  4. 04

    If the host uses a separate skill discovery directory, verify it with `--discovery-root <path>`; if the host guide declares a skill directory name prefix, also pass `--discovery-name-prefix <prefix>`

  5. 05

    Complete the DeepSeek Harness host guide's native activation and automatic-entry checks (file discovery or a generic doctor result alone is not sufficient when the host provides a plugin, hook, or session-start bootstrap contract)

導入成功の確認

  • Treat the install as complete only if the doctor JSON includes `"ok": true`, `"workspaceSupport": "available"`, and `"configStatus": "configured"`

03DSH 統合と能力の範囲

DSH 統合互換

Installed into DeepSeek Harness (dsh) as a profile plugin via `dsh plugin --profile <profile> add github:GanyuanRan/Aegis`, with a dedicated DeepSeek Harness host guide

  • Baseline-first planning

    coding tasks in any supported host, including DeepSeek Harnessthe agent aligns with the project's real baseline — owners, contracts, boundaries — before touching code

    lazily creates CONTEXT.md / CONTEXT-MAP.md files on the first resolved domain term (glossary-only)
  • Evidence-based completion verification

    completion claims from the agentfresh verification evidence, covered scope and residual risk attached to every "done" — you read evidence, not vibes

  • Install & activation management (doctor / update)

    the installed method-pack root`scripts/aegis-doctor.py` reports install status and switches activation mode (`auto`/`explicit`) and TDD mode (`off`/`auto`); `scripts/aegis-update.py` performs host-scoped updates

    doctor runs with `--write-config` during install verification; the host must be restarted after changing activation mode
  • Explicit workflow triggers

    natural language or explicit requests in the host session`Aegis goal: ...` frames scope, success evidence and boundaries; `Grill me ...` starts a decision interview; `TDD Route: strict` / `test-first` requests strict test-first work; `aegis:first-principles-review` pressure-tests a direction

04誰に向いているのか?使うべきでない場面は?

向いている用途

  • Developers running coding agents (DeepSeek Harness, Codex, Claude Code, OpenCode, Kimi) who want fewer reworks and safer changes on non-trivial tasks
  • Teams standardizing agent workflows across multiple coding-agent hosts

不向きな用途

  • For DeepSeek Harness an install guide exists, but release-level fresh host smoke is still pending — the integration is documented, not yet verified per release.

05互換性・メンテナンス・セキュリティ上の注意

  • Aegis is the runtime-ready Method Pack, not the full Aegis Platform, a daemon, a background runner, a runtime core, or final completion authority; user instructions and target-project rules outrank Aegis guidance.
  • For DeepSeek Harness an install guide exists, but release-level fresh host smoke is still pending — the integration is documented, not yet verified per release.
  • The benchmark numbers are bounded advisory evidence from a frozen held-out A/B benchmark, not a universal-quality or completion-authority claim.
2026-04-302026-08-19v2.8.4

MIT · actively maintained (latest release v2.8.4, 2026-08-19)

06よくある質問

Aegis は DeepSeek Harness にどう統合されますか?ネイティブですか、MCP ですか?

MCP ベースではありません:公式 DeepSeek Harness(`dsh`)では、グローバル/最小インストールは `dsh plugin --profile <profile> add github:GanyuanRan/Aegis` によるネイティブの profile プラグインインストールとして扱います。専用の DeepSeek Harness ホストガイドに従ってください。プラグインマネージャーが使えず、互換モードを明示的に承認した場合のみ direct-child 互換パスにフォールバックします。

インストールの成功はどう確認しますか?

インストール後のメソッドパックルート(プロジェクトディレクトリではなく)で `python scripts/aegis-doctor.py --write-config --json` を実行します。JSON に `"ok": true`、`"workspaceSupport": "available"`、`"configStatus": "configured"` が含まれ、ホストガイドのネイティブ有効化と自動エントリチェックが完了して初めてインストール完了とみなされます。

前提条件は何ですか?

DeepSeek Harness(`dsh`)がインストールされ、インストール先の profile が選定されていること、および doctor/update スクリプト実行用の Python。Aegis 自体は追加の API key やアカウントを要求しません。

制限はありますか?Aegis はプロジェクトの最終決定権を持ちますか?

Aegis はランタイム対応の Method Pack であり、フルプラットフォームでもデーモンでも最終的な完了権威でもありません。ユーザーの指示と対象プロジェクトのルールは Aegis のガイダンスより優先され、ベンチマーク数値は有界の参考エビデンスです。DeepSeek Harness についてはリリースレベルの新規ホストスモークテストが未完了です。

後で更新やモード変更はできますか?

`update Aegis` または `aegis:update` と伝えれば、ホスト対応の更新パス(`scripts/aegis-update.py`)が実行されます。アクティベーションモードはデフォルトで自動。`python scripts/aegis-doctor.py activation-mode explicit` で明示モードに切り替えてホストを再起動します。TDD はデフォルトでオフです。

08データと出典

  • 作者による申告github.comd5bda9fb9df0…

    If the host is the official DeepSeek Harness (`dsh`), treat global/minimal installation as native profile-plugin install…

  • 作者による申告github.comd5bda9fb9df0…

    `DeepSeek Harness` | Install guides exist; release-level fresh host smoke is still pending | [DeepSeek Harness](docs/REA…

このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-21。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。