Skip to content

Commit ca7cb51

Browse files
dancinlifeclaude
andcommitted
chore: session WIP carry — staged 2026-05-21 all-commit sweep
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e26d741 commit ca7cb51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

algorithms/atlas_absorb.hexa

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// ══════════════════════════════════════════════════════════════
22
// nexus/n6/atlas_absorb.hexa — atlas auto-absorption module
3-
// raw 108 (discovery-implementation-absorption) + own#9 (lens-auto-absorb-atlas)
43
// Centralized unlock-append-relock cycle for chflags-locked atlas.n6
54
//
65
// @resolver-bypass(reason="darwin-native-chflags-+-local-fs-absorption")
@@ -156,7 +155,6 @@ fn run_absorb() -> i64 {
156155
}
157156

158157
// Append separator + each shard
159-
let absorb_marker = "\n# ══════════════════════════════════════════════════════════════\n# atlas_absorb module — " + shard_count + " shards bulk-absorbed (raw 108 + own#9)\n# ══════════════════════════════════════════════════════════════"
160158
let pre_cmd = "echo " + _shell_quote(absorb_marker) + " >> " + _shell_quote(target_atlas)
161159
exec(pre_cmd)
162160
let absorb_cmd = "cd " + _shell_quote(target_root) + " && for f in $(ls " + glob + " 2>/dev/null | sort); do echo; echo \"# .. $(basename $f) ..\"; cat \"$f\"; done >> " + _shell_quote(target_atlas)

spec/n6.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ Quoted strings (`"..."`) attached as continuations (no edge prefix) act as **des
112112
| `# ── 원시값 (Primitives) ─────────────────────────────────────` | Section divider with translated label |
113113
| `# tree:` / `# delta:` / etc. | Reserved — currently unused by `.n6` (referenced from sibling formats) |
114114

115+
**Blank lines are insignificant.** An entry runs from its `@<type>` header to the next `@`-header (or EOF); any blank line in between is ignored. The reference `atlas.n6` corpus packs entries with no blank line separating them; the `examples/` files insert one blank line per entry for readability. Both parse identically.
116+
115117
### Streaming / append-only invariants
116118

117119
1. UTF-8, no BOM, LF line endings.

0 commit comments

Comments
 (0)