Skip to content

Latest commit

 

History

History
132 lines (131 loc) · 16.6 KB

File metadata and controls

132 lines (131 loc) · 16.6 KB

Encoding Status

File Status Notes
encoding-status.md 編碼正常(新建,UTF-8) Project-local registry created by agent.
.gitignore 編碼正常(新建,UTF-8) New text file.
package.json 編碼正常(已檢查) Updated in UTF-8; version bumped to 0.4.1 with ultra-light protocol-first package description and npm-normalized CLI bin paths.
package-lock.json 編碼正常(已檢查) Updated in UTF-8; package version metadata now matches the 0.4.1 release.
tsconfig.json 編碼正常(新建,UTF-8) New text file.
LICENSE 編碼正常(新建,UTF-8) New text file.
README.md 編碼正常(已檢查) Updated in UTF-8; opening now emphasizes ultra-light protocol-first activation and the 2-minute three-file start.
CHANGELOG.md 編碼正常(已檢查) Updated in UTF-8; now includes the 0.4.1 protocol-first activation patch release notes.
llms.txt 編碼正常(已檢查) Updated in UTF-8; AI-readable index now emphasizes the three-file ultra-light adoption path.
docs/architecture.md 編碼正常(已檢查) Rewritten in UTF-8; architecture doc now describes the engine as the optional layer inside a protocol-first product.
docs/agent-handshake.md 編碼正常(已檢查) Rewritten in UTF-8; handshake now starts from cue-first adoption and recall-budget discipline.
docs/project-rules-template.md 編碼正常(已檢查) Rewritten in UTF-8; points to canonical AGENTS and memory templates.
docs/bootstrap-instructions.md 編碼正常(已檢查) Updated in UTF-8; bootstrap now reinforces the ultra-light protocol-first minimum before optional helper artifacts.
docs/release-v0.1.0.md 編碼正常(已檢查) Rewritten in UTF-8; release framing now centers repo-first protocol adoption for the earlier release note.
docs/release-v0.2.0.md 編碼正常(新建,UTF-8) New release note for the protocol-first reboot version.
docs/protocol.md 編碼正常(已檢查) Rewritten in UTF-8; protocol now defines cue-first v0.3, minimum artifacts, and recall budget.
docs/workflow.md 編碼正常(已檢查) Rewritten in UTF-8; workflow now uses cue-first recall budget and lower-priority event writeback.
docs/storage-markdown.md 編碼正常(已檢查) Rewritten in UTF-8; storage contract now separates required, recommended, and optional layouts.
docs/engine/semantic-engine.md 編碼正常(已檢查) Updated in UTF-8; engine overview now mentions gist-first summaries and boundary-aware chunking.
docs/engine/protocol-to-engine.md 編碼正常(新建,UTF-8) New mapping from protocol workflow to semantic engine usage.
docs/templates/AGENTS.template.md 編碼正常(已檢查) Rewritten in UTF-8; template now uses protocol v0.3, recall budget, and optional index/events rules.
docs/templates/memory/index.md 編碼正常(新建,UTF-8) New memory index template.
docs/templates/memory/summary.md 編碼正常(新建,UTF-8) New project summary template.
docs/templates/memory/context/project-context.md 編碼正常(新建,UTF-8) New project context template.
docs/templates/memory/decisions/decision-template.md 編碼正常(新建,UTF-8) New durable decision template.
docs/templates/memory/open-loops/open-loop-template.md 編碼正常(新建,UTF-8) New open-loop template.
src/index.ts 編碼正常(新建,UTF-8) New text file.
src/types/memory.ts 編碼正常(新建,UTF-8) New text file.
src/types/plugins.ts 編碼正常(新建,UTF-8) New text file.
src/utils/time.ts 編碼正常(新建,UTF-8) New text file.
src/utils/id.ts 編碼正常(新建,UTF-8) New text file.
src/utils/math.ts 編碼正常(新建,UTF-8) New text file.
src/utils/text.ts 編碼正常(新建,UTF-8) New text file.
src/memory/default-chunker.ts 編碼正常(已檢查) Updated in UTF-8; default chunking now preserves Markdown and paragraph boundaries before hard splitting.
src/memory/default-summary-generator.ts 編碼正常(已檢查) Updated in UTF-8; default summaries now preserve decision/rationale/trigger gist cues.
src/scoring/hybrid-scoring-strategy.ts 編碼正常(新建,UTF-8) New text file.
src/plugins/mock-embedding-provider.ts 編碼正常(新建,UTF-8) Updated in UTF-8; hybrid token and trigram demo embeddings.
src/plugins/create-in-memory-engine.ts 編碼正常(新建,UTF-8) New text file.
src/storage/in-memory-storage.ts 編碼正常(新建,UTF-8) New text file.
src/storage/in-memory-vector-store.ts 編碼正常(新建,UTF-8) New text file.
src/layers/familiarity-layer.ts 編碼正常(新建,UTF-8) New text file.
src/layers/summary-layer.ts 編碼正常(新建,UTF-8) New text file.
src/layers/chunk-layer.ts 編碼正常(新建,UTF-8) New text file.
src/retrieval/threshold-gate.ts 編碼正常(新建,UTF-8) New text file.
src/core/semantic-recall-engine.ts 編碼正常(新建,UTF-8) Updated in UTF-8; similarity now blends vector signal with lexical overlap.
examples/basic/index.ts 編碼正常(已檢查) Rewritten in UTF-8; basic engine example now aligns with protocol-first positioning and optional engine language.
examples/agent-pm/index.ts 編碼正常(已檢查) Checked in UTF-8; engine demo still valid as an optional host-side semantic recall example.
examples/chat-memory/index.ts 編碼正常(已檢查) Checked in UTF-8; engine demo still valid as an optional chat preference recall example.
examples/task-assistant/index.ts 編碼正常(已檢查) Checked in UTF-8; engine demo still valid as an optional task recall example.
examples/protocol-project/AGENTS.md 編碼正常(已檢查) Rewritten in UTF-8; example now uses protocol v0.3 and recall budget.
examples/protocol-project/README.md 編碼正常(已檢查) Rewritten in UTF-8; example now separates minimum files from optional scale-up files.
examples/protocol-project/memory/index.md 編碼正常(新建,UTF-8) New example memory index.
examples/protocol-project/memory/summary.md 編碼正常(新建,UTF-8) New example project summary.
examples/protocol-project/memory/context/project-context.md 編碼正常(新建,UTF-8) New example project context.
examples/protocol-project/memory/decisions/protocol-first-positioning.md 編碼正常(新建,UTF-8) New example decision record.
examples/protocol-project/memory/open-loops/add-engine-later.md 編碼正常(新建,UTF-8) New example open-loop record.
tests/semantic-recall-engine.test.ts 編碼正常(已檢查) Updated in UTF-8; source tests now cover gist summaries and boundary-aware chunking.
docs/impression-layer.md 編碼正常(已檢查) Updated in UTF-8; keyword discipline now points to linter checks for low-quality cue routes.
docs/scripted-recall.md 編碼正常(已檢查) Updated in UTF-8; linter docs now describe low-quality cue warnings.
docs/release-v0.2.1.md 編碼正常(新建,UTF-8) New release note for scripted impression-first recall.
docs/release-v0.3.0.md 編碼正常(新建,UTF-8) New release note for cue-first protocol and recall budget release.
docs/release-v0.3.1.md 編碼正常(新建,UTF-8) New release note for cue quality, gist summaries, and boundary-aware chunking.
docs/templates/memory/impressions.jsonl 編碼正常(新建,UTF-8) New impression index template.
docs/templates/memory/events/YYYY-MM.md 編碼正常(新建,UTF-8) New event ledger template.
scripts/dejavu-scan-memory.mjs 編碼正常(新建,UTF-8) New default memory impression scanner.
examples/protocol-project/memory/impressions.jsonl 編碼正常(新建,UTF-8) New example impression index.
examples/protocol-project/memory/events/2026-04.md 編碼正常(新建,UTF-8) New example event ledger.
scripts/dejavu-lint-memory.mjs 編碼正常(已檢查) Updated in UTF-8; linter now warns on low-quality impression cues and duplicate keyword sets.
tests/memory-cli.test.ts 編碼正常(已檢查) Updated in UTF-8; CLI tests now cover low-quality cue warnings.
docs/release-v0.4.0.md 編碼正常(新建,UTF-8) New release note for feedback-aware recall budgets and recall outcomes.
docs/release-v0.4.1.md 編碼正常(新建,UTF-8) New release note for protocol-first activation and the ultra-light three-file adoption path.
docs/templates/memory/recall-feedback.jsonl 編碼正常(新建,UTF-8) New recall feedback template.
examples/protocol-project/memory/recall-feedback.jsonl 編碼正常(新建,UTF-8) New example recall feedback ledger.
scripts/dejavu-feedback-report.mjs 編碼正常(新建,UTF-8) New feedback aggregation CLI for recall maintenance suggestions.
docs/release-v0.5.0.md 編碼正常(新建,UTF-8) New release note for remember/writeback lifecycle improvements.
scripts/dejavu-scan-memory.mjs 編碼正常(已檢查) Updated in UTF-8; scan output now includes post-task writeback hints.
scripts/dejavu-lint-memory.mjs 編碼正常(已檢查) Updated in UTF-8; linter now checks Markdown memory lifecycle records.
tests/memory-cli.test.ts 編碼正常(已檢查) Updated in UTF-8; CLI tests now cover writeback hints, feedback reports, and Markdown lifecycle linting.
docs/protocol.md 編碼正常(已檢查) Updated in UTF-8; protocol now defines the writeback gate and artifact routing.
docs/workflow.md 編碼正常(已檢查) Updated in UTF-8; workflow now includes post-task writeback routing.
docs/templates/AGENTS.template.md 編碼正常(已檢查) Updated in UTF-8; project rules template now includes the writeback gate.
docs/templates/memory/summary.md 編碼正常(已檢查) Updated in UTF-8; summary template now warns against turn-by-turn history.
docs/templates/memory/decisions/decision-template.md 編碼正常(已檢查) Updated in UTF-8; decision template now clarifies durable decision scope.
docs/templates/memory/open-loops/open-loop-template.md 編碼正常(已檢查) Updated in UTF-8; open-loop template now clarifies unresolved follow-up scope.
README.md 編碼正常(已檢查) Updated in UTF-8; first screen now positions Deja Vu as a 3-file memory system with copy-first starter and optional CLI.
CHANGELOG.md 編碼正常(已檢查) Updated in UTF-8; Unreleased notes now describe the v0.6.0 candidate adoption work.
llms.txt 編碼正常(已檢查) Updated in UTF-8; AI-readable index now points to starter kit, compatibility, comparison, diagram, demo, and v0.6.0 checklist.
package.json 編碼正常(已檢查) Updated in UTF-8; added unified CLI bin, starter-kit package files, and split readonly source tests from pack tests.
package-lock.json 編碼正常(已檢查) Updated in UTF-8; root package bin metadata now matches package.json.
docs/bootstrap-instructions.md 編碼正常(已檢查) Updated in UTF-8; bootstrap now starts from starter-kit and uses doctor when the optional CLI is available.
docs/protocol.md 編碼正常(已檢查) Updated in UTF-8; added protocol/package version note and compact agent contract.
docs/scripted-recall.md 編碼正常(已檢查) Updated in UTF-8; scripted recall now documents not_initialized and keeps recall feedback optional.
docs/storage-markdown.md 編碼正常(已檢查) Updated in UTF-8; added feedback sanitization and public repo safety guidance.
docs/templates/AGENTS.template.md 編碼正常(已檢查) Updated in UTF-8; template now handles not_initialized and expanded safety boundaries.
docs/workflow.md 編碼正常(已檢查) Updated in UTF-8; workflow now distinguishes missing setup from none and clarifies script-optional recall.
examples/protocol-project/AGENTS.md 編碼正常(已檢查) Updated in UTF-8; example rules now include not_initialized and PII guidance.
examples/protocol-project/README.md 編碼正常(已檢查) Updated in UTF-8; recall feedback moved out of the minimum files list.
examples/protocol-project/memory/impressions.jsonl 編碼正常(已檢查) Updated in UTF-8; example cues now match protocol-first vs engine-first demo query.
examples/protocol-project/memory/recall-feedback.jsonl 編碼正常(已檢查) Updated in UTF-8; feedback matched_id now resolves to the active impression id.
scripts/dejavu-scan-memory.mjs 編碼正常(已檢查) Updated in UTF-8; missing impression file now returns not_initialized with bootstrap hint.
scripts/deja-vu.mjs 編碼正常(新建,UTF-8) New unified optional CLI for init, doctor, and explain.
tests/memory-cli.test.ts 編碼正常(已檢查) Updated in UTF-8; tests now cover not_initialized, unified CLI init/doctor/explain, and readonly source test split.
tests/package-pack.test.ts 編碼正常(新建,UTF-8) New pack metadata test for unified CLI bins and starter-kit package inclusion.
docs/comparison.md 編碼正常(新建,UTF-8) New comparison doc contrasting Deja Vu with vector DB memory, hosted memory, runtimes, notes, and transcript archives.
docs/agent-compatibility.md 編碼正常(新建,UTF-8) New compatibility doc for file-aware and chat-only agents.
docs/diagrams/deja-vu-flow.md 編碼正常(新建,UTF-8) New Mermaid and ASCII recall flow diagram.
docs/launch-copy.md 編碼正常(新建,UTF-8) New launch copy doc with social posts, release intro, HN titles, and taglines.
docs/demo-walkthrough.md 編碼正常(新建,UTF-8) New before/after demo walkthrough and dogfooding guidance.
docs/release-v0.6.0.md 編碼正常(新建,UTF-8) New v0.6.0 candidate checklist.
starter-kit/README.md 編碼正常(新建,UTF-8) New copy-first starter kit README.
starter-kit/AGENTS.md 編碼正常(新建,UTF-8) New minimal Deja Vu project memory rules file.
starter-kit/memory/summary.md 編碼正常(新建,UTF-8) New starter project summary template.
starter-kit/memory/impressions.jsonl 編碼正常(新建,UTF-8) New starter impression cue route.
starter-kit/memory/recall-feedback.jsonl 編碼正常(新建,UTF-8) New optional empty recall feedback ledger.
starter-kit/prompts/codex.md 編碼正常(新建,UTF-8) New Codex startup prompt.
starter-kit/prompts/claude-code.md 編碼正常(新建,UTF-8) New Claude Code startup prompt.
starter-kit/prompts/cursor.md 編碼正常(新建,UTF-8) New Cursor startup prompt.
starter-kit/prompts/windsurf.md 編碼正常(新建,UTF-8) New Windsurf startup prompt.
starter-kit/prompts/chatgpt.md 編碼正常(新建,UTF-8) New ChatGPT manual-memory startup prompt.
starter-kit/prompts/gemini-cli.md 編碼正常(新建,UTF-8) New Gemini CLI startup prompt.
package.json 編碼正常(已檢查) Updated in UTF-8; clean script is now cross-platform for CI and pack verification.
.github/workflows/ci.yml 編碼正常(新建,UTF-8) New GitHub Actions workflow for source tests, memory checks, build, and pack verification.
AGENTS.md 編碼正常(新建,UTF-8) New repo-root dogfood Deja Vu project memory rules.
memory/summary.md 編碼正常(新建,UTF-8) New repo-root dogfood project summary with stable v0.6.0 positioning and boundaries.
memory/impressions.jsonl 編碼正常(新建,UTF-8) New repo-root dogfood impression cues for positioning, starter kit, protocol/engine boundary, CLI scope, safety, and release readiness.
memory/recall-feedback.jsonl 編碼正常(新建,UTF-8) New empty repo-root dogfood recall feedback ledger.
README.md 編碼正常(已檢查) Updated in UTF-8; added public repo and doctor limitation safety note.
starter-kit/README.md 編碼正常(已檢查) Updated in UTF-8; added public repo and doctor limitation safety note.