@fulmenhq/tsfulmen 0.2.6 → 0.2.7

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
@@ -14,6 +14,24 @@ _No unreleased changes._
14
14
 
15
15
  ---
16
16
 
17
+ ## [0.2.7] - 2026-02-03
18
+
19
+ ### Fixed
20
+
21
+ - **GitHub Release Automation** - Replaced action-gh-release with gh CLI for reliable release creation
22
+ - Fixes issue where releases were created at untagged URLs
23
+ - Releases now publish immediately (no draft state)
24
+ - Simplified library release process (no manual signing ceremony)
25
+
26
+ ### Documentation
27
+
28
+ - **Process Discipline** - Enhanced release documentation with v0.2.5 lessons learned
29
+ - Added incident report: docs/ops/incidents/2026-02-03-v0.2.5-release-failure.md
30
+ - Simplified docs/releases/v0.2.6.md (moved technical details to incident report)
31
+ - Updated docs/publishing.md with ESM gotchas and CI timeout patterns
32
+
33
+ ---
34
+
17
35
  ## [0.2.6] - 2026-02-03
18
36
 
19
37
  ### Fixed
package/dist/index.d.ts CHANGED
@@ -12,6 +12,6 @@ import './types-DdoeE7F5.js';
12
12
  * Provides ergonomic access to Crucible SSOT assets and core utilities
13
13
  * for TypeScript/Node.js applications in the FulmenHQ ecosystem.
14
14
  */
15
- declare const VERSION = "0.2.6";
15
+ declare const VERSION = "0.2.7";
16
16
 
17
17
  export { VERSION };
package/dist/index.js CHANGED
@@ -8369,7 +8369,7 @@ async function scanZip(archive, options) {
8369
8369
  var FULPACK_VERSION = "1.0.0";
8370
8370
 
8371
8371
  // src/index.ts
8372
- var VERSION2 = "0.2.6";
8372
+ var VERSION2 = "0.2.7";
8373
8373
 
8374
8374
  export { APP_IDENTITY_DIR, APP_IDENTITY_ENV_VAR, APP_IDENTITY_FILENAME, APP_IDENTITY_SCHEMA_ID, AppIdentityError, ArchiveFormat, DocScribeError, DocScribeParseError, DocScribeUnsupportedFormatError, ERROR_CODES, EntryType, FULPACK_VERSION, FulpackOperationError, MAX_ANCESTOR_SEARCH_DEPTH, Operation, VERSION2 as VERSION, __internal, buildEnvVar, buildRuntimeInfo, checkDecompressionBomb, clearEmbeddedIdentity, clearIdentityCache, create, createFulpackError, detectFormat2 as detectFormat, extract, extractHeaders, extractMetadata, getBinaryName, getCachedIdentity, getConfigIdentifiers, getConfigName, getEmbeddedIdentity, getEnvPrefix, getEnvVar, getTelemetryNamespace, getVendor, hasEmbeddedIdentity, hasPathTraversal, info, inspectDocument, isAbsolutePath, loadIdentity, normalizeInput, parseFrontmatter, registerEmbeddedIdentity, scan, splitDocuments, stripFrontmatter, validatePath, verify };
8375
8375
  //# sourceMappingURL=index.js.map