nova-cli 0.2.1 → 0.2.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54fc6bde759bc3364398237e2e2708d39f65914d1cc2535abeab9e3dae30ec21
4
- data.tar.gz: d28f7264dfb937f566da787b83e40378c9eb3401f84d2e3804b1359d9af4e878
3
+ metadata.gz: b37fc476c794b5d8ef65085970ceda162fb4e3be7460c621572f4196c2123706
4
+ data.tar.gz: b301b2eaa9dbf98f9bc788353a7b6f124c3674a428a4692d2c9ca14fd7f1e5b5
5
5
  SHA512:
6
- metadata.gz: cca3432561952657d947c8e0e055e680f91c5d7bfb9831cfb2f3a28df73bf69c7afe3491633f8170910a5ee45cf4a3a9fc6c03982793dab21328c20731e36971
7
- data.tar.gz: 485fedcc7de08ad618729ffcd32cd5c7e92184741da638a887c1858719506662b7ccee17b97689b47e1a0f91426bcd1d85312b7885ebf7c7dcf54e9d493f3f96
6
+ metadata.gz: 4e3b7441eec4ee00b6fe79e63cc510fa40c75661401505ff1d8f0fac4bf270d393525abf2f94f7aa1c4f8196bb9a8db8702ec8ef3b1d9c0562a7cbd6bf7565e7
7
+ data.tar.gz: 4fe249bd630cc14c9d8d7d42e80cc5313dff4a751bd0fb93464b7c501ba8718ae28197611280ef41e6f299781c9a2edc540ce79ee9020a3c82e69ae506035a35
@@ -32,15 +32,17 @@ You are working in a Nova project that follows a structured product development
32
32
 
33
33
  ### When in shape/ (Documentation)
34
34
  - Don't write code - documentation only
35
- - Start with "why" before "what"
36
- - Keep user value central
37
35
  - Use Mermaid for diagrams
38
36
  - Reference previous sections for traceability
37
+ - Delete example.md files once real files are generated in a given section
38
+ - Do not advance to the next section until told to do so
39
39
 
40
40
  ### When in code/ (Implementation)
41
+ - Always create a new branch before starting a new task
41
42
  - Review shape/ documentation first
42
43
  - Follow tasks in shape/4_tasks/
43
- - Update task checkboxes as you complete work
44
+ - When any task or subtask is completed, check it off in the appropriate task file
45
+ - After completing a subtask, commit your work to the new branch
44
46
 
45
47
  ### Code Quality Standards
46
48
  - Rails conventions with RSpec tests
@@ -54,6 +56,9 @@ You are working in a Nova project that follows a structured product development
54
56
  - Whenever you complete a task/subtask, check it off
55
57
  - Update file tracking tables (⏳ → ✅)
56
58
 
59
+ ### Change Requests
60
+ - When asked to make a change to the code, first analyze shape/ and update any impacted documentation
61
+
57
62
  ## Remember
58
63
  - Keep things simple unless specified otherwise
59
64
  - Be concise and do not repeat yourself
data/lib/nova.rb CHANGED
@@ -2,5 +2,5 @@ require_relative 'nova/cli'
2
2
  require_relative 'nova/generator'
3
3
 
4
4
  module Nova
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.3'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nova-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Francis