status

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Status Check

状态检查

Display the current state of the FPF knowledge base.
展示FPF知识库的当前状态。

Action (Run-Time)

操作(运行时)

  1. Check Directory Structure: Verify
    .fpf/
    exists and contains required subdirectories.
  2. Count Hypotheses: List files in each knowledge layer:
    • .fpf/knowledge/L0/
      (Proposed)
    • .fpf/knowledge/L1/
      (Verified)
    • .fpf/knowledge/L2/
      (Validated)
    • .fpf/knowledge/invalid/
      (Rejected)
  3. Check Evidence Freshness: Scan
    .fpf/evidence/
    for expired evidence.
  4. Count Decisions: List files in
    .fpf/decisions/
    .
  5. Report to user.
  1. 检查目录结构:验证
    .fpf/
    目录是否存在,并包含所需子目录。
  2. 统计假设数量:列出各知识层级的文件:
    • .fpf/knowledge/L0/
      (待验证)
    • .fpf/knowledge/L1/
      (已验证)
    • .fpf/knowledge/L2/
      (已确认)
    • .fpf/knowledge/invalid/
      (已驳回)
  3. 检查证据新鲜度:扫描
    .fpf/evidence/
    目录查找过期证据。
  4. 统计决策数量:列出
    .fpf/decisions/
    目录下的文件。
  5. 向用户提交报告

Status Report Format

状态报告格式

markdown
undefined
markdown
undefined

FPF Status

FPF 状态

Directory Structure

目录结构

  • .fpf/ exists
  • knowledge/L0/ exists
  • knowledge/L1/ exists
  • knowledge/L2/ exists
  • evidence/ exists
  • decisions/ exists
  • .fpf/ 已存在
  • knowledge/L0/ 已存在
  • knowledge/L1/ 已存在
  • knowledge/L2/ 已存在
  • evidence/ 已存在
  • decisions/ 已存在

Current Phase

当前阶段

Based on hypothesis distribution: ABDUCTION | DEDUCTION | INDUCTION | DECISION | IDLE
基于假设分布:ABDUCTION | DEDUCTION | INDUCTION | DECISION | IDLE

Hypothesis Counts

假设数量统计

LayerCountStatus
L0 (Proposed)3Awaiting verification
L1 (Verified)2Awaiting validation
L2 (Validated)1Ready for decision
Invalid1Rejected
层级数量状态
L0(待验证)3等待验证
L1(已验证)2等待确认
L2(已确认)1待决策
无效1已驳回

Evidence Status

证据状态

TotalFreshStaleExpired
5311
总数新鲜即将过期已过期
5311

Warnings

警告

  • 1 evidence file is EXPIRED: ev-benchmark-old-2024-06-15
  • Consider running
    /fpf:decay
    to review stale evidence
  • 1个证据文件已过期:ev-benchmark-old-2024-06-15
  • 建议运行
    /fpf:decay
    以检查即将过期的证据

Recent Decisions

近期决策

DRRDateWinner
DRR-2025-01-15-use-redis2025-01-15redis-caching
undefined
DRR日期结果
DRR-2025-01-15-use-redis2025-01-15redis-caching
undefined

Phase Detection Logic

阶段检测逻辑

Determine current phase by examining the knowledge base state:
ConditionPhaseNext Step
No
.fpf/
directory
NOT INITIALIZEDRun
/fpf:propose-hypotheses
L0 > 0, L1 = 0, L2 = 0ABDUCTIONContinue with verification
L1 > 0, L2 = 0DEDUCTIONContinue with validation
L2 > 0, no recent DRRINDUCTIONContinue with audit and decision
Recent DRR existsDECISION COMPLETEReview decision
All emptyIDLERun
/fpf:propose-hypotheses
通过检查知识库状态确定当前阶段:
条件阶段下一步操作
.fpf/
目录
未初始化运行
/fpf:propose-hypotheses
L0 > 0,L1 = 0,L2 = 0ABDUCTION继续验证
L1 > 0,L2 = 0DEDUCTION继续确认
L2 > 0,无近期DRRINDUCTION继续审核与决策
存在近期DRR决策完成查看决策
所有目录为空空闲运行
/fpf:propose-hypotheses

Evidence Freshness Check

证据新鲜度检查

For each evidence file in
.fpf/evidence/
:
  1. Read the
    valid_until
    field from frontmatter
  2. Compare with current date
  3. Classify:
    • Fresh:
      valid_until
      > today + 30 days
    • Stale:
      valid_until
      > today but < today + 30 days
    • Expired:
      valid_until
      < today
If any evidence is stale or expired, warn the user and suggest
/fpf:decay
.
对于
.fpf/evidence/
目录中的每个证据文件:
  1. 从前置元数据中读取
    valid_until
    字段
  2. 与当前日期对比
  3. 分类:
    • 新鲜
      valid_until
      > 今日 + 30天
    • 即将过期
      valid_until
      > 今日 但 < 今日 + 30天
    • 已过期
      valid_until
      < 今日
若存在即将过期或已过期的证据,向用户发出警告并建议运行
/fpf:decay

Example Output

示例输出

undefined
undefined

FPF Status

FPF 状态

Current Phase: DEDUCTION

当前阶段:DEDUCTION

You have 3 hypotheses in L0 awaiting verification. Next step: Continue the FPF workflow to process L0 hypotheses.
你有3个假设在L0层级等待验证。 下一步:继续FPF工作流以处理L0层级的假设。

Hypothesis Counts

假设数量统计

LayerCount
L03
L10
L20
Invalid0
层级数量
L03
L10
L20
无效0

Evidence Status

证据状态

No evidence files yet (hypotheses not validated).
暂无证据文件(假设未确认)。

No Warnings

无警告

All systems nominal.
undefined
所有系统正常。
undefined