KeiSeiKit-1.0/_blocks/domain-patent-ip-aware.md
denis 0b901cf2f9 feat: KeiSeiKit v0.1.0 — initial public release
Generic Constructor-Pattern agent kit for Claude Code. Zero personal data,
fully English, MIT-licensed.

Contents:
- 34 reusable blocks (baseline, rules, stack/deploy/domain/api/scraper)
- 14 cross-project agent manifests (code/ml/infra/researcher/critic/...)
- 6 portable skills (/new-agent, /research, /test-gen, /debug-deep, /pr-review, /refactor)
- Rust assembler (single binary, ~500 KB)
- 3 hooks (auto-reassemble, pre-commit validate, no-hand-edit)
- install.sh (idempotent, cargo-builds on first run)
- MIT LICENSE

All 6 sanity greps pass: 0 Russian text, 0 specific project names,
0 incident numbers, 0 user paths, 0 hardcoded IPs, 0 API keys.

cargo check + assemble --validate: both pass on 14 manifests.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 23:58:34 +08:00

1.7 KiB

DOMAIN — Unfiled patent IP

Why this matters: public push / public disclosure / cross-reference to an unfiled application WITHOUT a priority date creates prior art AGAINST yourself. After 12 months = unpatentable. Irrecoverable.

Hard rule — no public Git push for any project covered by this block. Block pushes to public Git hosting (GitHub, public GitLab) via a PreToolUse hook. Private remotes (self-hosted Forgejo / Gitea / any SSH-only Git server) — allowed.

Pre-filing cross-reference check (run before any patent filing):

grep -nE "provisional|co-pending|concurrently filed|cross.reference|priority\s+to" filing.md

For each hit:

  • Already filed with an application number? → OK.
  • Being filed same day ("concurrently filed")? → OK only if literally same-day batch.
  • Will be filed later? → REMOVE or rewrite. "Concurrently filed" on a not-yet-filed patent = misrepresentation.

Defensive language template (when removing a cross-ref):

"The present invention operates independently of any specific [...] and does not require [...]."

Self-disclosure trap — describing technical details publicly WITHOUT a priority date:

  • Architecture diagrams with param counts, node topology
  • Benchmarks naming the project + numbers
  • Patent-claim-adjacent text in public READMEs
  • Screenshots of unfiled algorithms on social media

After 12 months of self-disclosure → prior art against self, filing invalid.

Forbidden: git push to public hosting for anything patent-adjacent; cross-ref an unfiled application; "concurrently filed" phrase unless truly same-day; publishing param counts / architecture details before filing; sharing screenshots of claim drafts.