fips-agents-cli 0.6.0__tar.gz → 0.6.2__tar.gz

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.
Files changed (60) hide show
  1. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/CLAUDE.md +4 -4
  2. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/PKG-INFO +15 -15
  3. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/README.md +11 -11
  4. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/RELEASE_CHECKLIST.md +4 -4
  5. fips_agents_cli-0.6.2/llms.txt +33 -0
  6. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/pyproject.toml +4 -4
  7. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/commands/create.py +5 -5
  8. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/tools/project.py +11 -0
  9. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/version.py +1 -1
  10. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/tests/test_create.py +2 -2
  11. fips_agents_cli-0.6.0/llms.txt +0 -33
  12. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/.claude/commands/create-release.md +0 -0
  13. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/.claude/docs-state.json +0 -0
  14. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/.github/agents/README.md +0 -0
  15. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/.github/agents/create-release.agent.md +0 -0
  16. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/.github/workflows/test.yml +0 -0
  17. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/.github/workflows/workflow.yaml +0 -0
  18. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/.gitignore +0 -0
  19. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/LICENSE +0 -0
  20. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/docs/PUBLISHING.md +0 -0
  21. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/docs/QUICK_START_PUBLISHING.md +0 -0
  22. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/docs/README.md +0 -0
  23. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/planning/AGENT_FRAMEWORK_PLAN.md +0 -0
  24. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/planning/GENERATOR_IMPLEMENTATION_PLAN.md +0 -0
  25. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/planning/IMPLEMENTATION_SUMMARY.md +0 -0
  26. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/planning/MVP-PLAN.md +0 -0
  27. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/planning/PLAN.md +0 -0
  28. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/planning/PROMPT_ISSUE.md +0 -0
  29. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/planning/agent-registry-roadmap.md +0 -0
  30. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/planning/agent-template-gaps.md +0 -0
  31. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/planning/composable-agent-capabilities.md +0 -0
  32. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/research/BAML_RESEARCH_REPORT.md +0 -0
  33. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/research/Ignite-CLI-Architecture-Analysis.md +0 -0
  34. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/retrospectives/2026-04-06_issue-triage-v0.3.0/RETRO.md +0 -0
  35. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/retrospectives/2026-04-10_full-stack-integration/RETRO.md +0 -0
  36. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/scripts/README.md +0 -0
  37. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/scripts/release.sh +0 -0
  38. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/__init__.py +0 -0
  39. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/__main__.py +0 -0
  40. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/cli.py +0 -0
  41. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/commands/__init__.py +0 -0
  42. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/commands/generate.py +0 -0
  43. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/commands/model_car.py +0 -0
  44. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/commands/patch.py +0 -0
  45. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/tools/__init__.py +0 -0
  46. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/tools/filesystem.py +0 -0
  47. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/tools/generators.py +0 -0
  48. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/tools/git.py +0 -0
  49. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/tools/github.py +0 -0
  50. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/tools/patching.py +0 -0
  51. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/src/fips_agents_cli/tools/validation.py +0 -0
  52. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/tests/__init__.py +0 -0
  53. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/tests/conftest.py +0 -0
  54. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/tests/test_filesystem.py +0 -0
  55. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/tests/test_generate.py +0 -0
  56. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/tests/test_generators.py +0 -0
  57. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/tests/test_github.py +0 -0
  58. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/tests/test_model_car.py +0 -0
  59. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/tests/test_project.py +0 -0
  60. {fips_agents_cli-0.6.0 → fips_agents_cli-0.6.2}/tests/test_validation.py +0 -0
@@ -264,13 +264,13 @@ def test_something(temp_dir):
264
264
 
265
265
  ### Template Repository Structure
266
266
 
267
- **MCP Server Template** (`rdwj/mcp-server-template` — standalone repo):
267
+ **MCP Server Template** (`fips-agents/mcp-server-template` — standalone repo):
268
268
  - `pyproject.toml` with project name and entry points
269
269
  - `src/{module_name}/` source directory (renamed during customization)
270
270
  - `.fips-agents-cli/generators/` for generate commands
271
271
  - Standard Python project structure
272
272
 
273
- **Agent Template** (`redhat-ai-americas/agent-template` — monorepo, `templates/agent-loop/`):
273
+ **Agent Template** (`fips-agents/agent-template` — monorepo, `templates/agent-loop/`):
274
274
  - `pyproject.toml` with project name (no entry point scripts)
