1
0

project-memory.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "version": "1.0.0",
  3. "lastScanned": 1774971516826,
  4. "projectRoot": "/home/bellman/Workspace/clawd-code-worktrees/api/rust",
  5. "techStack": {
  6. "languages": [
  7. {
  8. "name": "Rust",
  9. "version": null,
  10. "confidence": "high",
  11. "markers": [
  12. "Cargo.toml"
  13. ]
  14. }
  15. ],
  16. "frameworks": [],
  17. "packageManager": "cargo",
  18. "runtime": null
  19. },
  20. "build": {
  21. "buildCommand": "cargo build",
  22. "testCommand": "cargo test",
  23. "lintCommand": "cargo clippy",
  24. "devCommand": "cargo run",
  25. "scripts": {}
  26. },
  27. "conventions": {
  28. "namingStyle": null,
  29. "importStyle": null,
  30. "testPattern": null,
  31. "fileOrganization": null
  32. },
  33. "structure": {
  34. "isMonorepo": false,
  35. "workspaces": [],
  36. "mainDirectories": [],
  37. "gitBranches": {
  38. "defaultBranch": "main",
  39. "branchingStrategy": null
  40. }
  41. },
  42. "customNotes": [],
  43. "directoryMap": {
  44. "crates": {
  45. "path": "crates",
  46. "purpose": null,
  47. "fileCount": 0,
  48. "lastAccessed": 1774971516823,
  49. "keyFiles": []
  50. },
  51. "target": {
  52. "path": "target",
  53. "purpose": null,
  54. "fileCount": 2,
  55. "lastAccessed": 1774971516823,
  56. "keyFiles": [
  57. "CACHEDIR.TAG"
  58. ]
  59. },
  60. "crates/api": {
  61. "path": "crates/api",
  62. "purpose": "API routes",
  63. "fileCount": 1,
  64. "lastAccessed": 1774971516824,
  65. "keyFiles": [
  66. "Cargo.toml"
  67. ]
  68. }
  69. },
  70. "hotPaths": [
  71. {
  72. "path": "crates/api/Cargo.toml",
  73. "accessCount": 1,
  74. "lastAccessed": 1774971547109,
  75. "type": "file"
  76. },
  77. {
  78. "path": "crates/api/src/lib.rs",
  79. "accessCount": 1,
  80. "lastAccessed": 1774971547624,
  81. "type": "file"
  82. },
  83. {
  84. "path": "crates/api/src/client.rs",
  85. "accessCount": 1,
  86. "lastAccessed": 1774971548001,
  87. "type": "file"
  88. },
  89. {
  90. "path": "crates/api/src/error.rs",
  91. "accessCount": 1,
  92. "lastAccessed": 1774971548503,
  93. "type": "file"
  94. },
  95. {
  96. "path": "crates/api/src/sse.rs",
  97. "accessCount": 1,
  98. "lastAccessed": 1774971549311,
  99. "type": "file"
  100. },
  101. {
  102. "path": "crates/api/src/types.rs",
  103. "accessCount": 1,
  104. "lastAccessed": 1774971549472,
  105. "type": "file"
  106. },
  107. {
  108. "path": "crates/api/tests/client_integration.rs",
  109. "accessCount": 1,
  110. "lastAccessed": 1774971550143,
  111. "type": "file"
  112. },
  113. {
  114. "path": "Cargo.toml",
  115. "accessCount": 1,
  116. "lastAccessed": 1774971550539,
  117. "type": "file"
  118. },
  119. {
  120. "path": "crates/rusty-claude-cli/src/main.rs",
  121. "accessCount": 1,
  122. "lastAccessed": 1774971551474,
  123. "type": "file"
  124. }
  125. ],
  126. "userDirectives": []
  127. }
备用站点 当前处于降级运行的备用站点,仅供应急访问,数据和功能可能不是最新。