Parfii-bot
363352e7bf
fix(kei-refactor-engine): retract 'git apply-ready' claim (F1 RELEASE BLOCKER)
...
Output renamed plan-autoresolve.md; header changed to '# AUTO-RESOLVABLE items' (no fake --- a/ /+++ b/ wrapper).
Added test autoresolve_output_is_not_claimed_as_diff.
Template updated: user manually applies, not via git apply.
2026-04-22 13:36:17 +08:00
Parfii-bot
ef95bf2a7c
fix(kei-store): path-traversal guard (F2 RELEASE BLOCKER) + S3 stub gate (F7) + GitHub RULE 0.1 guard (F8)
...
F2: filesystem.rs + s3.rs 'fn full' now Result<PathBuf>, rejects absolute + ParentDir components. 7 new unit tests.
F7: factory.rs rejects 'backend=s3' without KEI_STORE_ALLOW_S3_STUB=1; backend_name() = 's3-local-stub'.
F8: github.rs push() blocks github.com unless KEI_STORE_ALLOW_GITHUB_PUSH=1 (RULE 0.1).
2026-04-22 13:36:17 +08:00
Parfii-bot
fbd8adf9cf
feat(ci): GitHub Actions workflows + .claude/worktrees gitignore
...
- 6 CI jobs: rust-assembler, rust-primitives, ts-packages, install-dry-run, shell-lint, genesis-scan
- matrix: Ubuntu+macOS × rust-stable × Node 18/20/22
- closes 'no CI' -10% audit deduction
2026-04-22 13:36:17 +08:00
Parfii-bot
a3769ebbb6
refactor(rust-core): Constructor-Pattern splits in kei-router + kei-auth
...
- kei-router: extract kw_tables.rs from keywords.rs (keep <200 LOC)
- kei-auth: extract new_payload + encode_token helpers
2026-04-22 12:57:12 +08:00
Parfii-bot
319295860f
Merge branch 'feat/v0.14-lbm-ts-adapters' — 6 TS packages (MCP server + 5 adapters)
2026-04-22 12:51:28 +08:00
Parfii-bot
adc007b7b0
feat(primitives): 10 Rust crates extracted from LBM (Genesis-scrubbed)
...
- kei-router — keyword-dispatch meta-tool (CfC ML fallback removed)
- kei-sage — Obsidian-style knowledge graph, FTS5 + BFS + PageRank
- kei-task — task DAG with deps, milestones, dependency-chain queries
- kei-chat-store — Claude conversation session persistence + FTS search
- kei-crossdomain — typed-edge store + BFS cross-domain glue
- kei-search-core — 3-wave deep research with microcent budget cap
- kei-content-store — asset + prompt + campaign registry
- kei-social-store — people + interactions CRM (lite)
- kei-curator — edge-decay graph hygiene utility
- kei-auth — multi-tenant session tokens (replaces single-bearer)
Genesis-scan pre-import pass: skipped pkg/mxl1/*, pkg/inference/*, pkg/trainer/*,
pkg/nc01/*, internal/ml/* (all Genesis/CfC adjacent, sensitive IP).
Security: skipped tools_threat/radio/protocol/med/mlreg (offensive/banned).
Domain verticals skipped: hr/legal/infra/ops/api/osint/edu/geo/hw/finance.
New 'mcp' profile in MANIFEST.toml bundles all 10 for MCP server deployment.
Workspace now 24 crates, cargo check --workspace clean, 94 workspace tests pass.
2026-04-22 12:48:56 +08:00
Parfii-bot
c21943e40b
feat(ts-packages): 6 TS packages — MCP server + 5 external-API adapters
...
Total 1465 LOC + 616 test LOC, 78/78 tests pass.
- @keisei/mcp-server (25 tests) — Rust-CLI bridge via execa, stdio+HTTP, HMAC auth, kei() meta-tool
- @keisei/telegram-adapter (16 tests) — grammy Bot, 7 tools
- @keisei/recall-adapter (8 tests) — Zoom via Recall.ai, 5 tools
- @keisei/grok-adapter (6 tests) — xAI OpenAI-compatible, 2 tools
- @keisei/gmail-adapter (11 tests) — googleapis OAuth2, 6 tools (new — LBM gap)
- @keisei/youtube-adapter (12 tests) — YouTube Data API v3, 5 tools (new — LBM gap)
RULE 0.2 exception #4 (TS for MCP/API layer documented in _ts_packages/README.md).
RULE 0.8 — env vars only (TELEGRAM_BOT_TOKEN, XAI_API_KEY, GMAIL_*, YOUTUBE_API_KEY).
Strict TypeScript: strict + exactOptionalPropertyTypes + noUncheckedIndexedAccess.
Genesis-scan clean (0 hits).
2026-04-22 12:45:19 +08:00
Parfii-bot
cab78d68f7
Merge branch 'feat/v0.13-deep-sleep' — NREM deep-sleep pipeline + store trait (5 backends)
2026-04-22 08:50:09 +08:00
Parfii-bot
33cd9a489b
Merge branch 'feat/v0.13-onboard' — /onboard auto-project-analyze skill
2026-04-22 08:50:09 +08:00
Parfii-bot
88a59f017f
feat(integration): deep-sleep wired into MANIFEST + sleep-setup Phase 3b + README
2026-04-22 08:28:22 +08:00
Parfii-bot
19ee220e0a
feat(primitives): 4 Rust crates for deep-sleep — conflict-scan, refactor-engine, graph-check, store
...
- kei-conflict-scan: rules/hooks/blocks/orphans/CP detection (6 tests)
- kei-refactor-engine: plan-mode + advisory patch format, zero-conflict guarantee (5 tests)
- kei-graph-check: wikilinks/handoffs/block-refs validator (4 tests)
- kei-store: trait + 5 backends (filesystem/github/forgejo/gitea prod, s3 stub) (8 tests)
1916 LOC Rust total; all files <200 LOC; 23/23 tests pass.
2026-04-22 08:28:22 +08:00
Parfii-bot
293e96af5d
feat(skills): /onboard auto-project-analyze with 3-mode apply (full-auto/step-by-step/full-manual)
2026-04-22 04:22:20 +08:00
Parfii-bot
9ca7c4e148
docs(readme): add 'Why Rust, not Python' paragraph in author note
2026-04-22 04:14:52 +08:00
Parfii-bot
c2fdaf8c4c
docs(readme): clarify 'my sample, not claim of originality' in author note
2026-04-22 03:03:56 +08:00
Parfii-bot
5fb152a758
docs(readme): add 'double sorry' disclaimer in author note
2026-04-22 03:02:11 +08:00
Parfii-bot
deda7848c6
docs(readme): move 'From the author' to opening, expand with transformer-error context
2026-04-22 02:58:05 +08:00
Parfii-bot
5c177d0f9b
docs(readme): add 'From the author' note
2026-04-22 02:44:09 +08:00
Parfii-bot
44e5c764b4
Merge branch 'feat/v0.12-sleep-on-it' — v0.12.0 incubation layer with priority-scaled budgets
2026-04-22 02:30:45 +08:00
Parfii-bot
3cead09520
feat(integration): Phase A incubation wired into trigger + install + README
2026-04-22 02:30:04 +08:00
Parfii-bot
3d928b41db
feat(skills): /sleep-on-it 6-phase wizard + kei-sleep-queue CRUD + incubation prompt
...
Priority-scaled time budgets (quick/standard/deep/marathon/weekly),
marathon-mode for hard derivations (skips Phase B REM for one task),
checkpointing every N minutes via partial commits.
2026-04-22 02:30:04 +08:00
Parfii-bot
c6c572dcf4
Merge branch 'feat/v0.11-sleep-sync' — v0.11.0 cloud REM sync for public users
2026-04-22 01:34:51 +08:00
Parfii-bot
aa77043477
feat(integration): --with-sleep-sync flag + README Cloud REM sync section
2026-04-22 01:34:42 +08:00
Parfii-bot
8e9c05272f
feat(skills): /sleep-setup 5-phase wizard (click + 1 free-text URL)
2026-04-22 01:34:42 +08:00
Parfii-bot
7db2328b68
feat(hooks): session-end-dump calls kei-sleep-sync after ingest
2026-04-22 01:34:42 +08:00
Parfii-bot
9450ef0b95
feat(primitives): kei-sleep-setup wizard + kei-sleep-sync helper + trigger template
2026-04-22 01:34:42 +08:00
Parfii-bot
48b1a8cdcf
Merge branch 'feat/v0.10-genesis-scan' — kei-memory + genesis-scan v0.10.0 reconciled
2026-04-22 01:04:32 +08:00
Parfii-bot
b9b95c3fb1
Merge branch 'feat/v0.10-session-self-audit' — kei-memory + RULE 0.14 + /self-audit + 3 trigger hooks
2026-04-22 01:02:11 +08:00
Parfii-bot
c436eb105d
feat(integration): register genesis-scan in MANIFEST core+full + README + install.sh sizing
2026-04-22 01:01:56 +08:00
Parfii-bot
b18727b257
feat(hooks): git-pre-commit-genesis — template for repo symlink into .git/hooks/pre-commit
2026-04-22 01:01:56 +08:00
Parfii-bot
10bc799d26
feat(primitives): genesis-scan Rust — sensitive IP leak detector (CI/pre-commit)
...
26 forbidden patterns synced with ~/.claude/hooks/genesis-leak-guard.sh.
7 exempt scopes (KeiLab/theory/ml-keilab chatlogs/keinet-cfc-eigen/keinet-gpu-wgpu).
CLI: --path, --staged, --stdin, --format=human|json|github-actions, --exit-on-hit.
Self-reference resolved via EXEMPT_SUBSTRINGS + tempfile fixtures with runtime-assembled strings.
7/7 tests pass.
2026-04-22 01:01:56 +08:00
Parfii-bot
edeca916db
feat(integration): wire kei-memory into MANIFEST + settings-snippet + README for v0.10
2026-04-22 00:50:04 +08:00
Parfii-bot
139d2f0325
feat(skills): /self-audit 5-phase triage pipeline
2026-04-22 00:50:04 +08:00
Parfii-bot
994c310fc4
feat(hooks): 3 self-audit triggers — stop/milestone/error-spike
2026-04-22 00:50:04 +08:00
Parfii-bot
040e189b80
feat(primitives): kei-memory Rust crate — offline session analyzer (Genesis-clean)
2026-04-22 00:50:04 +08:00
Parfii-bot
75bceaf3a6
Merge branch 'feat/v0.9.1-interactive-menu' — interactive installer menu
2026-04-21 23:11:58 +08:00
Parfii-bot
b1ce0609ee
feat(install): interactive menu (whiptail/dialog/plain) + confirm screen + --yes/--no-execute
...
- TUI via whiptail (preferred) or dialog; plain-text fallback with zero deps
- Install Plan confirm screen: primitives, soft-deps status (✓/✗), estimates
- Skip menu on --profile/--add/--remove/--list or non-TTY (CI-safe)
- --yes skips confirm; --no-execute dry-run
- install.sh 844 → 1195 LOC, 10 new functions all <30 LOC
- README +8 LOC Interactive install section
2026-04-21 23:11:58 +08:00
Parfii-bot
9bcbf069d5
Merge branch 'feat/v0.9-modular-install' — modular installer + MANIFEST.toml (BREAKING: default is minimal, was full)
2026-04-21 23:00:32 +08:00
Parfii-bot
c5078f8918
docs(readme): install profiles table + migration note for v0.9.0
2026-04-21 23:00:32 +08:00
Parfii-bot
67d6f5a15a
feat(install): modular profiles + --add/--remove/--list incremental install
...
Default changed: ./install.sh now installs minimal (no primitives) — ~5s,
~2 MB. Old full behavior available via --profile=full.
Profiles: minimal / core / frontend / ops / dev / full.
Incremental: --add=name[,name] / --remove=name / --list.
Rust workspace scoped per install — only selected crates built.
2026-04-21 23:00:32 +08:00
Parfii-bot
d75d782902
feat(primitives): MANIFEST.toml — SSoT for 21 primitives + 6 profiles
2026-04-21 23:00:32 +08:00
Parfii-bot
2796df2bf3
Merge branch 'integration/v0.8.0-globals' — README/install/settings/compose-solution refresh for v0.8.0 surface
2026-04-21 21:33:33 +08:00
Parfii-bot
7bffcdf037
docs(compose-solution): prior-art grep paths + phase-5 cross-refs for 10 pipelines + 21 primitives
2026-04-21 21:33:11 +08:00
Parfii-bot
7acacc8fb7
feat(install): copy _primitives/ + build Rust workspace; register agent-fork-logger + site-wysiwyd hooks
2026-04-21 21:33:11 +08:00
Parfii-bot
1b382b7fca
feat(hooks): site-wysiwyd-check PostToolUse(Edit|Write) drift advisory
2026-04-21 21:33:11 +08:00
Parfii-bot
7b89aba305
docs(readme): v0.8.0 — 73 blocks / 34 skills / 21 primitives / 6 hooks / 11 bridges + pipelines section
2026-04-21 21:33:11 +08:00
Parfii-bot
c89352c87c
Merge branch 'feat/frontend-v040' — 4 stacks + 3 Rust + 5 shell + 17 skills + /site-create (partial)
...
Cargo.lock regenerated after 8-crate workspace merge.
2026-04-21 21:17:19 +08:00
Parfii-bot
19850e1a45
Merge branch 'feat/v0.5-vm-security' — 7 blocks + 3 shell + 2 Rust + /vm-provision
...
Workspace Cargo.toml reconciled: all 8 crates (kei-ledger, kei-migrate, kei-changelog, ssh-check, firewall-diff, mock-render, visual-diff, tokens-sync) as members.
2026-04-21 21:15:49 +08:00
Parfii-bot
e5d565a11e
Merge branch 'feat/v0.7-docs' — 5 blocks + kei-docs-scaffold + kei-changelog Rust + /docs-scaffold
2026-04-21 21:15:05 +08:00
Parfii-bot
f205a12348
Merge branch 'feat/v0.6-database' — 5 blocks + kei-migrate Rust + /schema-design
2026-04-21 21:14:50 +08:00
Parfii-bot
62e28450bc
Merge branch 'feat/rule-0.12-agent-git-model' — kei-ledger Rust + hook + /new-project
2026-04-21 21:13:40 +08:00