nimcode 0.4.10__tar.gz → 0.4.11__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.
- {nimcode-0.4.10 → nimcode-0.4.11}/PKG-INFO +1 -1
- nimcode-0.4.11/src/nimcode/__version__.py +1 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/repl.py +2 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode.egg-info/PKG-INFO +1 -1
- nimcode-0.4.10/src/nimcode/__version__.py +0 -1
- {nimcode-0.4.10 → nimcode-0.4.11}/README.md +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/setup.cfg +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/setup.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/__init__.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/agent.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/cli.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/config.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/lenient_parser.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/mcp_client.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/memory.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/model_registry.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/nim_client.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/permissions.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/plugin_manager.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/rag.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/repo_map.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/tools.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/updater.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode/watcher.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode.egg-info/SOURCES.txt +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode.egg-info/dependency_links.txt +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode.egg-info/entry_points.txt +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode.egg-info/requires.txt +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/src/nimcode.egg-info/top_level.txt +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_agent.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_cli.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_config.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_lenient_parser.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_mcp_client.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_memory.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_model_registry.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_nim_client.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_permissions.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_plan_injection.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_plugin_manager.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_repl.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_repl_extra.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_repl_fixes.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_repl_trust.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_repo_map.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_tools.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_updater.py +0 -0
- {nimcode-0.4.10 → nimcode-0.4.11}/tests/test_version.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.4.11"
|
|
@@ -450,6 +450,8 @@ class NimcodeREPL:
|
|
|
450
450
|
" - Step C: Repeat Step B for Phase 2, Phase 3, etc., updating the same single file until all phases are fully detailed in Project Manager style.\n"
|
|
451
451
|
" - Step D: After all phases are detailed, overwrite '.nimcode/active_plan.txt' with the master plan's path.\n"
|
|
452
452
|
"4. General Rules:\n"
|
|
453
|
+
" - STRICT FIDELITY: You MUST absolutely respect the languages, frameworks, endpoints, tables, and features mentioned in the user's project files or SDD. Do NOT default to Python/Pytest if another language is specified. Do NOT omit database tables. Do NOT generalize specific endpoints into 'REST API'.\n"
|
|
454
|
+
" - BUSINESS LOGIC: Do not ignore 'non-technical' sections like Monetization, ASO, or Affiliate integrations. They MUST be included as explicit tasks.\n"
|
|
453
455
|
" - Quote real names, modules, and requirements. Do not invent generic projects.\n"
|
|
454
456
|
" - NEVER output a generic software-lifecycle template (Phase1: MVP / Design / Development) unless instructed. Focus on code, DB schemas, and technical choices.\n"
|
|
455
457
|
" - After writing any plan file, overwrite '.nimcode/active_plan.txt' with the file's path."
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.4.10"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|