Pre-public-launch cleanup. 17 files touched. Grep verification confirms
only Tier 4 (intentional GTM attribution) remains: README + docs/PHILOSOPHY
credit to Denis Parfionovich / KeiLab.
## Tier 1 — INFRA-LEAKS (4 targets, 1 file)
- _blocks/ci-forgejo-actions.md: Tailscale IPs 100.91.246.53 removed,
kgl-runner-01 → my-runner-01, SSH fingerprint line deleted, Forgejo
topology description generalised to "private interface"
## Tier 2 — PATENT-FLAG PROSE (4 files, ~10 edits)
- _manifests/kei-{modal-runner,ml-implementer,infra-implementer}.toml:
"proprietary/non-public-deploy" → "private/non-public-deploy"
- _blocks/ci-forgejo-actions.md: RULE 0.1 sensitive IP references softened
to generic "sensitive IP / compliance / air-gap" framing
## Tier 3 — INTERNAL PROJECT NAMES (8 files)
- kei-provision/tests/backend_smoke.rs: kgl-* fixtures → test-srv-*/test-vultr
- kei-auth/tests/integration.rs: project: "kgl" → "demo"
- kei-memory/src/coaccess.rs: "PROJECT-C/Genesis" origin → "in-house implementation"
- _primitives/{tomd.sh,README.md}: PROJECT-D provenance removed
- _bridges/README.md: PROJECT-D cross-ref line deleted
- skills/site-create/: keiagent/fal.ai → generic AI-asset generator
- skills/self-audit/: hardcoded project paths → ~/Projects/my-project
- skills/compose-solution/: hardcoded ~/Projects/PROJECT-E →
${KEISEI_BUNDLE_PATH:-} env-conditional lookup
- skills/sleep-setup/: forgejo.example.com → forgejo.example.com
## Phase 2 — Regenerated 3 root .md (Option B manual)
Assembler invocation blocked by sandbox; fell back to manual Edit on
kei-ml-implementer.md + kei-infra-implementer.md + kei-modal-runner.md
with same Tier-2 replacements as their source manifests.
## Known residual (Phase 3 pending user decision)
Git history still contains 619+ patent-term hits (pre-rewrite). Filter-repo
on /tmp/keisei-mirror.git prepared by separate agent; force-push
pending user approval because `genesis-scan` / `genesis-leak-guard` are
intentional kit features — naive rewrite would break them.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| agents-md.tmpl | ||
| aider-conf.tmpl | ||
| aider-conventions.tmpl | ||
| continue.tmpl | ||
| copilot.tmpl | ||
| cursor-mdc.tmpl | ||
| cursorrules.tmpl | ||
| emit.sh | ||
| gemini.tmpl | ||
| junie.tmpl | ||
| README.md | ||
| replit.tmpl | ||
| windsurf.tmpl | ||
_bridges/ — Cross-tool bridge templates
Tool-agnostic coding-rules templates, rendered into any project via _bridges/emit.sh. Placeholders: {{PROJECT_NAME}}, {{PROJECT_DESCRIPTION}}, {{YEAR}}, {{MONTH}}, {{DATE}}.
| Template | Output path |
|---|---|
cursorrules.tmpl |
.cursorrules |
agents-md.tmpl |
AGENTS.md |
copilot.tmpl |
.github/copilot-instructions.md |
cursor-mdc.tmpl |
.cursor/rules/main.mdc |
windsurf.tmpl |
.windsurf/rules/main.md |
junie.tmpl |
.junie/guidelines.md |
continue.tmpl |
.continue/rules/main.md |
gemini.tmpl |
GEMINI.md |
aider-conventions.tmpl |
CONVENTIONS.md |
aider-conf.tmpl |
.aider.conf.yml |
replit.tmpl |
replit.md |
Render: _bridges/emit.sh <target-dir> [project-name] [project-description]. Idempotent — existing files are skipped.