Skip to content

Commit 178f240

Browse files
author
Test User
committed
Relocation of requirement file.
1 parent 2f99874 commit 178f240

File tree

5 files changed

+16
-11
lines changed

5 files changed

+16
-11
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Fomarmatting
1+
# Formatting
22

33
## Model Formatting
44

@@ -10,7 +10,7 @@ The system shall provide formatting capabilities to normalize and standardize MB
1010
* type: user-requirement
1111

1212
#### Relations
13-
* derivedFrom: [Validating Structures](specifications/UserStories.md#validating-structures)
13+
* derivedFrom: [Validating Structures](UserStories.md#validating-structures)
1414
---
1515

1616
### Formatting Output
@@ -43,5 +43,6 @@ The system shall provide formatting capability to ensure consistent formatting i
4343

4444
#### Relations
4545
* derivedFrom: [Model Formatting](#model-formatting)
46-
* derivedFrom: [Align with Industry Standards](specifications/Mission.md#align-with-industry-standards)
46+
* derivedFrom: [Align with Industry Standards](Mission.md#align-with-industry-standards)
4747
---
48+

specifications/Mission.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ The system must significantly reduce manual effort in managing requirements, mod
2626
#### Relations
2727
* trace: [MOE_UA](MOEs.md#moe_ua)
2828
---
29+

specifications/ReqvireTool/Formatting.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
The system shall detect and fix excess whitespace after element headers, subsection headers, and relation identifiers to maintain consistent formatting across all requirements documents.
88

99
#### Relations
10-
* derivedFrom: [Format Consistency Enforcement](../../Fomarmatting.md#format-consistency-enforcement)
10+
* derivedFrom: [Format Consistency Enforcement](../Formatting.md#format-consistency-enforcement)
1111
* satisfiedBy: [format.rs](../../core/src/format.rs)
1212
* verifiedBy: [Format Command Requirements Verification](../Verifications/Misc.md#format-command-requirements-verification)
1313
---
@@ -17,7 +17,7 @@ The system shall detect and fix excess whitespace after element headers, subsect
1717
The system shall detect and fix excess or missing newlines before element headers, subsection headers to maintain consistent formatting across all requirements documents.
1818

1919
#### Relations
20-
* derivedFrom: [Format Consistency Enforcement](../../Fomarmatting.md#format-consistency-enforcement)
20+
* derivedFrom: [Format Consistency Enforcement](../Formatting.md#format-consistency-enforcement)
2121
* satisfiedBy: [format.rs](../../core/src/format.rs)
2222
* verifiedBy: [Format Command Requirements Verification](../Verifications/Misc.md#format-command-requirements-verification)
2323
---
@@ -27,7 +27,7 @@ The system shall detect and fix excess or missing newlines before element header
2727
The system shall detect consecutive element sections that lack a separator line (---) between them and insert the separator to maintain consistent visual separation in the documentation.
2828

2929
#### Relations
30-
* derivedFrom: [Format Consistency Enforcement](../../Fomarmatting.md#format-consistency-enforcement)
30+
* derivedFrom: [Format Consistency Enforcement](../Formatting.md#format-consistency-enforcement)
3131
* satisfiedBy: [format.rs](../../core/src/format.rs)
3232
* verifiedBy: [Format Command Requirements Verification](../Verifications/Misc.md#format-command-requirements-verification)
3333
---
@@ -37,7 +37,7 @@ The system shall detect consecutive element sections that lack a separator line
3737
The system shall identify and fix inconsistent indentation and bullet types in relation lists and other reserved subsections, standardizing to a consistent format across all requirements documents.
3838

3939
#### Relations
40-
* derivedFrom: [Format Consistency Enforcement](../../Fomarmatting.md#format-consistency-enforcement)
40+
* derivedFrom: [Format Consistency Enforcement](../Formatting.md#format-consistency-enforcement)
4141
* satisfiedBy: [format.rs](../../core/src/format.rs)
4242
* verifiedBy: [Format Command Requirements Verification](../Verifications/Misc.md#format-command-requirements-verification)
4343
---
@@ -50,7 +50,7 @@ The system shall replace absolute links with relative links, where applicable an
5050
* type: user-requirement
5151

5252
#### Relations
53-
* derivedFrom: [Model Formatting](../../Fomarmatting.md#model-formatting)
53+
* derivedFrom: [Model Formatting](../Formatting.md#model-formatting)
5454
* verifiedBy: [Format Command Requirements Verification](../Verifications/Misc.md#format-command-requirements-verification)
5555
---
5656

@@ -59,7 +59,7 @@ The system shall replace absolute links with relative links, where applicable an
5959
The system shall display formatting change suggestions in a git-style diff format, color-coded when possible, to clearly show what modifications will be or have been made to the documents.
6060

6161
#### Relations
62-
* derivedFrom: [Formatting Output](../../Fomarmatting.md#formatting-output)
62+
* derivedFrom: [Formatting Output](../Formatting.md#formatting-output)
6363
* satisfiedBy: [format.rs](../../core/src/format.rs)
6464
* satisfiedBy: [diff.rs](../../core/src/diff.rs)
6565
* verifiedBy: [Format Command Requirements Verification](../Verifications/Misc.md#format-command-requirements-verification)
@@ -97,7 +97,8 @@ When parsing documents, the system shall:
9797
4. If document has both `#` and `##`: No header additions needed
9898

9999
#### Relations
100-
* derivedFrom: [Format Consistency Enforcement](../../Fomarmatting.md#format-consistency-enforcement)
100+
* derivedFrom: [Format Consistency Enforcement](../Formatting.md#format-consistency-enforcement)
101101
* satisfiedBy: [graph_registry.rs](../../core/src/graph_registry.rs)
102102
* satisfiedBy: [parser.rs](../../core/src/parser.rs)
103103
---
104+

specifications/UserInterface/CLI.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Additional behavior:
5151
- When formatting is applied, show a summary of changed files with diff details
5252

5353
#### Relations
54-
* derivedFrom: [Model Formatting](../../Fomarmatting.md#model-formatting)
54+
* derivedFrom: [Model Formatting](../Formatting.md#model-formatting)
5555
* derivedFrom: [CLI Interface Structure](#cli-interface-structure)
5656
* satisfiedBy: [cli.rs](../../cli/src/cli.rs)
5757
---
@@ -501,3 +501,4 @@ The markdown output shall include:
501501
* derivedFrom: [CLI Interface Structure](#cli-interface-structure)
502502
* derivedFrom: [Containment View Report Generation](../ReqvireTool/Reporting.md#containment-view-report-generation)
503503
---
504+

specifications/UserStories.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,4 @@ As a **Contributor**, I want Reqvire tools to be intuitive and well-documented,
121121
#### Relations
122122
* trace: [MOE_CE](MOEs.md#moe_ce)
123123
---
124+

0 commit comments

Comments
 (0)