mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 10:02:04 +08:00
docs(vscode): restore legacy anchor in custom-command-system, remove deploy-and-secure-surfaces (not an extension feature)
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user