fullstackgtm 0.28.0 → 0.28.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
5
  and the project adheres to [Semantic Versioning](https://semver.org/).
6
6
  The path to 1.0 is planned in [docs/roadmap-to-1.0.md](./docs/roadmap-to-1.0.md).
7
7
 
8
+ ## [0.28.1] — 2026-06-16
9
+
10
+ Company-of-record correction: the legal entity is **Full Stack GTM LLC** and the
11
+ contact/disclosure address is **ryan@fullstackgtm.com** (package.json author,
12
+ NOTICE copyright, SECURITY.md, DATA-FLOWS.md). No code changes.
13
+
8
14
  ## [0.28.0] — 2026-06-16
9
15
 
10
16
  Connectors, credentials & supply chain — the last of the hardening train.
package/DATA-FLOWS.md CHANGED
@@ -38,8 +38,8 @@ Commands not listed (`plans`, `rules`, `doctor`, `schedule`, `audit-log`,
38
38
  CRM-only.
39
39
  - **No data is sent for training.** Anthropic, OpenAI, and Apollo are reached
40
40
  with your own API keys under your own agreements; their data-handling terms
41
- (and any DPA you have with them) govern that traffic. Full Stack GTM is not
42
- in that path and is not a sub-processor for the open-source CLI.
41
+ (and any DPA you have with them) govern that traffic. Full Stack GTM LLC is
42
+ not in that path and is not a sub-processor for the open-source CLI.
43
43
 
44
44
  ## Sub-processors
45
45
 
@@ -49,4 +49,4 @@ controllers are you and the providers whose keys you supply.
49
49
  For the **hosted application** (a separate, proprietary product — not this
50
50
  package): a sub-processor list and DPA are provided through that product's
51
51
  agreement. If you are evaluating the hosted product, request them from
52
- security@fullstackgtm.com.
52
+ ryan@fullstackgtm.com.
package/NOTICE CHANGED
@@ -1,5 +1,5 @@
1
1
  fullstackgtm
2
- Copyright 2026 Full Stack GTM
2
+ Copyright 2026 Full Stack GTM LLC
3
3
 
4
- This product is developed and maintained by Full Stack GTM (https://fullstackgtm.com).
4
+ This product is developed and maintained by Full Stack GTM LLC (https://fullstackgtm.com).
5
5
  Licensed under the Apache License, Version 2.0 (see LICENSE).
package/SECURITY.md CHANGED
@@ -7,7 +7,7 @@ security reviewer needs.
7
7
 
8
8
  ## Reporting a vulnerability
9
9
 
10
- Email **security@fullstackgtm.com** with a description and, ideally, a
10
+ Email **ryan@fullstackgtm.com** with a description and, ideally, a
11
11
  reproduction. Please do not open a public issue for a security report. We aim
12
12
  to acknowledge within 3 business days and to ship a fix or mitigation before
13
13
  any public disclosure. There is no bounty program yet; credit is given in the
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "fullstackgtm",
3
- "version": "0.28.0",
3
+ "version": "0.28.1",
4
4
  "description": "Open-source agentic GTM ops framework: canonical GTM data model, pluggable deterministic audits, reviewable dry-run patch plans, approval-gated write-back with conflict detection, and cross-system entity resolution. HubSpot, Salesforce, and Stripe connectors included.",
5
5
  "license": "Apache-2.0",
6
- "author": "Full Stack GTM <security@fullstackgtm.com> (https://fullstackgtm.com)",
6
+ "author": "Full Stack GTM LLC <ryan@fullstackgtm.com> (https://fullstackgtm.com)",
7
7
  "homepage": "https://github.com/fullstackgtm/core#readme",
8
8
  "bugs": {
9
9
  "url": "https://github.com/fullstackgtm/core/issues"