docs: align AGENTS.md/CLAUDE.md with OKF bundle and archive legacy architecture docs#74
Merged
Conversation
- Add examples/vault_search_eval.rs using agri-paper/main.md as corpus - Split paper into 14 vault notes, build Tantivy index, run 8 labeled queries - Compare Tantivy BM25, linear substring scan, and filename/title matching - Output Precision@k, Recall@k, MRR, and latency - Set Tantivy query parser to conjunction-by-default so multi-keyword vault search uses AND semantics, matching the fallback behavior
- Add sync_adapter module with SkillSyncAdapter trait + 5 adapters (ClarityJson, KimiCli, ClaudeCode, Codex, Claw) - skill sync now supports --target <TARGET>... (all|clarity|claude-code|codex|kimi|claw) - Refactor sync_skills_to_plans into DB-fetch + plugin-friendly sync_skills_to_plans_with_skills - Fix skill import nested tokio runtime panic: use std::thread::spawn + new Runtime instead of block_on - Make SkillSource trait Send + Sync for cross-thread safety - Add skillopt-sleep-kimi skill + skillopt-devbase-integration vault doc Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AGENTS.mdandCLAUDE.mdto align with the OKF bundle in.knowledge/..knowledge/architecture/project-worktree.mdas the canonical project worktree reference.docs/architecture/todocs/_archive/..knowledge/architecture/.