275
275
  - `src/base_agent/` framework (NOT renamed during customization)
276
276
  - `chart/` Helm chart for OpenShift deployment
@@ -328,8 +328,8 @@ Common causes:
328
328
  ## Repository-Specific Notes
329
329
 
330
330
  - The main branch is `main` (not `master`)
331
- - MCP template URL: `https://github.com/rdwj/mcp-server-template`
332
- - Agent template URL: `https://github.com/redhat-ai-americas/agent-template` (monorepo, subdir `templates/agent-loop`)
331
+ - MCP template URL: `https://github.com/fips-agents/mcp-server-template`
332
+ - Agent template URL: `https://github.com/fips-agents/agent-template` (monorepo, subdir `templates/agent-loop`)
333
333
  - Package name on PyPI: `fips-agents-cli`
334
334
  - Command name: `fips-agents` (no `-cli` suffix)
335
335
  - Recommended installation: `pipx install fips-agents-cli`
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fips-agents-cli
3
- Version: 0.6.0
3
+ Version: 0.6.2
4
4
  Summary: CLI tool for creating and managing FIPS-compliant AI agent projects
5
- Project-URL: Homepage, https://github.com/rdwj/fips-agents-cli
6
- Project-URL: Repository, https://github.com/rdwj/fips-agents-cli
7
- Project-URL: Issues, https://github.com/rdwj/fips-agents-cli/issues
5
+ Project-URL: Homepage, https://github.com/fips-agents/fips-agents-cli
6
+ Project-URL: Repository, https://github.com/fips-agents/fips-agents-cli
7
+ Project-URL: Issues, https://github.com/fips-agents/fips-agents-cli/issues
8
8
  Author-email: Wes Jackson <wjackson@redhat.com>
9
9
  License: MIT
10
10
  License-File: LICENSE
@@ -76,7 +76,7 @@ For contributing or local development:
76
76
 
77
77
  ```bash
78
78
  # Clone the repository
79
- git clone https://github.com/rdwj/fips-agents-cli.git
79
+ git clone https://github.com/fips-agents/fips-agents-cli.git
80
80
  cd fips-agents-cli
81
81
 
82
82
  # Create virtual environment
@@ -176,7 +176,7 @@ When `gh` CLI is installed and authenticated, the tool prompts interactively abo
176
176
  fips-agents create mcp-server <project-name> [OPTIONS]
177
177
  ```
178
178
 
