firmwareloop 0.1.3__tar.gz → 0.1.4__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 (35) hide show
  1. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/PKG-INFO +3 -3
  2. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/README.md +2 -2
  3. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/firmwareloop.egg-info/PKG-INFO +3 -3
  4. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/pyproject.toml +1 -1
  5. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/__init__.py +1 -1
  6. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/fw_mcp_server.py +7 -7
  7. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/setup-agent-mcp.ps1 +2 -2
  8. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/LICENSE +0 -0
  9. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/firmwareloop.egg-info/SOURCES.txt +0 -0
  10. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/firmwareloop.egg-info/dependency_links.txt +0 -0
  11. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/firmwareloop.egg-info/entry_points.txt +0 -0
  12. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/firmwareloop.egg-info/requires.txt +0 -0
  13. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/firmwareloop.egg-info/top_level.txt +0 -0
  14. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/setup.cfg +0 -0
  15. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/acceptance-scenario.ps1 +0 -0
  16. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/build.ps1 +0 -0
  17. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/can.ps1 +0 -0
  18. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/check-qoder-mcp.ps1 +0 -0
  19. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/common/build-backends.psm1 +0 -0
  20. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/common/fw.psm1 +0 -0
  21. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/common/uart_probe.py +0 -0
  22. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/doctor.ps1 +0 -0
  23. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/flash.ps1 +0 -0
  24. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/instrument_cli.py +0 -0
  25. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/lib/__init__.py +0 -0
  26. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/lib/instruments.py +0 -0
  27. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/lib/ndtdbg.py +0 -0
  28. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/logic_capture.ps1 +0 -0
  29. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/logic_decode.ps1 +0 -0
  30. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/ndtdbg_bridge.ps1 +0 -0
  31. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/ndtdbg_cli.py +0 -0
  32. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/reset.ps1 +0 -0
  33. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/sigrok_csv_to_fwloop.py +0 -0
  34. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/test-backends.ps1 +0 -0
  35. {firmwareloop-0.1.3 → firmwareloop-0.1.4}/tools/test.ps1 +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: firmwareloop
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: AI Agent Firmware Development and Lab Automation Platform (Dual-Tier MCP Server)
5
5
  Author-email: WeilinZhang <19523330249@163.com>
6
6
  License: MIT
@@ -338,7 +338,7 @@ claude mcp remove --scope user agentic-hil
338
338
  ├── demo-firmware/ 示例固件(CMake;宿主编译模拟 MCU,闭环验证载体)
339
339
  ├── demo-make/ 示例固件(Make;构建测试载体)
340
340
  ├── docs/ DEPENDENCY_MATRIX / REUSE_PLAN / V0.0.2_GAP_VERIFICATION
341
- ├── pyproject.toml 标准 Python 包配置与 CLI 入口声明 (v0.1.3)
341
+ ├── pyproject.toml 标准 Python 包配置与 CLI 入口声明 (v0.1.4)
342
342
  ├── .mcp.example.json 双层 MCP 配置模板(firmwareloop + agentic-hil)
343
343
  ├── AGENTS.md 通用智能体规范(Antigravity / Qoder / Cursor 等)
344
344
  ├── CLAUDE.md Claude Code CLI 指南
@@ -348,7 +348,7 @@ claude mcp remove --scope user agentic-hil
348
348
 
349
349
  ---
350
350
 
351
- ## 能力验证状态(v0.1.3
351
+ ## 能力验证状态(v0.1.4
352
352
 
353
353
  > 状态定义:`Implemented`(已实现)/ `Simulator Validated`(模拟验证)/
354
354
  > `Real Hardware Validated`(真机验证)/ `Experimental` / `Not Implemented`
@@ -310,7 +310,7 @@ claude mcp remove --scope user agentic-hil
310
310
  ├── demo-firmware/ 示例固件(CMake;宿主编译模拟 MCU,闭环验证载体)
311
311
  ├── demo-make/ 示例固件(Make;构建测试载体)
312
312
  ├── docs/ DEPENDENCY_MATRIX / REUSE_PLAN / V0.0.2_GAP_VERIFICATION
