MARKETING-DOCS-LOCATION.md markdown
35 lines 2.1 KB
Raw
sha256:b5f647cb9c409f563d4671fe3fc05ddea01fabfed9b41fc11cb923588e1c1baf mirror: GitHub Phase A durable MCP OAuth (#270) Human minor ⚠ breaking 10 days ago

Where internal marketing documents live

Public OSS repos should not ship go-to-market plans, positioning drafts, campaign internals, or long-form “agent marketing structure” playbooks. Those files are not missing—they are intentionally kept out of GitHub.

Local folder (this clone)

Put (and keep) internal marketing markdown under:

docs/marketing-internal/

That path is listed in .gitignore, so Git will not commit or push anything inside it. Your editor and search still see the files on disk.

Example: docs/marketing-internal/AGENT-MARKETING-STRUCTURE.md

New machine / teammate

Because the folder is ignored, it does not appear when someone clones only the public repo. Share contents through one of:

  1. Private GitHub repository (recommended for teams)—e.g. your-org/knowtation-marketing-internal with the same filenames; clone next to this repo or copy files into docs/marketing-internal/ when needed.
  2. Encrypted backup (zip + password, vault, or cloud drive with restricted ACL)—copy the folder in periodically.
  3. Company wiki / Notion / Google Drive—link from your runbook; keep canonical drafts there if you prefer not to duplicate in git at all.

If a file was ever pushed to the public repo

Removing it from the latest commit does not remove it from history. Anyone who already cloned or browsed old commits may still have it. To scrub history you need an explicit rewrite (e.g. git filter-repo) and force-push—coordinate with all contributors. For most teams, rotate any secrets that ever touched those files and treat the doc as public from then on.

  • development/ — local-only planning (gitignored).
  • docs/archive/ — local snapshots (gitignored).
  • Public marketing concepts that are safe to OSS—keep in normal docs/ (e.g. high-level agent integration) without internal roadmaps.

For skill-pack paths that are already public under .cursor/skills/packs/, see TEMPLATES-AND-SKILLS.md and AGENT-INTEGRATION.md.

File History 4 commits
sha256:b5f647cb9c409f563d4671fe3fc05ddea01fabfed9b41fc11cb923588e1c1baf mirror: GitHub Phase A durable MCP OAuth (#270) Human minor 10 days ago
sha256:d8c648b20a4d53b2673c5c082ee7edfa7b2fc9b11080832da1f38807b6bf940b fix(7C-L1b): route hosted delegation proposals through cani… Human minor 30 days ago
sha256:2827ba9e7632a4b141c50caf1e8f7d77abbc3515be20e7465f2bccb0ac4edf91 fix: repair endpoint now sets has_active_subscription when … Human minor 49 days ago