functualize-lambda 0.1.1__tar.gz → 0.1.2__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.
@@ -16,6 +16,12 @@ build/
16
16
  .spec/plans/
17
17
  .spec/.agentic-coding
18
18
  .spec/STATE.md
19
+ # A one-hour spec-gate bypass token, not a repository artifact. The *ledger* of
20
+ # uses (.spec/exemptions.log) is committed and is the real mitigation; the token
21
+ # itself is per-session, and committing it would hand everyone else a live
22
+ # bypass. Ignored because the documented escape hatch otherwise sits in
23
+ # `git status` waiting to be added by accident.
24
+ .spec/EXEMPT
19
25
  .opencode/
20
26
 
21
27
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: functualize-lambda
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: AWS Lambda adapter plugin for functualize - supports fat and thin Lambda deployment patterns
5
5
  Author-email: Mohammad Hakim Adiprasetya <viltohmyst@gmail.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "functualize-lambda"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  description = "AWS Lambda adapter plugin for functualize - supports fat and thin Lambda deployment patterns"
5
5
  readme = "README.md"
6
6
  license = "MIT"