Loading...
Loading...
Compare original and translation side by side
Before starting, run theskill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case skip it.meticulous-cli-update
开始之前,请运行技能以确保Meticulous CLI是最新版本——除非在此对话的早些时候已经运行过,这种情况下可跳过此步骤。meticulous-cli-update
meticulous local relevant-sessions --format=multi-file --minimum-times-to-cover-each-line=1.meticulous/sessions/| Option | Type | Default | Description |
|---|---|---|---|
| | — | Set to |
| number | — | Select at least this many sessions to cover each edited line, choosing the most diverse subset when more candidates are available |
| string | | Output directory for multi-file format |
| boolean | | Also show sessions that may be affected |
| string | — | Only consider changes since this commit SHA |
meticulous local relevant-sessions --format=multi-file --minimum-times-to-cover-each-line=1.meticulous/sessions/| 选项 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| | — | 设置为 |
| 数字 | — | 选择至少这么多的会话来覆盖每一行被编辑的代码,当有更多候选会话时,选择最多样化的子集 |
| 字符串 | | 多文件格式的输出目录 |
| 布尔值 | | 同时显示可能受影响的会话 |
| 字符串 | — | 仅考虑从此提交SHA之后的变更 |
.meticulous/sessions/
manifest.json # List of all sessions with summary metadata
sessions/
<sanitized-session-id>/ # Special characters in session IDs are replaced for filesystem safety
summary.json # Session overview: URL, viewport, duration, event count
user-events.json # Sequence of user interactions (clicks, typing, navigation)
network-requests/
summary.json # All network requests: method, URL, status (no bodies)
<order>.json # Individual request/response pairs (with bodies)
storage/
cookies.json # Initial cookie state
local-storage.json # Initial localStorage state
session-storage.json # Initial sessionStorage (if present)
indexed-db.json # Initial IndexedDB (if present)
url-history.json # Page navigation history with timestamps
context.json # Feature flags, user ID, custom context (if present)
websockets/ # WebSocket data (if present)
summary.json # WebSocket connections overview
<connection-id>.json # Events for each connection.meticulous/sessions/
manifest.json # 包含所有会话及摘要元数据的列表
sessions/
<sanitized-session-id>/ # 为了文件系统安全,会话ID中的特殊字符已被替换
summary.json # 会话概览:URL、视口、时长、事件数量
user-events.json # 用户交互序列(点击、输入、导航)
network-requests/
summary.json # 所有网络请求:方法、URL、状态(无请求体)
<order>.json # 单个请求/响应对(包含请求体)
storage/
cookies.json # 初始Cookie状态
local-storage.json # 初始localStorage状态
session-storage.json # 初始sessionStorage(如果存在)
indexed-db.json # 初始IndexedDB(如果存在)
url-history.json # 带时间戳的页面导航历史
context.json # 功能标志、用户ID、自定义上下文(如果存在)
websockets/ # WebSocket数据(如果存在)
summary.json # WebSocket连接概览
<connection-id>.json # 每个连接的事件manifest.jsonsummary.jsonuser-events.jsontypeclickinputscrollselectortimestampMscoordinatesnetwork-requests/summary.jsonnetwork-requests/<order>.jsonorderstorage/manifest.jsonsummary.jsonuser-events.jsontypeclickinputscrollselectortimestampMscoordinatesnetwork-requests/summary.jsonnetwork-requests/<order>.jsonorderstorage/user-events.jsonuser-events.jsonnetwork-requests/summary.jsonnetwork-requests/<order>.jsonresponse.content.textnetwork-requests/summary.jsonnetwork-requests/<order>.jsonresponse.content.textmeticulous download session --sessionId=<id> --format=multi-file.meticulous/sessions/--outputDirmeticulous download session --sessionId=<id> --format=multi-file.meticulous/sessions/--outputDir