Documentation standards, writing style, markdown conventions, and sources of truth for ADAMANT iOS. Use when writing or updating documentation.
Documentation conventions, writing style, and sources of truth for ADAMANT iOS.
Examples:
<!-- Good: single sentence, no period -->
- This is a single sentence item
<!-- Good: multiple sentences, all have periods -->
- This is the first sentence. This is the second sentence.
<!-- Bad: single sentence with period -->
- This is a single sentence item.
blanks-around-listsswift, bash, etc.)Example:
## Section Title
This is introductory text.
- List item 1
- List item 2
- List item 3
This is text after the list.
Use these sources when implementing or reviewing changes:
README.md, current code, and passing testsWhen behavior and docs diverge:
If sources disagree:
Activate this skill when: