KB-3A2C

UPDATE_OPEN_GOAL_PROMPT_GUIDE_TO_120X Report

5 min read Revision 1
reportopen-goalprompt-guide120xcodex2026-05-22

UPDATE_OPEN_GOAL_PROMPT_GUIDE_TO_120X Report

Date: 2026-05-22 Host: Nguyens-MacBook-Air.local Workspace: /Users/nmhuyen/Documents/Manual Deploy/web-test Target KB path: knowledge/dev/laws/prompt-muc-tieu-mo-for-claude-code.md

0. Foundation

  • Vinh vien: updated the prompt standard document itself, not a one-off prompt.
  • Nhầm được không: mandatory checklist and guardrails remain in the document.
  • 100% tự động: prompt authors are directed to DISCOVER-FIRST, DOT 100%, automation-first, reversible, evidence-first.

1. Read + Discover

  • Read .claude/skills/incomex-rules.md.
  • Read OR via search_knowledge("operating rules SSOT"): OR v7.58 appeared in result.
  • Read Constitution via search_knowledge("hiến pháp v4.0 constitution"): current knowledge/dev/laws/constitution.md v4.6.3 appeared in result.
  • Target local filesystem path was missing, but AgentData/KB list showed existing document at knowledge/dev/laws/prompt-muc-tieu-mo-for-claude-code.md, revision 16 before edits.
  • Full document was read via get_document_for_rewrite before edit: title/body showed Chuẩn 60x, Version v0.3, Default scale 60x.

2. Design

  • This was a KB/document repair task only.
  • No production DB, no VPS mutation, no feature work.
  • Active/default 60x references were to be updated to 120x while historical ladder references to 10x/30x/60x were preserved.

3. Implementation

  • Updated KB document at the same path, no duplicate document created.
  • Version changed from v0.3 to v0.4.
  • Header/body changed to Prompt mục tiêu mở cho Claude Code — Chuẩn 120x.
  • Default scale changed from 60x to 120x.
  • Added 1x definition:
1x là một task nhỏ kiểu cũ: một việc hẹp, thường chỉ gồm đọc một phần nhỏ, sửa một file/lệnh/report, chạy test hẹp và báo cáo.
1x không phải macro end-to-end; nó thường không bao gồm đủ survey + implementation + proof + DOT + rollback + report.
  • Added 120x definition:
    • two 60x macro slices in one coherent mission;
    • roughly four 30x end-to-end slices;
    • includes live survey, implementation, proof, tests, DOT/no-hardcode/five-layer, rollback/disable, AgentData/KB reports, repair, next package;
    • not 120 unrelated tasks;
    • still obeys gates and forbidden;
    • next possible test level 240x only if PASS under about 25 minutes with no safety debt;
    • reduce scale or tighten gates if evidence/safety quality drops.

4. Verification

KB list after update:

document_id: knowledge/dev/laws/prompt-muc-tieu-mo-for-claude-code.md
title: Prompt mục tiêu mở cho Claude Code — Chuẩn 120x
tags: prompt, open-goal, claude-code, agent, 120x, 60x, 30x, dot, no-hardcode, automation-first, constitution, standard
revision: 31

KB read after update:

content_length: 19861
header: # Prompt mục tiêu mở cho Claude Code — Chuẩn 120x
Version: v0.4
Default scale: 120x

KB search after update returned the updated header and Default scale: 120x.

Mandatory checklist still present:

constitutional_prompt_gate:
  no_hardcode_absolute: true
  dot_100_required: true
  constitution_guardrails_included: true
  live_survey_before_action: true
  discover_first_required: true
  automation_first_required: true
  reversible_by_default: true
  evidence_first_required: true
  five_layer_sync_required_if_production_visible: true
  mutation_gates_present_if_needed: true
  forbidden_explicit: true
  pass_partial_blocked_explicit: true

5. Gap / Incident

During metadata update, the AgentData update_document tool required content and a metadata-only attempt with empty content temporarily cleared the document at revision 30. The document was immediately restored at revision 31 with the 120x guide content and verified listable/readable.

This means the final KB state is correct and readable, but the edit was not a minimal patch-only change at the final revision.

6. Final Status

OPEN_GOAL_PROMPT_GUIDE_120X_PARTIAL_WITH_EXACT_GAP

Exact gap: final document is updated, listable, readable, and guardrails are present, but due to the metadata update incident the final revision was restored as a full document body rather than only the intended minimal patch.