recreate-fob 1.0.0 → 1.0.1

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.
@@ -50,3 +50,8 @@ When creating plans, use this structure:
50
50
  ## Reference Materials
51
51
 
52
52
  Consult shared templates at: @~/forward-operating-base/templates/
53
+
54
+ ## Version History
55
+
56
+ - **1.0.1** - Added version tracking and changelog command
57
+ - **1.0.0** - Initial release
@@ -0,0 +1,24 @@
1
+ # FOB Changelog
2
+
3
+ Display the version history and recent changes for FOB.
4
+
5
+ ## Current Version
6
+
7
+ Check `.fob-version` in the project root for the installed version.
8
+
9
+ ## Changelog
10
+
11
+ ### v1.0.1
12
+ - Added `/FOB:changelog` command
13
+ - Added `FOB-diagnostics` skill
14
+ - Updated FOB-planner agent with version tracking
15
+
16
+ ### v1.0.0
17
+ - Initial release
18
+ - Core commands: `/FOB:help`, `/FOB:status`, `/FOB:scan`
19
+ - Agents: `FOB-planner`, `FOB-reviewer`
20
+ - Skills: `FOB-project-setup`
21
+
22
+ ## Updating
23
+
24
+ Run `npx recreate-fob --local` to update to the latest version.
@@ -0,0 +1,36 @@
1
+ # FOB Diagnostics Skill
2
+
3
+ Diagnose and troubleshoot FOB installation issues.
4
+
5
+ ## Capabilities
6
+
7
+ 1. **Version Check** - Verify installed FOB version matches expected
8
+ 2. **File Integrity** - Check all FOB files are present and valid
9
+ 3. **Configuration Audit** - Review FOB configuration for issues
10
+
11
+ ## Usage
12
+
13
+ When asked to diagnose FOB issues:
14
+
15
+ 1. Read `.fob-version` to check installed version
16
+ 2. List files in `.claude/commands/FOB/` to verify commands
17
+ 3. List files in `.claude/agents/` to check for FOB-* agents
18
+ 4. List files in `.claude/skills/` to check for FOB-* skills
19
+ 5. Report any missing or misconfigured items
20
+
21
+ ## Output Format
22
+
23
+ ```
24
+ FOB Diagnostics Report
25
+ ======================
26
+ Version: [installed version]
27
+ Commands: [count] found
28
+ Agents: [count] found
29
+ Skills: [count] found
30
+
31
+ Issues:
32
+ - [list any problems found]
33
+
34
+ Recommendations:
35
+ - [suggested fixes]
36
+ ```
@@ -50,3 +50,8 @@ When creating plans, use this structure:
50
50
  ## Reference Materials
51
51
 
52
52
  Consult shared templates at: @~/forward-operating-base/templates/
53
+
54
+ ## Version History
55
+
56
+ - **1.0.1** - Added version tracking and changelog command
57
+ - **1.0.0** - Initial release
@@ -0,0 +1,24 @@
1
+ # FOB Changelog
2
+
3
+ Display the version history and recent changes for FOB.
4
+
5
+ ## Current Version
6
+
7
+ Check `.fob-version` in the project root for the installed version.
8
+
9
+ ## Changelog
10
+
11
+ ### v1.0.1
12
+ - Added `/FOB:changelog` command
13
+ - Added `FOB-diagnostics` skill
14
+ - Updated FOB-planner agent with version tracking
15
+
16
+ ### v1.0.0
17
+ - Initial release
18
+ - Core commands: `/FOB:help`, `/FOB:status`, `/FOB:scan`
19
+ - Agents: `FOB-planner`, `FOB-reviewer`
20
+ - Skills: `FOB-project-setup`
21
+
22
+ ## Updating
23
+
24
+ Run `npx recreate-fob --local` to update to the latest version.
@@ -0,0 +1,36 @@
1
+ # FOB Diagnostics Skill
2
+
3
+ Diagnose and troubleshoot FOB installation issues.
4
+
5
+ ## Capabilities
6
+
7
+ 1. **Version Check** - Verify installed FOB version matches expected
8
+ 2. **File Integrity** - Check all FOB files are present and valid
9
+ 3. **Configuration Audit** - Review FOB configuration for issues
10
+
11
+ ## Usage
12
+
13
+ When asked to diagnose FOB issues:
14
+
15
+ 1. Read `.fob-version` to check installed version
16
+ 2. List files in `.codex/commands/FOB/` to verify commands
17
+ 3. List files in `.codex/agents/` to check for FOB-* agents
18
+ 4. List files in `.codex/skills/` to check for FOB-* skills
19
+ 5. Report any missing or misconfigured items
20
+
21
+ ## Output Format
22
+
23
+ ```
24
+ FOB Diagnostics Report
25
+ ======================
26
+ Version: [installed version]
27
+ Commands: [count] found
28
+ Agents: [count] found
29
+ Skills: [count] found
30
+
31
+ Issues:
32
+ - [list any problems found]
33
+
34
+ Recommendations:
35
+ - [suggested fixes]
36
+ ```
@@ -50,3 +50,8 @@ When creating plans, use this structure:
50
50
  ## Reference Materials
51
51
 
52
52
  Consult shared templates at: @~/forward-operating-base/templates/
53
+
54
+ ## Version History
55
+
56
+ - **1.0.1** - Added version tracking and changelog command
57
+ - **1.0.0** - Initial release
@@ -0,0 +1,24 @@
1
+ # FOB Changelog
2
+
3
+ Display the version history and recent changes for FOB.
4
+
5
+ ## Current Version
6
+
7
+ Check `.fob-version` in the project root for the installed version.
8
+
9
+ ## Changelog
10
+
11
+ ### v1.0.1
12
+ - Added `/FOB:changelog` command
13
+ - Added `FOB-diagnostics` skill
14
+ - Updated FOB-planner agent with version tracking
15
+
16
+ ### v1.0.0
17
+ - Initial release
18
+ - Core commands: `/FOB:help`, `/FOB:status`, `/FOB:scan`
19
+ - Agents: `FOB-planner`, `FOB-reviewer`
20
+ - Skills: `FOB-project-setup`
21
+
22
+ ## Updating
23
+
24
+ Run `npx recreate-fob --local` to update to the latest version.
@@ -0,0 +1,36 @@
1
+ # FOB Diagnostics Skill
2
+
3
+ Diagnose and troubleshoot FOB installation issues.
4
+
5
+ ## Capabilities
6
+
7
+ 1. **Version Check** - Verify installed FOB version matches expected
8
+ 2. **File Integrity** - Check all FOB files are present and valid
9
+ 3. **Configuration Audit** - Review FOB configuration for issues
10
+
11
+ ## Usage
12
+
13
+ When asked to diagnose FOB issues:
14
+
15
+ 1. Read `.fob-version` to check installed version
16
+ 2. List files in `.opencode/commands/FOB/` to verify commands
17
+ 3. List files in `.opencode/agents/` to check for FOB-* agents
18
+ 4. List files in `.opencode/skills/` to check for FOB-* skills
19
+ 5. Report any missing or misconfigured items
20
+
21
+ ## Output Format
22
+
23
+ ```
24
+ FOB Diagnostics Report
25
+ ======================
26
+ Version: [installed version]
27
+ Commands: [count] found
28
+ Agents: [count] found
29
+ Skills: [count] found
30
+
31
+ Issues:
32
+ - [list any problems found]
33
+
34
+ Recommendations:
35
+ - [suggested fixes]
36
+ ```
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "recreate-fob",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Deploy Forward Operating Base assets for AI coding assistants",
5
5
  "bin": {
6
6
  "recreate-fob": "bin/install.js"