@the-bearded-bear/claude-craft 8.3.0 → 8.3.1-next.f702894

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.
Files changed (2) hide show
  1. package/README.md +27 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,7 @@ A comprehensive framework for AI-assisted development with [Claude Code](https:/
12
12
 
13
13
  ## What's New in v8.3 (Audit-driven release: tokens + security)
14
14
 
15
+ - **Dependabot config fix** (v8.3.1) -- removed two erroneous ecosystems (`/cli/kanban/client` and `docker /`) introduced in v8.3.0 that caused Dependabot run failures
15
16
  - **Token optimization via `context: fork`** (v8.3.0) -- 15 heavy skills (>100 lines) now run in isolated contexts (Claude Code v2.1.105+), saving 8-15K tokens per long session
16
17
  - **CHANGELOG truncated** (v8.3.0) -- 117 KB → 67 KB shipped, archive moved to `docs/CHANGELOG-archive.md`
17
18
  - **Production deps trimmed** (v8.3.0) -- `cytoscape`, `cytoscape-dagre`, `dompurify`, `uplot` moved to `devDependencies` (-3 MB prod install)
@@ -224,6 +225,32 @@ Step-by-step tutorials available in 5 languages:
224
225
 
225
226
  [All guides](docs/guides/index.md) | [Project Creation](docs/guides/en/02-project-creation.md) | [Tools Reference](docs/guides/en/05-tools-reference.md) | [Troubleshooting](docs/guides/en/06-troubleshooting.md) | [Backlog Management](docs/guides/en/07-backlog-management.md)
226
227
 
228
+ ## Project Governance & Sustainability
229
+
230
+ Claude Craft is maintained by [The Bearded CTO](https://thebeardedcto.com), a solo founder with deep involvement in the AFUP and Symfony French ecosystem.
231
+
232
+ | Item | Status |
233
+ |------|--------|
234
+ | **Funding model** | Bootstrapped — no VC, no sponsorships. Sustainability via consulting + future Pro support tier. |
235
+ | **Maintenance commitment** | Active development since 2026-01. Targeting weekly minor releases, monthly minor versions. |
236
+ | **Bus factor** | Currently 1 (solo maintainer). [Co-maintainer search open](CHARTER.md) — looking for one tech lead from the AFUP / Symfony / Flutter / React community. |
237
+ | **Succession plan** | Documented in [CHARTER.md](CHARTER.md). MIT license guarantees indefinite community fork rights if maintainer disappears. |
238
+ | **Roadmap visibility** | [GitHub Issues](https://github.com/TheBeardedBearSAS/claude-craft/issues) + [CHANGELOG.md](CHANGELOG.md) + recurring `audit/YYYY-MM-DD-*` reports |
239
+ | **Decision process** | RFC via GitHub Discussions for breaking changes. ADRs in `docs/adr/` for architectural choices. |
240
+ | **Security disclosure** | See [SECURITY.md](SECURITY.md). 90-day disclosure timeline, GPG-signed advisories. |
241
+ | **License upgrade path** | MIT (free, perpetual). A future Commercial license is documented in `LICENSE-COMMERCIAL.md` (DRAFT) for support contracts; never restrictive of MIT rights. |
242
+
243
+ ### For Enterprise Adopters
244
+
245
+ If you're considering Claude Craft for a team of 5+ developers and need :
246
+
247
+ - **SLA-backed support** with response times
248
+ - **Custom integration** for your stack
249
+ - **Onboarding consulting** for your team
250
+ - **DPA** (Data Processing Agreement) for RGPD compliance
251
+
252
+ Contact `flavien.metivier@gmail.com` to discuss a Pro support agreement. Pricing is project-based (no per-seat licensing).
253
+
227
254
  ## Contributing
228
255
 
229
256
  Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-bearded-bear/claude-craft",
3
- "version": "8.3.0",
3
+ "version": "8.3.1-next.f702894",
4
4
  "description": "A comprehensive framework for AI-assisted development with Claude Code. Install standardized rules, agents, and commands for your projects.",
5
5
  "type": "module",
6
6
  "main": "cli/index.js",