313
- ├── pyproject.toml 标准 Python 包配置与 CLI 入口声明 (v0.1.3)
313
+ ├── pyproject.toml 标准 Python 包配置与 CLI 入口声明 (v0.1.4)
314
314
  ├── .mcp.example.json 双层 MCP 配置模板(firmwareloop + agentic-hil)
315
315
  ├── AGENTS.md 通用智能体规范(Antigravity / Qoder / Cursor 等)
316
316
  ├── CLAUDE.md Claude Code CLI 指南
@@ -320,7 +320,7 @@ claude mcp remove --scope user agentic-hil
320
320
 
321
321
  ---
322
322
 
323
- ## 能力验证状态(v0.1.3
323
+ ## 能力验证状态(v0.1.4
324
324
 
325
325
  > 状态定义:`Implemented`(已实现)/ `Simulator Validated`(模拟验证)/
326
326
  > `Real Hardware Validated`(真机验证)/ `Experimental` / `Not Implemented`
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: firmwareloop
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: AI Agent Firmware Development and Lab Automation Platform (Dual-Tier MCP Server)
5
5
  Author-email: WeilinZhang <19523330249@163.com>
6
6
  License: MIT
@@ -338,7 +338,7 @@ claude mcp remove --scope user agentic-hil
338
338
  ├── demo-firmware/ 示例固件(CMake;宿主编译模拟 MCU,闭环验证载体)
339
339
  ├── demo-make/ 示例固件(Make;构建测试载体)
340
340
  ├── docs/ DEPENDENCY_MATRIX / REUSE_PLAN / V0.0.2_GAP_VERIFICATION
341
- ├── pyproject.toml 标准 Python 包配置与 CLI 入口声明 (v0.1.3)
341
+ ├── pyproject.toml 标准 Python 包配置与 CLI 入口声明 (v0.1.4)
342
342
  ├── .mcp.example.json 双层 MCP 配置模板(firmwareloop + agentic-hil)
343
343
  ├── AGENTS.md 通用智能体规范(Antigravity / Qoder / Cursor 等)
344
344
  ├── CLAUDE.md Claude Code CLI 指南
@@ -348,7 +348,7 @@ claude mcp remove --scope user agentic-hil
348
348
 
349
349
  ---
350
350
 
351
- ## 能力验证状态(v0.1.3
351
+ ## 能力验证状态(v0.1.4
352
352
 
353
353
  > 状态定义:`Implemented`(已实现)/ `Simulator Validated`(模拟验证)/
354
354
  > `Real Hardware Validated`(真机验证)/ `Experimental` / `Not Implemented`
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "firmwareloop"
7
- version = "0.1.3"
7
+ version = "0.1.4"
8
8
  description = "AI Agent Firmware Development and Lab Automation Platform (Dual-Tier MCP Server)"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -2,4 +2,4 @@
2
2
  FirmwareLoop - AI Agent Firmware Development and Lab Automation Platform.
3
3
  """
4
4
 
5
- __version__ = "0.1.3"
5
+ __version__ = "0.1.4"
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env python3
2
2
  """
3
- fw_mcp_server.py - FirmwareLoop High-Level Workflow & Device MCP Server (v0.1.3).
3
+ fw_mcp_server.py - FirmwareLoop High-Level Workflow & Device MCP Server (v0.1.4).
4
4
 
5
5
  Exposes high-level firmware engineering and hardware management tools to AI Coding
6
6
  Agents (Antigravity CLI, Claude Code CLI, Qoder IDE, Cursor) via the Model Context
@@ -1433,7 +1433,7 @@ def process_request(req: Dict[str, Any]) -> Optional[Dict[str, Any]]:
1433
1433
  },
1434
1434
  "serverInfo": {
1435
1435
  "name": "firmwareloop",
1436
- "version": "0.1.3"
1436
+ "version": "0.1.4"
1437
1437
  }
1438
1438
  }
1439
1439
  }
@@ -1525,7 +1525,7 @@ def process_request(req: Dict[str, Any]) -> Optional[Dict[str, Any]]:
1525
1525
  def handle_cli_update() -> int:
