feat(profiler/behave_shell): G.2 operational.opsec_discipline

* careful — operator hits OPSEC_HISTORY_TOKENS AND tail-K commands
  include _CLEANUP_TOKEN_HASHES (re-imported from temporal.py).
* learning — history hit without cleanup-tail follow-through.
* careless — no history-clearing vocabulary at all.

Confidence 0.45 (small lexicon, soft); 0.30 below
MIN_COMMANDS_FOR_FULL_CONFIDENCE.
This commit is contained in:
2026-05-08 16:29:48 -04:00
parent c11f3605be
commit 09f598ce47
8 changed files with 206 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ interface ConfigData {
const Config: React.FC = () => {
const [config, setConfig] = useState<ConfigData | null>(null);
const [loading, setLoading] = useState(true);
const [activeTab, setActiveTab] = useState<'limits' | 'users' | 'globals' | 'appearance' | 'workers'>('limits');
const [activeTab, setActiveTab] = useState<'limits' | 'users' | 'globals' | 'appearance' | 'workers' | 'ttp'>('limits');
const [accent, setAccent] = useState<'matrix' | 'violet'>(() => {
try {
const raw = localStorage.getItem('decnet_tweaks');

View File

@@ -139,8 +139,8 @@
font-family: var(--mono, ui-monospace, monospace);
font-size: 0.74rem;
display: grid;
grid-template-columns: 60px 1fr;
column-gap: 12px;
grid-template-columns: max-content 1fr;
column-gap: 14px;
row-gap: 3px;
max-height: 320px;
overflow-y: auto;
@@ -153,12 +153,14 @@
font-size: 0.66rem;
align-self: baseline;
padding-top: 2px;
white-space: nowrap;
}
.ttp-evidence-v {
color: var(--matrix);
word-break: break-all;
white-space: pre-wrap;
min-width: 0;
}
.ttp-empty {