@lsctech/polaris 0.4.6 → 0.4.7

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.
@@ -0,0 +1,40 @@
1
+ <!-- polaris:draft -->
2
+ # workspace
3
+
4
+ > Polaris draft — review and remove the `<!-- polaris:draft -->` marker to promote.
5
+
6
+ ## Purpose
7
+
8
+ <!-- One paragraph describing what this folder does. -->
9
+
10
+ **Domain:** workspace
11
+ **Route:** src/workspace
12
+ **Taskchain:** polaris-workspace
13
+
14
+ ## What belongs here
15
+
16
+ - `POLARIS_RULES.md` — src/workspace (workspace)
17
+
18
+ ## What does not belong here
19
+
20
+ <!-- Explicit exclusions of files or responsibilities. -->
21
+
22
+ ## Editing rules
23
+
24
+ <!-- Behavioral constraints for agents and humans. -->
25
+
26
+ ## Architecture assumptions
27
+
28
+ <!-- What the code assumes about the world. -->
29
+
30
+ ## Read before editing
31
+
32
+ - [analyst.md](src/workspace/.polaris/roles/analyst.md)
33
+ - [closeout-librarian.md](src/workspace/.polaris/roles/closeout-librarian.md)
34
+ - [cognition-librarian.md](src/workspace/.polaris/roles/cognition-librarian.md)
35
+ - [finalizer.md](src/workspace/.polaris/roles/finalizer.md)
36
+ - [foreman.md](src/workspace/.polaris/roles/foreman.md)
37
+
38
+ ## Related routes
39
+
40
+ <!-- Atlas route pointer to sibling or parent folders. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsctech/polaris",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Polaris — standalone taskchain orchestration framework for governed AI agent workflows",
5
5
  "bin": {
6
6
  "polaris": "dist/cli/index.js",