docs: bootstrap .planning/ via /gsd-ingest-docs (2 docs) /home/parf/projects/work/repremium/.planning/PROJECT.md /home/parf/projects/work/repremium/.planning/REQUIREMENTS.md /home/parf/projects/work/repremium/.planning/ROADMAP.md /home/parf/projects/work/repremium/.planning/STATE.md /home/parf/projects/work/repremium/.planning/intel /home/parf/projects/work/repremium/.planning/INGEST-CONFLICTS.md /home/parf/projects/work/repremium/.ingest-manifest.yaml

This commit is contained in:
2026-05-15 15:16:30 +02:00
parent 555eb0543f
commit 89ca09ccec
12 changed files with 1637 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"source_path": "/home/parf/projects/work/repremium/README.md",
"type": "DOC",
"confidence": "high",
"manifest_override": true,
"title": "AI Call Recorder - Браузерное расширение для записи сессий операторов",
"summary": "Developer-facing README covering installation, usage, technical stack, and Phase 1 acceptance criteria for a Chrome extension that records operator sessions locally and exports a ZIP archive.",
"scope": [
"Chrome Extension Manifest V3",
"Service Worker",
"Content Script",
"Popup UI",
"chrome.tabCapture video buffer",
"rrweb DOM capture",
"user event logging",
"JSZip archive packaging",
"chrome.downloads",
"Vite + crxjs + TypeScript build",
"ring buffer (video 30s, rrweb 10min, events 10min)",
"sensitive data masking",
"Phase 1 acceptance criteria",
"memory consumption targets"
],
"cross_refs": [],
"locked": false,
"precedence": 1,
"notes": "Manifest declared type=DOC and precedence=1, treated as authoritative. POTENTIAL CONFLICT WITH SPEC: line 106 states expected memory '~5-10 МБ in background mode', while line 118 acceptance criterion states ceiling 'не превышает 50 МБ' — synthesizer should reconcile against the SPEC's 50 МБ ceiling. INTERNAL INCONSISTENCY: README presents both an expected-value (5-10 МБ) and a ceiling (50 МБ) for the same memory metric without explicit relationship. Other claims to cross-check against SPEC: video buffer = 30s, rrweb buffer = 10min/5000 events, user event buffer = 10min, archive delivery < 5s, sensitive data masking via input[type=password] and data-sensitive='true'."
}