docs(vscode): restore legacy anchor in custom-command-system, remove deploy-and-secure-surfaces (not an extension feature)

This commit is contained in:
Mark IJbema
2026-02-25 09:26:09 +01:00
parent 5cb7ff4b08
commit 458d55f17c
3 changed files with 6 additions and 11 deletions
@@ -15,3 +15,9 @@
- Symlink-aware command discovery
- VS Code command palette entry points
- Wire to CLI's custom command system for execution
## Primary Implementation Anchors (kilocode-legacy)
These exist in the [kilocode-legacy](https://github.com/Kilo-Org/kilocode-legacy) repo, not in this extension:
- `src/services/command/`
@@ -1,10 +0,0 @@
# Deploy & Secure Surfaces
**Priority:** P3
**Status:** ❌ Not started
## Remaining Work
- Deploy workflow UI (deployment configuration and execution)
- Managed indexing UI
- Security review surfaces (approval and policy UX)
@@ -33,7 +33,6 @@ This document tracks remaining work needed for feature parity with the old exten
| [Codebase Indexing & Semantic Search](non-agent-features/codebase-indexing-semantic-search.md) | ❌ Not started | Vector indexing, semantic search, embeddings infrastructure | CLI has grep/glob endpoints; semantic indexing is extension or cloud | P2 |
| [Contribution Tracking](non-agent-features/contribution-tracking.md) | ❌ Not started | AI attribution tracking, line fingerprinting, reporting | Extension-side | P3 |
| [Custom Commands](non-agent-features/custom-command-system.md) | ❌ Not started | Slash command system, project-level command discovery, YAML frontmatter support | CLI has custom commands; extension provides UI entry points | P2 |
| [Deploy & Secure Surfaces](non-agent-features/deploy-and-secure-surfaces.md) | ❌ Not started | Deploy workflows, managed indexing UI, security review surfaces | Extension-side | P3 |
| [Fast Edits](non-agent-features/fast-edits.md) | ❌ Not started | Fast edit mode for quick inline code changes | CLI fast-edit runtime; extension provides UI | P2 |
| [Integrations](non-agent-features/integrations.md) | ❌ Not started | External system integrations (GitHub, etc.) beyond basic auth | CLI plugin system (partial); extension for IDE hooks | P3 |
| [Marketplace](non-agent-features/marketplace.md) | ❌ Not started | Catalog, install, update capabilities (toolbar button exists but renders a stub) | Extension-side | P2 |