nova-cli 0.2.0 → 0.2.1
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 +4 -4
- data/lib/nova/templates/nova.mdc +6 -8
- data/lib/nova/templates/windsurfrules_template.txt +1 -3
- data/lib/nova.rb +1 -1
- metadata +1 -2
- data/lib/nova/version.rb +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54fc6bde759bc3364398237e2e2708d39f65914d1cc2535abeab9e3dae30ec21
|
4
|
+
data.tar.gz: d28f7264dfb937f566da787b83e40378c9eb3401f84d2e3804b1359d9af4e878
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cca3432561952657d947c8e0e055e680f91c5d7bfb9831cfb2f3a28df73bf69c7afe3491633f8170910a5ee45cf4a3a9fc6c03982793dab21328c20731e36971
|
7
|
+
data.tar.gz: 485fedcc7de08ad618729ffcd32cd5c7e92184741da638a887c1858719506662b7ccee17b97689b47e1a0f91426bcd1d85312b7885ebf7c7dcf54e9d493f3f96
|
data/lib/nova/templates/nova.mdc
CHANGED
@@ -22,7 +22,7 @@ You are working in a Nova project that follows a structured product development
|
|
22
22
|
- `code/` - Application implementation
|
23
23
|
|
24
24
|
## Workflow
|
25
|
-
1. **Big Picture**: Define
|
25
|
+
1. **Big Picture**: Define PRD and flowchart
|
26
26
|
2. **User Stories**: Break down into specific user needs
|
27
27
|
3. **Design System**: Establish visual language
|
28
28
|
4. **Tasks**: Create actionable implementation steps
|
@@ -31,7 +31,7 @@ You are working in a Nova project that follows a structured product development
|
|
31
31
|
## Key Rules
|
32
32
|
|
33
33
|
### When in shape/ (Documentation)
|
34
|
-
-
|
34
|
+
- Don't write code - documentation only
|
35
35
|
- Start with "why" before "what"
|
36
36
|
- Keep user value central
|
37
37
|
- Use Mermaid for diagrams
|
@@ -41,8 +41,6 @@ You are working in a Nova project that follows a structured product development
|
|
41
41
|
- Review shape/ documentation first
|
42
42
|
- Follow tasks in shape/4_tasks/
|
43
43
|
- Update task checkboxes as you complete work
|
44
|
-
- Start with the core page/feature, then pause for review
|
45
|
-
- Use Structs for hardcoded data (will become models later)
|
46
44
|
|
47
45
|
### Code Quality Standards
|
48
46
|
- Rails conventions with RSpec tests
|
@@ -52,13 +50,13 @@ You are working in a Nova project that follows a structured product development
|
|
52
50
|
- Write E2E tests with Cypress
|
53
51
|
|
54
52
|
### Task Management
|
55
|
-
- Work through tasks sequentially
|
53
|
+
- Work through tasks sequentially in /tasks
|
54
|
+
- Whenever you complete a task/subtask, check it off
|
56
55
|
- Update file tracking tables (⏳ → ✅)
|
57
|
-
- Complete foundational tasks before custom features
|
58
|
-
- Pause after major milestones for user feedback
|
59
56
|
|
60
57
|
## Remember
|
61
|
-
- Maintain documentation-to-code traceability
|
62
58
|
- Keep things simple unless specified otherwise
|
59
|
+
- Be concise and do not repeat yourself
|
60
|
+
- Maintain documentation-to-code traceability
|
63
61
|
- Focus on user value in every decision
|
64
62
|
- This is an iterative process - expect refinements
|
@@ -1,3 +1 @@
|
|
1
|
-
This Nova project uses cursor rules for AI guidance located at .cursor/rules/nova.mdc.
|
2
|
-
|
3
|
-
The rules provide comprehensive guidance for the entire Nova workflow from shape to code.
|
1
|
+
This Nova project uses cursor rules for AI guidance located at .cursor/rules/nova.mdc. Please review before proceeding.
|
data/lib/nova.rb
CHANGED
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.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Francis
|
@@ -47,7 +47,6 @@ files:
|
|
47
47
|
- lib/nova/templates/tasks_examples/2_generate_static_pages.md
|
48
48
|
- lib/nova/templates/user_story_example.md
|
49
49
|
- lib/nova/templates/windsurfrules_template.txt
|
50
|
-
- lib/nova/version.rb
|
51
50
|
homepage: https://github.com/LaunchPadLab/nova
|
52
51
|
licenses:
|
53
52
|
- MIT
|
data/lib/nova/version.rb
DELETED