179
- Creates an MCP server project from the [mcp-server-template](https://github.com/rdwj/mcp-server-template) repository. The template includes FastMCP server bootstrap, component auto-discovery, Jinja2 generator templates, Makefile, Containerfile, and tests.
179
+ Creates an MCP server project from the [mcp-server-template](https://github.com/fips-agents/mcp-server-template) repository. The template includes FastMCP server bootstrap, component auto-discovery, Jinja2 generator templates, Makefile, Containerfile, and tests.
180
180
 
181
181
  **Arguments:**
182
182
 
@@ -207,7 +207,7 @@ fips-agents create mcp-server my-server --remote-only --org my-org
207
207
  fips-agents create agent <project-name> [OPTIONS]
208
208
  ```
209
209
 
210
- Creates an AI agent project from the [agent-template](https://github.com/redhat-ai-americas/agent-template) monorepo (`templates/agent-loop/` subdirectory). The template includes an agent loop skeleton, Helm chart, Makefile, Containerfile, and AGENTS.md.
210
+ Creates an AI agent project from the [agent-template](https://github.com/fips-agents/agent-template) monorepo (`templates/agent-loop/` subdirectory). The template includes an agent loop skeleton, Helm chart, Makefile, Containerfile, and AGENTS.md.
211
211
 
212
212
  **Arguments:**
213
213
 
@@ -222,7 +222,7 @@ Creates an AI agent project from the [agent-template](https://github.com/redhat-
222
222
  fips-agents create agent my-research-agent
223
223
 
224
224
  # Create with GitHub repo in an organization
225
- fips-agents create agent my-agent --github --org redhat-ai-americas
225
+ fips-agents create agent my-agent --github --org fips-agents
226
226
 
227
227
  # Non-interactive mode
228
228
  fips-agents create agent my-agent --yes --local
@@ -234,7 +234,7 @@ fips-agents create agent my-agent --yes --local
234
234
  fips-agents create gateway <project-name> [OPTIONS]
235
235
  ```
236
236
 
237
- Creates a Go HTTP gateway project from the [gateway-template](https://github.com/redhat-ai-americas/gateway-template) repository. The gateway proxies OpenAI-compatible `/v1/chat/completions` requests to an agent backend, with SSE streaming support, heartbeat keepalives, health/readiness probes, and an A2A agent discovery card.
237
+ Creates a Go HTTP gateway project from the [gateway-template](https://github.com/fips-agents/gateway-template) repository. The gateway proxies OpenAI-compatible `/v1/chat/completions` requests to an agent backend, with SSE streaming support, heartbeat keepalives, health/readiness probes, and an A2A agent discovery card.
238
238
 
239
239
  **Arguments:**
240
240
 
@@ -258,7 +258,7 @@ fips-agents create gateway my-gateway --github --org my-org
258
258
  fips-agents create ui <project-name> [OPTIONS]
259
259
  ```
260
260
 
261
- Creates a chat UI project from the [ui-template](https://github.com/redhat-ai-americas/ui-template) repository. A Go server with embedded HTML/CSS/JS that provides a browser-based chat interface. Includes a built-in reverse proxy to the backend API, SSE streaming, and markdown rendering.
261
+ Creates a chat UI project from the [ui-template](https://github.com/fips-agents/ui-template) repository. A Go server with embedded HTML/CSS/JS that provides a browser-based chat interface. Includes a built-in reverse proxy to the backend API, SSE streaming, and markdown rendering.
262
262
 
263
263
  **Arguments:**
264
264
 
@@ -679,7 +679,7 @@ cd granite-3.1-2b-instruct
679
679
 
680
680
  ```bash
681
681
  # Clone the repository
682
- git clone https://github.com/rdwj/fips-agents-cli.git
682
+ git clone https://github.com/fips-agents/fips-agents-cli.git
683
683
  cd fips-agents-cli
684
684
 
685
685
  # Create virtual environment
@@ -811,13 +811,13 @@ If you see "Directory already exists" error:
811
811
 
812
812
  If template cloning fails:
813
813
  - Check your internet connection
814
- - Verify the template repository is accessible: https://github.com/rdwj/mcp-server-template
814
+ - Verify the template repository is accessible: https://github.com/fips-agents/mcp-server-template
815
815
  - Try again later if GitHub is experiencing issues
816
816
 
817
817
  ### Agent template clone fails
818
818
 
819
819
  If cloning the agent template fails:
820
- - The agent template is in a monorepo at https://github.com/redhat-ai-americas/agent-template
820
+ - The agent template is in a monorepo at https://github.com/fips-agents/agent-template
821
821
  - Verify the repository is accessible and the `templates/agent-loop/` subdirectory exists
822
822
  - Check that you have access to the organization's repositories
823
823
 
@@ -855,8 +855,8 @@ MIT License - see LICENSE file for details
855
855
 
856
856
  ## Links
857
857
 
858
- - **Repository**: https://github.com/rdwj/fips-agents-cli
859
- - **Issues**: https://github.com/rdwj/fips-agents-cli/issues
858
+ - **Repository**: https://github.com/fips-agents/fips-agents-cli
859
+ - **Issues**: https://github.com/fips-agents/fips-agents-cli/issues
860
860
  - **MCP Protocol**: https://modelcontextprotocol.io/
861
861
 
862
862
  ## Changelog
@@ -43,7 +43,7 @@ For contributing or local development:
43
43
 
44
44
  ```bash
45
45
  # Clone the repository
46
- git clone https://github.com/rdwj/fips-agents-cli.git
46
+ git clone https://github.com/fips-agents/fips-agents-cli.git
47
47
  cd fips-agents-cli
48
48
 
49
49
  # Create virtual environment
@@ -143,7 +143,7 @@ When `gh` CLI is installed and authenticated, the tool prompts interactively abo
143
143
  fips-agents create mcp-server <project-name> [OPTIONS]
144
144
  ```
145
145
 
146
- Creates an MCP server project from the [mcp-server-template](https://github.com/rdwj/mcp-server-template) repository. The template includes FastMCP server bootstrap, component auto-discovery, Jinja2 generator templates, Makefile, Containerfile, and tests.
146
+ Creates an MCP server project from the [mcp-server-template](https://github.com/fips-agents/mcp-server-template) repository. The template includes FastMCP server bootstrap, component auto-discovery, Jinja2 generator templates, Makefile, Containerfile, and tests.
147
147
 
148
148
  **Arguments:**
149
149
 
@@ -174,7 +174,7 @@ fips-agents create mcp-server my-server --remote-only --org my-org
174
174
  fips-agents create agent <project-name> [OPTIONS]
175
175
  ```
176
176
 
177
- Creates an AI agent project from the [agent-template](https://github.com/redhat-ai-americas/agent-template) monorepo (`templates/agent-loop/` subdirectory). The template includes an agent loop skeleton, Helm chart, Makefile, Containerfile, and AGENTS.md.
177
+ Creates an AI agent project from the [agent-template](https://github.com/fips-agents/agent-template) monorepo (`templates/agent-loop/` subdirectory). The template includes an agent loop skeleton, Helm chart, Makefile, Containerfile, and AGENTS.md.
178
178
 
179
179
  **Arguments:**
180
180
 
@@ -189,7 +189,7 @@ Creates an AI agent project from the [agent-template](https://github.com/redhat-
189
189
  fips-agents create agent my-research-agent
190
190
 
191
191
  # Create with GitHub repo in an organization
192
- fips-agents create agent my-agent --github --org redhat-ai-americas
192
+ fips-agents create agent my-agent --github --org fips-agents
193
193
 
194
194
  # Non-interactive mode
195
195
  fips-agents create agent my-agent --yes --local
@@ -201,7 +201,7 @@ fips-agents create agent my-agent --yes --local
201
201
  fips-agents create gateway <project-name> [OPTIONS]
202
202
  ```
203
203
 
204
- Creates a Go HTTP gateway project from the [gateway-template](https://github.com/redhat-ai-americas/gateway-template) repository. The gateway proxies OpenAI-compatible `/v1/chat/completions` requests to an agent backend, with SSE streaming support, heartbeat keepalives, health/readiness probes, and an A2A agent discovery card.
204
+ Creates a Go HTTP gateway project from the [gateway-template](https://github.com/fips-agents/gateway-template) repository. The gateway proxies OpenAI-compatible `/v1/chat/completions` requests to an agent backend, with SSE streaming support, heartbeat keepalives, health/readiness probes, and an A2A agent discovery card.
205
205
 
206
206
  **Arguments:**
207
207
 
@@ -225,7 +225,7 @@ fips-agents create gateway my-gateway --github --org my-org
225
225
  fips-agents create ui <project-name> [OPTIONS]
226
226
  ```
227
227
 
228
- Creates a chat UI project from the [ui-template](https://github.com/redhat-ai-americas/ui-template) repository. A Go server with embedded HTML/CSS/JS that provides a browser-based chat interface. Includes a built-in reverse proxy to the backend API, SSE streaming, and markdown rendering.
228
+ Creates a chat UI project from the [ui-template](https://github.com/fips-agents/ui-template) repository. A Go server with embedded HTML/CSS/JS that provides a browser-based chat interface. Includes a built-in reverse proxy to the backend API, SSE streaming, and markdown rendering.
229
229
 
230
230
  **Arguments:**
231
231
 
@@ -646,7 +646,7 @@ cd granite-3.1-2b-instruct
646
646
 
647
647
  ```bash
648
648
  # Clone the repository
649
- git clone https://github.com/rdwj/fips-agents-cli.git
649
+ git clone https://github.com/fips-agents/fips-agents-cli.git
650
650
  cd fips-agents-cli
651
651
 
652
652
  # Create virtual environment
@@ -778,13 +778,13 @@ If you see "Directory already exists" error:
778
778
 
779
779
  If template cloning fails:
780
780
  - Check your internet connection
781
- - Verify the template repository is accessible: https://github.com/rdwj/mcp-server-template
781
+ - Verify the template repository is accessible: https://github.com/fips-agents/mcp-server-template
782
782
  - Try again later if GitHub is experiencing issues
783
783
 
784
784
  ### Agent template clone fails
785
785
 
786
786
  If cloning the agent template fails:
787
- - The agent template is in a monorepo at https://github.com/redhat-ai-americas/agent-template
787
+ - The agent template is in a monorepo at https://github.com/fips-agents/agent-template
788
788
  - Verify the repository is accessible and the `templates/agent-loop/` subdirectory exists
789
789
  - Check that you have access to the organization's repositories
790
790
 
@@ -822,8 +822,8 @@ MIT License - see LICENSE file for details
822
822
 
823
823
  ## Links
824
824
 
825
- - **Repository**: https://github.com/rdwj/fips-agents-cli
826
- - **Issues**: https://github.com/rdwj/fips-agents-cli/issues
825
+ - **Repository**: https://github.com/fips-agents/fips-agents-cli
826
+ - **Issues**: https://github.com/fips-agents/fips-agents-cli/issues
827
827
  - **MCP Protocol**: https://modelcontextprotocol.io/
828
828
 
829
829
  ## Changelog
@@ -43,8 +43,8 @@ git push origin v0.1.2
43
43
 
44
44
  ### 3. Verify Release
45
45
 
46
- 1. Check GitHub Actions: https://github.com/rdwj/fips-agents-cli/actions
47
- 2. Verify GitHub Release: https://github.com/rdwj/fips-agents-cli/releases
46
+ 1. Check GitHub Actions: https://github.com/fips-agents/fips-agents-cli/actions
47
+ 2. Verify GitHub Release: https://github.com/fips-agents/fips-agents-cli/releases
48
48
  3. Verify on PyPI: https://pypi.org/project/fips-agents-cli/
49
49
  4. Test installation:
50
50
  ```bash
@@ -138,7 +138,7 @@ git push origin v0.1.2
138
138
 
139
139
  ### 8. Create GitHub Release
140
140
 
141
- 1. Go to: https://github.com/rdwj/fips-agents-cli/releases/new
141
+ 1. Go to: https://github.com/fips-agents/fips-agents-cli/releases/new
142
142
  2. Select tag: `v0.1.2`
143
143
  3. Set release title: `v0.1.2`
144
144
  4. Add release notes from changelog
@@ -255,7 +255,7 @@ pytest tests/test_specific.py::test_name -v
255
255
  **Cause**: Various reasons - check workflow logs.
256
256
 
257
257
  **Solution**:
258
- 1. Go to Actions tab: https://github.com/rdwj/fips-agents-cli/actions
258
+ 1. Go to Actions tab: https://github.com/fips-agents/fips-agents-cli/actions
259
259
  2. Click failed workflow run
260
260
  3. Check logs for error details
261
261
  4. Fix issue and push again or re-run workflow
@@ -0,0 +1,33 @@
1
+ # fips-agents-cli
2
+
3
+ > CLI tool for scaffolding FIPS-compliant AI agent projects — MCP servers and AI agents — from production-ready templates targeting Red Hat OpenShift.
4
+
5
+ ## Start here
6
+
7
+ - [README](https://github.com/fips-agents/fips-agents-cli/blob/main/README.md): Installation, quick start, full command reference, and changelog
8
+ - [CLAUDE.md](https://github.com/fips-agents/fips-agents-cli/blob/main/CLAUDE.md): Developer instructions, architecture, testing patterns, and project conventions
9
+
10
+ ## Commands
11
+
12
+ - [create.py](https://github.com/fips-agents/fips-agents-cli/blob/main/src/fips_agents_cli/commands/create.py): `create mcp-server` and `create agent` — scaffold projects from templates
13
+ - [generate.py](https://github.com/fips-agents/fips-agents-cli/blob/main/src/fips_agents_cli/commands/generate.py): `generate tool/resource/prompt/middleware` — add components to MCP server projects
14
+ - [model_car.py](https://github.com/fips-agents/fips-agents-cli/blob/main/src/fips_agents_cli/commands/model_car.py): `create model-car` — scaffold ModelCar container projects
15
+ - [patch.py](https://github.com/fips-agents/fips-agents-cli/blob/main/src/fips_agents_cli/commands/patch.py): `patch` — selective template updates without losing custom code
16
+
17
+ ## Utilities
18
+
19
+ - [git.py](https://github.com/fips-agents/fips-agents-cli/blob/main/src/fips_agents_cli/tools/git.py): Template cloning (full repo and monorepo subdirectory extraction), git init, remote management
20
+ - [project.py](https://github.com/fips-agents/fips-agents-cli/blob/main/src/fips_agents_cli/tools/project.py): Project name validation, customization pipelines for MCP and agent templates
21
+ - [github.py](https://github.com/fips-agents/fips-agents-cli/blob/main/src/fips_agents_cli/tools/github.py): GitHub CLI integration for repo creation and push
22
+ - [filesystem.py](https://github.com/fips-agents/fips-agents-cli/blob/main/src/fips_agents_cli/tools/filesystem.py): Path resolution and directory validation
23
+
24
+ ## Documentation
25
+
26
+ - [docs/](https://github.com/fips-agents/fips-agents-cli/tree/main/docs): Publishing guides for PyPI
27
+ - [planning/](https://github.com/fips-agents/fips-agents-cli/tree/main/planning): Design documents and implementation plans
28
+ - [research/](https://github.com/fips-agents/fips-agents-cli/tree/main/research): Technology evaluations (BAML, Ignite CLI architecture)
29
+
30
+ ## Release
31
+
32
+ - [RELEASE_CHECKLIST.md](https://github.com/fips-agents/fips-agents-cli/blob/main/RELEASE_CHECKLIST.md): Automated and manual release procedures
33
+ - [scripts/release.sh](https://github.com/fips-agents/fips-agents-cli/blob/main/scripts/release.sh): Version bump, tag, and push automation
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "fips-agents-cli"
7
- version = "0.6.0"
7
+ version = "0.6.2"
8
8
  description = "CLI tool for creating and managing FIPS-compliant AI agent projects"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -44,9 +44,9 @@ dev = [
44
44
  fips-agents = "fips_agents_cli.cli:main"
45
45
 
46
46
  [project.urls]
47
- Homepage = "https://github.com/rdwj/fips-agents-cli"
48
- Repository = "https://github.com/rdwj/fips-agents-cli"
49
- Issues = "https://github.com/rdwj/fips-agents-cli/issues"
47
+ Homepage = "https://github.com/fips-agents/fips-agents-cli"
48
+ Repository = "https://github.com/fips-agents/fips-agents-cli"
49
+ Issues = "https://github.com/fips-agents/fips-agents-cli/issues"
50
50
 
51
51
  [tool.hatch.build.targets.wheel]
52
52
  packages = ["src/fips_agents_cli"]
@@ -38,15 +38,15 @@ from fips_agents_cli.tools.project import (
38
38
 
39
39
  console = Console()
40
40
 
41
- # Template URL for MCP server projects
42
- MCP_SERVER_TEMPLATE_URL = "https://github.com/rdwj/mcp-server-template"
41
+ # Template URLs all repos live under github.com/fips-agents/
42
+ MCP_SERVER_TEMPLATE_URL = "https://github.com/fips-agents/mcp-server-template"
43
43
 
44
- AGENT_TEMPLATE_URL = "https://github.com/redhat-ai-americas/agent-template"
44
+ AGENT_TEMPLATE_URL = "https://github.com/fips-agents/agent-template"
45
45
  AGENT_TEMPLATE_SUBDIR = "templates/agent-loop"
46
46
  WORKFLOW_TEMPLATE_SUBDIR = "templates/workflow"
47
47
 
48
- GATEWAY_TEMPLATE_URL = "https://github.com/redhat-ai-americas/gateway-template"
49
- UI_TEMPLATE_URL = "https://github.com/redhat-ai-americas/ui-template"
48
+ GATEWAY_TEMPLATE_URL = "https://github.com/fips-agents/gateway-template"
49
+ UI_TEMPLATE_URL = "https://github.com/fips-agents/ui-template"
50
50
 
51
51
  SANDBOX_TEMPLATE_URL = "https://github.com/fips-agents/code-sandbox"
52
52
 
@@ -440,6 +440,17 @@ def customize_go_project(project_path: Path, new_name: str, sentinel: str) -> No
440
440
  for file_path in optional_files:
441
441
  _replace_in_file(file_path, sentinel, new_name)
442
442
 
443
+ # Go source files -- replace import paths in all .go files
444
+ for go_file in project_path.rglob("*.go"):
445
+ _replace_in_file(go_file, sentinel, new_name)
446
+ console.print("[green]✓[/green] Updated Go import paths")
447
+
448
+ # Helm chart templates -- replace helper references in all chart templates
449
+ chart_templates = project_path / "chart" / "templates"
450
+ if chart_templates.exists():
451
+ for tpl_file in chart_templates.glob("*.yaml"):
452
+ _replace_in_file(tpl_file, sentinel, new_name)
453
+
443
454
  # Check HTML files in static/ for sentinels (e.g. <title> tags in UI templates)
444
455
  static_dir = project_path / "static"
445
456
  if static_dir.exists():
@@ -1,3 +1,3 @@
1
1
  """Version information for fips-agents-cli."""
2
2
 
3
- __version__ = "0.6.0"
3
+ __version__ = "0.6.2"
@@ -913,7 +913,7 @@ class TestCreateGateway:
913
913
  mock_clone.assert_called_once()
914
914
  # Verify the URL passed to clone_template
915
915
  call_args = mock_clone.call_args
916
- assert call_args[0][0] == "https://github.com/redhat-ai-americas/gateway-template"
916
+ assert call_args[0][0] == "https://github.com/fips-agents/gateway-template"
917
917
  assert mock_customize.called
918
918
  assert mock_cleanup.called
919
919
  assert mock_init_repo.called
@@ -971,7 +971,7 @@ class TestCreateUi:
971
971
 
972
972
  assert mock_clone.called
973
973
  call_args = mock_clone.call_args
974
- assert call_args[0][0] == "https://github.com/redhat-ai-americas/ui-template"
974
+ assert call_args[0][0] == "https://github.com/fips-agents/ui-template"
975
975
  assert mock_customize.called
976
976
  assert mock_cleanup.called
977
977
  assert mock_init_repo.called
@@ -1,33 +0,0 @@
1
- # fips-agents-cli
2
-
3
- > CLI tool for scaffolding FIPS-compliant AI agent projects — MCP servers and AI agents — from production-ready templates targeting Red Hat OpenShift.
4
-
5
- ## Start here
6
-
7
- - [README](https://github.com/rdwj/fips-agents-cli/blob/main/README.md): Installation, quick start, full command reference, and changelog
8
- - [CLAUDE.md](https://github.com/rdwj/fips-agents-cli/blob/main/CLAUDE.md): Developer instructions, architecture, testing patterns, and project conventions
9
-
10
- ## Commands
11
-
12
- - [create.py](https://github.com/rdwj/fips-agents-cli/blob/main/src/fips_agents_cli/commands/create.py): `create mcp-server` and `create agent` — scaffold projects from templates
13
- - [generate.py](https://github.com/rdwj/fips-agents-cli/blob/main/src/fips_agents_cli/commands/generate.py): `generate tool/resource/prompt/middleware` — add components to MCP server projects
14
- - [model_car.py](https://github.com/rdwj/fips-agents-cli/blob/main/src/fips_agents_cli/commands/model_car.py): `create model-car` — scaffold ModelCar container projects
15
- - [patch.py](https://github.com/rdwj/fips-agents-cli/blob/main/src/fips_agents_cli/commands/patch.py): `patch` — selective template updates without losing custom code
16
-
17
- ## Utilities
18
-
19
- - [git.py](https://github.com/rdwj/fips-agents-cli/blob/main/src/fips_agents_cli/tools/git.py): Template cloning (full repo and monorepo subdirectory extraction), git init, remote management
20
- - [project.py](https://github.com/rdwj/fips-agents-cli/blob/main/src/fips_agents_cli/tools/project.py): Project name validation, customization pipelines for MCP and agent templates
21
- - [github.py](https://github.com/rdwj/fips-agents-cli/blob/main/src/fips_agents_cli/tools/github.py): GitHub CLI integration for repo creation and push
22
- - [filesystem.py](https://github.com/rdwj/fips-agents-cli/blob/main/src/fips_agents_cli/tools/filesystem.py): Path resolution and directory validation
23
-
24
- ## Documentation
25
-
26
- - [docs/](https://github.com/rdwj/fips-agents-cli/tree/main/docs): Publishing guides for PyPI
27
- - [planning/](https://github.com/rdwj/fips-agents-cli/tree/main/planning): Design documents and implementation plans
28
- - [research/](https://github.com/rdwj/fips-agents-cli/tree/main/research): Technology evaluations (BAML, Ignite CLI architecture)
29
-
30
- ## Release
31
-
32
- - [RELEASE_CHECKLIST.md](https://github.com/rdwj/fips-agents-cli/blob/main/RELEASE_CHECKLIST.md): Automated and manual release procedures
33
- - [scripts/release.sh](https://github.com/rdwj/fips-agents-cli/blob/main/scripts/release.sh): Version bump, tag, and push automation
File without changes