@tonguetoquill/collection 0.2.12 → 0.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/templates/af4141.md +5 -70
package/package.json
CHANGED
package/templates/af4141.md
CHANGED
|
@@ -6,83 +6,18 @@ name: "LAST, FIRST M."
|
|
|
6
6
|
unit: "UNIT/SYMBOL"
|
|
7
7
|
# EDIT: Current grade or CCC level (e.g., "SSgt", "GS-12", "3")
|
|
8
8
|
grade: "GRADE"
|
|
9
|
-
# EDIT: Commander's authentication entry
|
|
9
|
+
# EDIT: Commander's authentication entry
|
|
10
10
|
commanders_auth: ""
|
|
11
11
|
---
|
|
12
12
|
|
|
13
|
-
<!--
|
|
14
|
-
RECORD OF EXPERIENCE CARDS
|
|
15
|
-
Each card below becomes one row in the experience table.
|
|
16
|
-
Page 1 holds up to 16 rows; Page 2 holds up to 21 rows (37 max).
|
|
17
|
-
|
|
18
|
-
Required reportable actions include:
|
|
19
|
-
• Initial/subsequent duty assignment
|
|
20
|
-
• Written and/or positional upgrade evaluations
|
|
21
|
-
• Certification events (Mission Ready, Senior Director, etc.)
|
|
22
|
-
• Downgrade or decertification
|
|
23
|
-
• PCS/PCA departure
|
|
24
|
-
• Temporary duty of significant duration
|
|
25
|
-
• Any other commander-directed entry
|
|
26
|
-
|
|
27
|
-
Leave blank any columns that do not apply to a given entry.
|
|
28
|
-
═══════════════════════════════════════════════════════════════ -->
|
|
29
|
-
|
|
30
|
-
<!-- Example 1: Initial assignment to a unit -->
|
|
31
|
-
---
|
|
32
|
-
CARD: experience
|
|
33
|
-
date: "15 Jan 25"
|
|
34
|
-
action: "Assigned to 1 ACCS/DOT as Weapons Director"
|
|
35
|
-
written_grade: ""
|
|
36
|
-
written_grade_date: ""
|
|
37
|
-
positional_grade: ""
|
|
38
|
-
positional_grade_date: ""
|
|
39
|
-
auth_or_remarks: "Initial assignment"
|
|
40
|
-
---
|
|
41
|
-
|
|
42
|
-
<!-- Example 2: Written upgrade evaluation -->
|
|
43
|
-
---
|
|
44
|
-
CARD: experience
|
|
45
|
-
date: "15 Mar 25"
|
|
46
|
-
action: "Completed written upgrade evaluation for 3-Level"
|
|
47
|
-
written_grade: "3"
|
|
48
|
-
written_grade_date: "15 Mar 25"
|
|
49
|
-
positional_grade: ""
|
|
50
|
-
positional_grade_date: ""
|
|
51
|
-
auth_or_remarks: "Per AFMAN 13-1CRCV1"
|
|
52
|
-
---
|
|
53
|
-
|
|
54
|
-
<!-- Example 3: Positional (live-environment) upgrade / certification -->
|
|
55
|
-
---
|
|
56
|
-
CARD: experience
|
|
57
|
-
date: "20 Jun 25"
|
|
58
|
-
action: "Certified Mission Ready — positional upgrade"
|
|
59
|
-
written_grade: ""
|
|
60
|
-
written_grade_date: ""
|
|
61
|
-
positional_grade: "4"
|
|
62
|
-
positional_grade_date: "20 Jun 25"
|
|
63
|
-
auth_or_remarks: "SSgt Jones, T.R."
|
|
64
|
-
---
|
|
65
|
-
|
|
66
|
-
<!-- Example 4: Combined written + positional upgrade (both columns filled) -->
|
|
67
|
-
---
|
|
68
|
-
CARD: experience
|
|
69
|
-
date: "1 Aug 25"
|
|
70
|
-
action: "Upgrade evaluation — written and positional"
|
|
71
|
-
written_grade: "4"
|
|
72
|
-
written_grade_date: "1 Aug 25"
|
|
73
|
-
positional_grade: "4"
|
|
74
|
-
positional_grade_date: "1 Aug 25"
|
|
75
|
-
auth_or_remarks: "Verified by unit commander"
|
|
76
|
-
---
|
|
77
|
-
|
|
78
|
-
<!-- Example 5: PCS departure — no grade columns needed -->
|
|
13
|
+
<!-- Add one CARD: experience block per row. Duplicate as needed. -->
|
|
79
14
|
---
|
|
80
15
|
CARD: experience
|
|
81
|
-
date: "1
|
|
82
|
-
action: "
|
|
16
|
+
date: "1 Jan 25"
|
|
17
|
+
action: "Describe the action or event"
|
|
83
18
|
written_grade: ""
|
|
84
19
|
written_grade_date: ""
|
|
85
20
|
positional_grade: ""
|
|
86
21
|
positional_grade_date: ""
|
|
87
|
-
auth_or_remarks: "
|
|
22
|
+
auth_or_remarks: ""
|
|
88
23
|
---
|