Commit graph

3 commits

Author SHA1 Message Date
Parfii-bot
7cc544fd85 chore: author email + Cargo metadata SSoT (parfionovich@keilab.io)
Two related changes:

1. Author email update across the kit
   - All `info@greendragon.info` references replaced with `parfionovich@keilab.io`
   - Touched: NOTICE, README.md, _ts_packages/package.json (and 5 adapter packages),
     plus 90+ Cargo.toml files
   - Apache-2.0 attribution unchanged (Denis Parfionovich, 2026)

2. Cargo workspace.package SSoT for author/license/repository/homepage
   - Added to [workspace.package]:
     authors    = ["Denis Parfionovich <parfionovich@keilab.io>"]
     license    = "Apache-2.0"
     repository = "https://github.com/KeiSei84/KeiSeiKit-1.0"
     homepage   = "https://github.com/KeiSei84/KeiSeiKit-1.0"
   - All ~89 member crates migrated from inline declarations to:
     authors.workspace    = true
     license.workspace    = true
     (repository/homepage where applicable)
   - Closes audit gap: kei-graph-stream, kei-cortex, kei-shared previously had no
     license field at the crate level, blocking `cargo publish` on those.
     Now they inherit Apache-2.0 from workspace.
   - kei-scheduler/Cargo.toml: removed stray duplicate `authors` line introduced
     by an earlier migration sweep.

cargo check --workspace: clean. No code changes; metadata-only migration.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-03 13:55:28 +08:00
Parfii-bot
49c7bb406b chore(security): scrub residual leaks — NOTICE email + HERMES patent section
NOTICE: parfionovich@keilab.ioinfo@greendragon.info
  Earlier mass-scrub missed NOTICE; now consistent with all Cargo.toml + package.json.

HERMES-MIGRATION-PLAN.md: removed 'Patent / IP considerations' section.
  Original text revealed: internal prior-art search activity, plan to file
  defensive provisional before public release of P3, reference to
  keipatent-project-specialist (private agent, not in public kit).
  Replaced with generic 'Licensing' block (MIT/Apache attribution only).

Audit confirmed remaining 'patent' mentions are legitimate:
  - LICENSE/NOTICE Apache 2.0 boilerplate (patent grant clause required)
  - README license-choice rationale
  - kei-leak-matrix source — IT IS the secret-scanner with Category::PatentIp
  - _generated/{researcher,ml-researcher,validator}.md — reference public agent 'patent-researcher'
  - kei-store/github.rs — explain RULE 0.1 rationale to kit users
  - skills/ci-scaffold — security-feature wording
  - docs/AGENT-ROLES + skills/compose-solution — 'prior-art search' as generic researcher capability

No real-secret findings (sk-/ghp_/AKIA/etc) in tracked files.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 18:19:14 +08:00
Parfii-bot
0be354a920 KeiSeiKit-public — clean state
Single-commit clean baseline after security scrub of niche-tells,
project codenames, internal jargon, and contributor-email leaks.

Contents:
- 100 Rust crates (_primitives/_rust/)
- 37 agent manifests (_manifests/) + generated specs (_generated/)
- 67 user-invocable skills (skills/)
- 33 hooks (hooks/)
- Composition blocks (_blocks/)
- Documentation (docs/, README.md)
- TS adapter packages (_ts_packages/)
- Assembler (_assembler/)
- Roles (_roles/)
- Templates (_templates/)
- Forgejo CI (.forgejo/)

Author: Denis Parfionovich <info@greendragon.info>

License: see LICENSE.
2026-05-01 12:09:03 +08:00