You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Document Language Header, Comments, and Annotations
153
+
## Document language header, comments, and annotations
154
154
155
155
OrgScript can declare the intended language of human-authored text at document level:
156
156
@@ -169,7 +169,7 @@ This header is metadata only:
169
169
-`comment-language`, `annotation-language`, and `context-language` help humans, exporters, and AI understand the intended language of nearby text
170
170
- declared languages are treated as a document contract and may trigger lint warnings when comments or annotation values clearly drift
171
171
172
-
## Comments and Annotations
172
+
## Comments and annotations
173
173
174
174
OrgScript supports two documentation layers:
175
175
@@ -211,7 +211,7 @@ Export behavior:
211
211
- Add `--with-annotations` to Markdown or HTML export when you want allowlisted `@annotations` and declared document language metadata rendered in the generated documentation artifact.
212
212
-`orgscript export context <file>` includes explicit annotation metadata and declared document language metadata in the structured context payload so downstream AI/indexing consumers do not need to recover it from prose.
213
213
214
-
## CLI Quick Reference
214
+
## CLI quick reference
215
215
216
216
Need command help? Run `orgscript --help` or `orgscript help <command>`.
217
217
@@ -241,7 +241,7 @@ orgscript export html ./examples/lead-qualification.orgs --with-annotations
0 commit comments