Conversation
…m archive) PRs #301/#302/#303/#304 (Aaron+Amara conversation absorb) are blocked by markdownlint failures on verbatim ChatGPT-formatted content (MD009 trailing spaces, MD022/MD032 blanks-around-headings/lists, MD007 ul-indent). The content is preserved verbatim per GOVERNANCE §33 archive-header discipline + Aaron Otto-109 "glass halo / absorb everyting (not amara herself)" directive — reformatting to satisfy the lint profile would violate verbatim preservation. Adding docs/amara-full-conversation/** to the ignores array is the minimal correct fix. Matches the existing pattern for upstream reference dirs (references/upstreams/**) and agent-written memory (memory/persona/**) where verbatim preservation wins over style conformance. Also covers the sibling README.md inside that directory; the README IS author-controlled and could lint clean, but keeping one-path ignore rather than 10 file-specific entries is simpler. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates markdownlint configuration to exempt a verbatim conversation-archive directory from markdownlint enforcement, aligning lint behavior with “verbatim preservation” archive practices.
Changes:
- Add
docs/amara-full-conversation/**to.markdownlint-cli2.jsoncignore list. - Document rationale for the ignore entry inline in the config file.
Comment on lines
+26
to
+34
| // conformant to Zeta's markdown-lint profile — it's preserved | ||
| // verbatim per GOVERNANCE §33 archive-header discipline + | ||
| // Aaron Otto-109 "glass halo / absorb everyting (not amara | ||
| // herself)" directive. Reformatting the verbatim content to | ||
| // satisfy MD009/MD022/MD032/etc would violate verbatim | ||
| // preservation. The README.md manifest inside the directory | ||
| // IS author-controlled and could lint clean, but applying | ||
| // the ignore to the whole directory keeps the rule simple | ||
| // (one path, not 10 file-specific entries). |
Comment on lines
+24
to
+29
| // Aaron+Amara verbatim conversation archive (PR #301/#302/ | ||
| // #303/#304 and future landings). Content is by-design non- | ||
| // conformant to Zeta's markdown-lint profile — it's preserved | ||
| // verbatim per GOVERNANCE §33 archive-header discipline + | ||
| // Aaron Otto-109 "glass halo / absorb everyting (not amara | ||
| // herself)" directive. Reformatting the verbatim content to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Unblocks PRs #301/#302/#303/#304 (Aaron+Amara conversation absorb chunks) from markdownlint failures on verbatim ChatGPT content.
Why
Verbatim-preservation is the discipline for the absorb chunks per GOVERNANCE §33 + Aaron Otto-109 "glass halo / absorb everyting (not amara herself)" directive. Reformatting verbatim content to pass MD009 / MD022 / MD032 / MD007 lint checks violates that discipline.
Pattern consistency
Same pattern as existing
references/upstreams/**+memory/persona/**entries — dirs where verbatim or append-log discipline beats style conformance.Test plan
.markdownlint-cli2.jsoncignores entry added🤖 Generated with Claude Code