-
Notifications
You must be signed in to change notification settings - Fork 4
Support and Issue Reporting
Language: English · 简体中文
A useful LWC issue states what was expected, what canonical state actually contains, which derived capability disagrees, and whether recovery is safe. Remove secrets and customer data before sharing any evidence.
| Need | Channel |
|---|---|
| Reproducible defect | GitHub Issues |
| Documentation correction | GitHub issue naming the Wiki page and exact claim |
| Feature or compatibility request | GitHub issue with the user problem and official host evidence |
| Sensitive vulnerability | Repository security policy |
| Upstream MarkItDown, AnyDoc, or Agent-host failure | Confirm the boundary, then report to the responsible upstream project |
Do not publish a suspected secret, exploitable path, private Source body, or customer dataset in a public issue.
Run only against the affected scope:
lwc --version
lwc --scope project config show
lwc --scope project lint --limit 100
lwc --scope project work list
lwc --scope project graph status
lwc --scope project graph verify
lwc --scope project cg status
lwc agent status --target auto --location globalIf a command failed, preserve its complete structured error. If it reported canonical partial success, do not repeat the business mutation; follow the returned recovery contract first.
Include:
- a one-sentence expected result;
- the exact command and scope;
- LWC version, operating system, architecture, and installation channel;
- complete
error.codeand sanitizederror.details; - whether the command targeted live or
--changesetstate; - canonical readback proving what changed or did not change;
- Work ID and terminal state, when present;
- document-graph and CodeGraph readiness reported separately;
- the smallest reproduction from a clean temporary project;
- whether cleanup, retry, or rollback is safe.
“It does not work” is not enough. A screenshot can supplement structured output but should not replace copyable JSON and commands.
### Expected
### Actual
### Environment
- LWC version:
- OS and architecture:
- Install channel:
- Scope and current directory:
### Reproduction
1.
2.
3.
### Structured error and canonical readback
### Recovery and cleanup statusPrefer an isolated project with invented content. If the defect requires an old Store or checkpoint, share the smallest sanitized fixture that still reproduces the same error code.
Before posting, remove or replace:
- access tokens, cookies, passwords, private keys, and environment values;
- Source and Page bodies not needed to reproduce the defect;
- customer names, emails, identifiers, and private repository paths;
- Agent provider request bodies and hidden reasoning;
- conversion arguments containing credentials;
- complete host configuration when a minimal owned fragment is sufficient.
Keep structural facts that matter: path shape, byte size, file type, scope, error code, version, and ordering. State what was redacted so maintainers do not mistake placeholders for real input.
Name the exact target and location, for example codex/global or copilot-vscode/local. Include install, status, and refresh results plus the capability mode that disagrees.
An official user_managed, configured_preview, or unsupported result is not itself a defect. Report a defect when LWC writes an undocumented host surface, misreports support, breaks foreign content, or fails a surface the current official host documentation supports.
Do not submit paths from AMC, a maintainer's private HOME, local plugin caches, or an absolute private lwc binary as public requirements.
For document graph defects, attach graph status, graph verify, and the exact node identifiers. For CodeGraph, attach cg status and distinguish runtime installation from project index initialization.
For retrieval defects, provide a minimal Source/Page set, the fixed query, --explain output, expected Page, and ranking requirement. Do not change the query after observing results.
For Word Graph, include the query terms, pagination parameters, returned request_limits, and whether the issue is missing data, excessive density, or rendering.
Describe the job, not only the proposed command. Include:
- who encounters the problem and how often;
- why existing search, tags, graph, changesets, or Agent integration cannot solve it;
- the smallest useful behavior;
- safety, compatibility, and performance boundaries;
- acceptance evidence;
- current official documentation for any external Agent or protocol surface.
Avoid speculative general frameworks. A concrete recurring workflow is stronger evidence than a future flexibility argument.
Reproduce with the fixed build, repeat canonical readback, wait for any Work, and run the relevant lint, retrieval, graph, Viewer, or Agent acceptance. Close the issue only when the original failure path—not merely a neighboring unit test—passes.
Start with Troubleshooting and FAQ. Recovery procedures are in Maintenance and diagnostics.
LWC Wiki
- Home · 首页
- Project overview · 项目简介
- Basic concepts · 基本概念
- Use cases · 应用场景
- Installation and upgrades · 安装与升级
- Quick start · 快速开始
- Persistent memory · 持久记忆体系
- Agent workflow and memory policy · Agent 工作流与主动记忆策略
- Sources and ingestion · 来源与知识整合
- Wiki pages and provenance · Wiki 页面与来源证明
- Search and context · 搜索与上下文载入
- Document knowledge graph · 文档知识图(记忆图网)
- Code graph · 代码图
- Word graph · 词图
- Tags and strong context · 标签与强上下文
- Document conversion · 文档转换
-
MCP server and
lwc_explore· MCP 服务与lwc_explore - Skills, Hooks, and Instructions · Skills、Hooks 与 Instructions
- AgentTarget installation · AgentTarget 安装与集成
- Changesets · Changeset 原子变更
- Work system · Work 任务系统
- Checkpoints and rollback · Checkpoint、恢复与回滚
- Read-only Viewer · 只读可视化界面
- Architecture overview · 总体架构
- Storage and data model · 存储与数据模型
- Retrieval and indexing · 检索与索引设计
- Graph projection and performance · 图投影与性能设计
- MCP, Hooks, and AgentTarget design · MCP、Hook 与 AgentTarget 设计
- Safety and trust boundaries · 安全模型与信任边界
- Maintenance and diagnostics · 维护与诊断
- Troubleshooting and FAQ · 故障排查与常见问题
- Migration and compatibility · 迁移与版本兼容
- Support and issue reporting · 获取帮助与问题反馈
- CLI and configuration reference · CLI 与配置参考
- JSON output and error contract · JSON 输出与错误契约
- Limits and glossary · 系统限制与术语表
- Contributing and development · 贡献与开发指南
- Testing and release process · 测试与发布流程
- Wiki style guide · Wiki 编写规范