1526
1526
  """Handle `firmwareloop update` command."""
1527
1527
  print("============================================================")
1528
- print(" FirmwareLoop Auto-Updater (v0.1.3)")
1528
+ print(" FirmwareLoop Auto-Updater (v0.1.4)")
1529
1529
  print("============================================================")
1530
1530
 
1531
1531
  is_git_repo = os.path.exists(os.path.join(REPO_ROOT, ".git"))
@@ -1677,7 +1677,7 @@ def configure_qoder_user_mcp(user_home: str) -> List[Dict[str, Any]]:
1677
1677
  def handle_cli_setup() -> int:
1678
1678
  """Handle `firmwareloop setup` command: simultaneously configure Antigravity CLI, Claude Code CLI, and Qoder IDE."""
1679
1679
  print("============================================================")
1680
- print(" FirmwareLoop Multi-Agent Global Setup Helper (v0.1.3)")
1680
+ print(" FirmwareLoop Multi-Agent Global Setup Helper (v0.1.4)")
1681
1681
  print("============================================================")
1682
1682
  print("")
1683
1683
 
@@ -1782,7 +1782,7 @@ def handle_cli_setup() -> int:
1782
1782
  def handle_cli_init() -> int:
1783
1783
  """Handle `firmwareloop init` command."""
1784
1784
  print("============================================================")
1785
- print(" FirmwareLoop Multi-Agent Project Initializer (v0.1.3)")
1785
+ print(" FirmwareLoop Multi-Agent Project Initializer (v0.1.4)")
1786
1786
  print("============================================================")
1787
1787
  cwd = os.getcwd()
1788
1788
  print(f"[*] Initializing multi-agent guidelines & bench config in:\n {cwd}\n")
@@ -1803,7 +1803,7 @@ def handle_cli_init() -> int:
1803
1803
 
1804
1804
 
1805
1805
  def print_cli_help() -> None:
1806
- print("""FirmwareLoop (fwloop) — AI Agent Firmware Engineering & Lab Automation Platform (v0.1.3)
1806
+ print("""FirmwareLoop (fwloop) — AI Agent Firmware Engineering & Lab Automation Platform (v0.1.4)
1807
1807
 
1808
1808
  Usage:
1809
1809
  fwloop [command] (or: firmwareloop [command])
@@ -1834,7 +1834,7 @@ def main() -> None:
1834
1834
  elif cmd in ["setup", "register"]:
1835
1835
  sys.exit(handle_cli_setup())
1836
1836
  elif cmd in ["version", "-v", "--version"]:
1837
- print("FirmwareLoop v0.1.3")
1837
+ print("FirmwareLoop v0.1.4")
1838
1838
  sys.exit(0)
1839
1839
  elif cmd in ["help", "-h", "--help"]:
1840
1840
  print_cli_help()
@@ -1,6 +1,6 @@
1
1
  <#
2
2
  .SYNOPSIS
3
- Dual-Tier MCP setup and registration helper (v0.1.3).
3
+ Dual-Tier MCP setup and registration helper (v0.1.4).
4
4
  Inspects installed AI coding agents (Qoder, Claude Code, Antigravity, Cursor)
5
5
  and configures global MCP / skills or prints exact registration commands.
6
6
 
@@ -242,7 +242,7 @@ if ($Json) {
242
242
  Write-FwJson ([pscustomobject]$report)
243
243
  } else {
244
244
  Write-Host "============================================================" -ForegroundColor Cyan
245
- Write-Host " FirmwareLoop Dual-Tier MCP & Agent Setup Helper (v0.1.3)" -ForegroundColor Green
245
+ Write-Host " FirmwareLoop Dual-Tier MCP & Agent Setup Helper (v0.1.4)" -ForegroundColor Green
246
246
  Write-Host "============================================================" -ForegroundColor Cyan
247
247
  Write-Host ""
248
248
  Write-Host "[1] Google Antigravity / Gemini CLI:" -ForegroundColor Yellow
File without changes
File without changes
File without changes