Mark the repo as a dsh-plugin for ecosystem discovery.

Follow DeepSeek Harness CONTRIBUTING.md so the desktop shell shows up
under the dsh-plugin GitHub topic.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Tommy
2026-08-15 22:17:23 +08:00
parent f8a3c2dc6f
commit f41f9fc08f
2 changed files with 3 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ class BundledAttributionTests(unittest.TestCase):
self.assertIn("3.16.6", text)
self.assertIn("ffb845c5480adc953392a6db6f8a98ede621174b", text)
self.assertIn("dsh-desktop-vision", text)
self.assertIn("dsh-plugin", text)
self.assertTrue((ROOT / "docs" / "licenses" / "modlens.LICENSE").is_file())
self.assertTrue(
(ROOT / "docs" / "licenses" / "dsh-anchored-standard.NOTICE").is_file()